summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2019-11-02 15:12:31 +0000
committerschwarze <>2019-11-02 15:12:31 +0000
commit6f86bda178e1f1455af476e5ac2b5d0f1c266a58 (patch)
tree52a4e7aa2cc18827ed34b75519a4f567c146fbc8 /src
parent322e490d88cf87742603a0a4cbb93a01411b0dde (diff)
downloadopenbsd-6f86bda178e1f1455af476e5ac2b5d0f1c266a58.tar.gz
openbsd-6f86bda178e1f1455af476e5ac2b5d0f1c266a58.tar.bz2
openbsd-6f86bda178e1f1455af476e5ac2b5d0f1c266a58.zip
In Symbols.list rev. 1.91, jsing enabled many CMS functions.
Install the new manual pages documenting the majority of them.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/Makefile25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 5f1a24eb38..a50e9594c5 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.159 2019/11/01 12:02:58 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.160 2019/11/02 15:12:31 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -32,6 +32,7 @@ MAN= \
32 BIO_get_ex_new_index.3 \ 32 BIO_get_ex_new_index.3 \
33 BIO_meth_new.3 \ 33 BIO_meth_new.3 \
34 BIO_new.3 \ 34 BIO_new.3 \
35 BIO_new_CMS.3 \
35 BIO_printf.3 \ 36 BIO_printf.3 \
36 BIO_push.3 \ 37 BIO_push.3 \
37 BIO_read.3 \ 38 BIO_read.3 \
@@ -67,6 +68,23 @@ MAN= \
67 BN_swap.3 \ 68 BN_swap.3 \
68 BN_zero.3 \ 69 BN_zero.3 \
69 BUF_MEM_new.3 \ 70 BUF_MEM_new.3 \
71 CMS_ContentInfo_new.3 \
72 CMS_add0_cert.3 \
73 CMS_add1_recipient_cert.3 \
74 CMS_add1_signer.3 \
75 CMS_compress.3 \
76 CMS_decrypt.3 \
77 CMS_encrypt.3 \
78 CMS_final.3 \
79 CMS_get0_RecipientInfos.3 \
80 CMS_get0_SignerInfos.3 \
81 CMS_get0_type.3 \
82 CMS_get1_ReceiptRequest.3 \
83 CMS_sign.3 \
84 CMS_sign_receipt.3 \
85 CMS_uncompress.3 \
86 CMS_verify.3 \
87 CMS_verify_receipt.3 \
70 CONF_modules_free.3 \ 88 CONF_modules_free.3 \
71 CONF_modules_load_file.3 \ 89 CONF_modules_load_file.3 \
72 CRYPTO_get_mem_functions.3 \ 90 CRYPTO_get_mem_functions.3 \
@@ -188,6 +206,7 @@ MAN= \
188 PEM_bytes_read_bio.3 \ 206 PEM_bytes_read_bio.3 \
189 PEM_read.3 \ 207 PEM_read.3 \
190 PEM_read_bio_PrivateKey.3 \ 208 PEM_read_bio_PrivateKey.3 \
209 PEM_write_bio_CMS_stream.3 \
191 PEM_write_bio_PKCS7_stream.3 \ 210 PEM_write_bio_PKCS7_stream.3 \
192 PKCS12_create.3 \ 211 PKCS12_create.3 \
193 PKCS12_new.3 \ 212 PKCS12_new.3 \
@@ -229,7 +248,9 @@ MAN= \
229 RSA_sign_ASN1_OCTET_STRING.3 \ 248 RSA_sign_ASN1_OCTET_STRING.3 \
230 RSA_size.3 \ 249 RSA_size.3 \
231 SHA1.3 \ 250 SHA1.3 \
251 SMIME_read_CMS.3 \
232 SMIME_read_PKCS7.3 \ 252 SMIME_read_PKCS7.3 \
253 SMIME_write_CMS.3 \
233 SMIME_write_PKCS7.3 \ 254 SMIME_write_PKCS7.3 \
234 STACK_OF.3 \ 255 STACK_OF.3 \
235 SXNET_new.3 \ 256 SXNET_new.3 \
@@ -293,6 +314,7 @@ MAN= \
293 d2i_ASN1_SEQUENCE_ANY.3 \ 314 d2i_ASN1_SEQUENCE_ANY.3 \
294 d2i_AUTHORITY_KEYID.3 \ 315 d2i_AUTHORITY_KEYID.3 \
295 d2i_BASIC_CONSTRAINTS.3 \ 316 d2i_BASIC_CONSTRAINTS.3 \
317 d2i_CMS_ContentInfo.3 \
296 d2i_DHparams.3 \ 318 d2i_DHparams.3 \
297 d2i_DIST_POINT.3 \ 319 d2i_DIST_POINT.3 \
298 d2i_DSAPublicKey.3 \ 320 d2i_DSAPublicKey.3 \
@@ -322,6 +344,7 @@ MAN= \
322 des_read_pw.3 \ 344 des_read_pw.3 \
323 evp.3 \ 345 evp.3 \
324 get_rfc3526_prime_8192.3 \ 346 get_rfc3526_prime_8192.3 \
347 i2d_CMS_bio_stream.3 \
325 i2d_PKCS7_bio_stream.3 \ 348 i2d_PKCS7_bio_stream.3 \
326 lh_new.3 \ 349 lh_new.3 \
327 lh_stats.3 \ 350 lh_stats.3 \