diff options
author | 2019-04-05 18:29:43 +0000 | |
---|---|---|
committer | 2019-04-05 18:29:43 +0000 | |
commit | 3d8426960b39da28c63f15cf537004704a0f1f06 (patch) | |
tree | 8a94783418a59f423b72e2678b5141d73d65410f /lib/libssl/man/ssl.3 | |
parent | fix link URL; pointed out by "openbsduser <at> airmail.cc" (diff) | |
download | wireguard-openbsd-3d8426960b39da28c63f15cf537004704a0f1f06.tar.xz wireguard-openbsd-3d8426960b39da28c63f15cf537004704a0f1f06.zip |
Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still
under a free license, omitting functions we don't have and tweaked by me;
the functions were provided by jsing@ in ssl.h rev. 1.166.
While here, also document SSL_CTX_get_extra_chain_certs(3) because
it is closely related to companion functions are already documented
and the API is kind of incomplete without it.
Diffstat (limited to 'lib/libssl/man/ssl.3')
-rw-r--r-- | lib/libssl/man/ssl.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/man/ssl.3 b/lib/libssl/man/ssl.3 index 23f2f21b545..4877342ba1f 100644 --- a/lib/libssl/man/ssl.3 +++ b/lib/libssl/man/ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.3,v 1.14 2018/03/17 18:19:49 schwarze Exp $ +.\" $OpenBSD: ssl.3,v 1.15 2019/04/05 18:29:43 schwarze Exp $ .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 .\" selective merge up to: OpenSSL cbade361 Dec 12 13:14:45 2017 +0100 .\" @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 17 2018 $ +.Dd $Mdocdate: April 5 2019 $ .Dt SSL 3 .Os .Sh NAME @@ -200,6 +200,8 @@ Constructors and destructors: .Xr SSL_CTX_free 3 .Pp Configuration functions: +.Xr SSL_CTX_add1_chain_cert 3 , +.Xr SSL_CTX_add_extra_chain_cert 3 , .Xr SSL_CTX_ctrl 3 , .Xr SSL_CTX_flush_sessions 3 , .Xr SSL_CTX_get_verify_mode 3 , |