diff options
author | schwarze <> | 2016-12-10 14:56:56 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-10 14:56:56 +0000 |
commit | b769bcaecab85091f348cf5c186e7b820fe0489f (patch) | |
tree | d0236b0245d646660b95370081c543cd0a7920d9 /src/lib/libssl/man/Makefile | |
parent | 7861e7da79ff45f2ba53802840b5e46511f3b002 (diff) | |
download | openbsd-b769bcaecab85091f348cf5c186e7b820fe0489f.tar.gz openbsd-b769bcaecab85091f348cf5c186e7b820fe0489f.tar.bz2 openbsd-b769bcaecab85091f348cf5c186e7b820fe0489f.zip |
Write an SSL_get_shared_ciphers(3) manual from scratch; another one
where BUGS is longer than DESCRIPTION. The function is listed in
ssl(3) and <openssl/ssl.h>, so it's clearly public.
The code looks slightly mysterious to me, so it would be welcome if
somebody more familiar with TLS protocols could check factual accuracy.
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r-- | src/lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index d1d7bf3cc6..40e0d32a79 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2016/12/10 13:54:32 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2016/12/10 14:56:56 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -73,6 +73,7 @@ MAN = BIO_f_ssl.3 \ | |||
73 | SSL_get_peer_certificate.3 \ | 73 | SSL_get_peer_certificate.3 \ |
74 | SSL_get_rbio.3 \ | 74 | SSL_get_rbio.3 \ |
75 | SSL_get_session.3 \ | 75 | SSL_get_session.3 \ |
76 | SSL_get_shared_ciphers.3 \ | ||
76 | SSL_get_state.3 \ | 77 | SSL_get_state.3 \ |
77 | SSL_get_verify_result.3 \ | 78 | SSL_get_verify_result.3 \ |
78 | SSL_get_version.3 \ | 79 | SSL_get_version.3 \ |