diff options
author | schwarze <> | 2019-04-05 18:29:43 +0000 |
---|---|---|
committer | schwarze <> | 2019-04-05 18:29:43 +0000 |
commit | d81e0a2e2b99c3aa745b51cb8193793f267d2a22 (patch) | |
tree | d6c3923533bfb9fe3bc6e9880db16ceafaff18c3 /src/lib/libssl/man/Makefile | |
parent | bb0983e43b6b7c2e9c4090a7c5d100e57756fbd2 (diff) | |
download | openbsd-d81e0a2e2b99c3aa745b51cb8193793f267d2a22.tar.gz openbsd-d81e0a2e2b99c3aa745b51cb8193793f267d2a22.tar.bz2 openbsd-d81e0a2e2b99c3aa745b51cb8193793f267d2a22.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 '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 375e5fba2b..4c3157bd95 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.65 2018/03/17 18:52:42 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.66 2019/04/05 18:29:43 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -8,6 +8,7 @@ MAN = BIO_f_ssl.3 \ | |||
8 | PEM_read_SSL_SESSION.3 \ | 8 | PEM_read_SSL_SESSION.3 \ |
9 | SSL_CIPHER_get_name.3 \ | 9 | SSL_CIPHER_get_name.3 \ |
10 | SSL_COMP_add_compression_method.3 \ | 10 | SSL_COMP_add_compression_method.3 \ |
11 | SSL_CTX_add1_chain_cert.3 \ | ||
11 | SSL_CTX_add_extra_chain_cert.3 \ | 12 | SSL_CTX_add_extra_chain_cert.3 \ |
12 | SSL_CTX_add_session.3 \ | 13 | SSL_CTX_add_session.3 \ |
13 | SSL_CTX_ctrl.3 \ | 14 | SSL_CTX_ctrl.3 \ |