diff options
author | 2020-09-17 08:04:22 +0000 | |
---|---|---|
committer | 2020-09-17 08:04:22 +0000 | |
commit | 1bfa94203feeab29b29d0d256dc4f71c7b121f54 (patch) | |
tree | 214d907bcf5acd6b3bd863dc45c519056333a973 /lib/libssl/man/SSL_get_peer_certificate.3 | |
parent | Import a manual page for SSL_set1_host(3), which we already have since 6.5, (diff) | |
download | wireguard-openbsd-1bfa94203feeab29b29d0d256dc4f71c7b121f54.tar.xz wireguard-openbsd-1bfa94203feeab29b29d0d256dc4f71c7b121f54.zip |
Install the new page SSL_set1_host(3), link to it from relevant places,
and add two other .Xrs that might help readers find their way.
Update the merge notices of all files touched and
merge a few trivial changes from the OpenSSL 1.1.1 branch.
OK tb@
Diffstat (limited to 'lib/libssl/man/SSL_get_peer_certificate.3')
-rw-r--r-- | lib/libssl/man/SSL_get_peer_certificate.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libssl/man/SSL_get_peer_certificate.3 b/lib/libssl/man/SSL_get_peer_certificate.3 index 5e7247f4d17..358026d396e 100644 --- a/lib/libssl/man/SSL_get_peer_certificate.3 +++ b/lib/libssl/man/SSL_get_peer_certificate.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: SSL_get_peer_certificate.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ -.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 +.\" $OpenBSD: SSL_get_peer_certificate.3,v 1.5 2020/09/17 08:04:22 schwarze Exp $ +.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. .\" Copyright (c) 2000, 2001, 2005 The OpenSSL Project. All rights reserved. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: September 17 2020 $ .Dt SSL_GET_PEER_CERTIFICATE 3 .Os .Sh NAME @@ -97,7 +97,8 @@ The return value points to the certificate presented by the peer. .Sh SEE ALSO .Xr ssl 3 , .Xr SSL_CTX_set_verify 3 , -.Xr SSL_get_verify_result 3 +.Xr SSL_get_verify_result 3 , +.Xr SSL_get0_peername 3 .Sh HISTORY .Fn SSL_get_peer_certificate appeared in SSLeay 0.4 or earlier and has been available since |