]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SSL_get[01]_peer_certificate()
authorTodd Short <tshort@akamai.com>
Thu, 11 Apr 2019 14:47:13 +0000 (10:47 -0400)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 07:08:21 +0000 (09:08 +0200)
commit8c2bfd25129aea1b1f1b66ec753b21955f8ed523
tree530798b60ed46a10265c5a061dedfd2694918ce3
parent55affcadbe4aac7d4832448b8c071b582da4e344
Add SSL_get[01]_peer_certificate()

Deprecate SSL_get_peer_certificte() and replace with
SSL_get1_peer_certificate().
Add SSL_get0_peer_certificate.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/8730)
14 files changed:
apps/lib/s_cb.c
apps/s_client.c
apps/s_server.c
doc/man3/SSL_get_peer_certificate.pod
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
test/handshake_helper.c
test/ossl_shim/ossl_shim.cc
test/sslapitest.c
test/ssltest_old.c
util/libssl.num
util/other.syms