diff options
author | 2017-01-29 18:00:21 +0000 | |
---|---|---|
committer | 2017-01-29 18:00:21 +0000 | |
commit | 97b5eb05f87b50f96c799fc508d30cf8c75db9c6 (patch) | |
tree | 3f4657903ee6513a5a09b5960480b4487dd049f5 /lib/libtls/man/tls_ocsp_process_response.3 | |
parent | Move the ocsp staple to being part of the keypair structure internally, (diff) | |
download | wireguard-openbsd-97b5eb05f87b50f96c799fc508d30cf8c75db9c6.tar.xz wireguard-openbsd-97b5eb05f87b50f96c799fc508d30cf8c75db9c6.zip |
Marko Kreen contributed significantly to the ocsp stuff for libtls
Diffstat (limited to 'lib/libtls/man/tls_ocsp_process_response.3')
-rw-r--r-- | lib/libtls/man/tls_ocsp_process_response.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libtls/man/tls_ocsp_process_response.3 b/lib/libtls/man/tls_ocsp_process_response.3 index 5b8b16b55b2..cb979e80881 100644 --- a/lib/libtls/man/tls_ocsp_process_response.3 +++ b/lib/libtls/man/tls_ocsp_process_response.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_ocsp_process_response.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $ +.\" $OpenBSD: tls_ocsp_process_response.3,v 1.4 2017/01/29 18:00:21 beck Exp $ .\" .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 28 2017 $ +.Dd $Mdocdate: January 29 2017 $ .Dt TLS_OCSP_PROCESS_RESPONSE 3 .Os .Sh NAME @@ -157,3 +157,4 @@ These functions appeared in .Ox 6.1 . .Sh AUTHORS .An Bob Beck Aq Mt beck@openbsd.org +.An Marko Kreen Aq Mt markokr@gmail.com |