diff options
author | 2018-03-21 05:07:04 +0000 | |
---|---|---|
committer | 2018-03-21 05:07:04 +0000 | |
commit | 8fba1ec88391b8af640dde7bfa3ac515c88b8457 (patch) | |
tree | 58800c7e0035ebebb415a9b291ccc47c60e1fed6 /lib/libssl/man/SSL_get_peer_certificate.3 | |
parent | x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-8fba1ec88391b8af640dde7bfa3ac515c88b8457.tar.xz wireguard-openbsd-8fba1ec88391b8af640dde7bfa3ac515c88b8457.zip |
ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_get_peer_certificate.3')
-rw-r--r-- | lib/libssl/man/SSL_get_peer_certificate.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_peer_certificate.3 b/lib/libssl/man/SSL_get_peer_certificate.3 index 8a6e32ecd27..49d992363b4 100644 --- a/lib/libssl/man/SSL_get_peer_certificate.3 +++ b/lib/libssl/man/SSL_get_peer_certificate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_peer_certificate.3,v 1.2 2016/12/03 08:54:21 schwarze Exp $ +.\" $OpenBSD: SSL_get_peer_certificate.3,v 1.3 2018/03/21 05:07:04 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -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: December 3 2016 $ +.Dd $Mdocdate: March 21 2018 $ .Dt SSL_GET_PEER_CERTIFICATE 3 .Os .Sh NAME @@ -98,3 +98,7 @@ The return value points to the certificate presented by the peer. .Xr ssl 3 , .Xr SSL_CTX_set_verify 3 , .Xr SSL_get_verify_result 3 +.Sh HISTORY +.Fn SSL_get_peer_certificate +appeared before SSLeay 0.8 and has been available since +.Ox 2.4 . |