summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-22 16:05:22 +0000
committerschwarze <>2016-12-22 16:05:22 +0000
commitc0effee5bc1f5cdc6f4668d160e173746cbbf7de (patch)
treea214bad3e268c7c3de500b995d829ef4803ca1a0 /src/lib/libcrypto/man/Makefile
parent38633ba03a5091d9b9b3db1ecffb4f92a0043e1a (diff)
downloadopenbsd-c0effee5bc1f5cdc6f4668d160e173746cbbf7de.tar.gz
openbsd-c0effee5bc1f5cdc6f4668d160e173746cbbf7de.tar.bz2
openbsd-c0effee5bc1f5cdc6f4668d160e173746cbbf7de.zip
Write new manual pages PKCS12_new(3) and PKCS12_SAFEBAG_new(3) from
scratch. All these functions are listed in <openssl/pkcs12.h> and in OpenSSL doc/man3/X509_dup.pod. As usual, OpenSSL documentation specifies the wrong header file. Note that PKCS#12 documentation is still scanty at best. For example, out of 19 public functions handling PKCS12 objects, five are now documented, and this commit documents the first two out of 24 public functions handling PKCS12_SAFEBAG objects.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 39f9da3779..d76403010d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.88 2016/12/22 14:06:51 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.89 2016/12/22 16:05:22 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -141,8 +141,10 @@ MAN= \
141 PEM_read_bio_PrivateKey.3 \ 141 PEM_read_bio_PrivateKey.3 \
142 PEM_write_bio_PKCS7_stream.3 \ 142 PEM_write_bio_PKCS7_stream.3 \
143 PKCS12_create.3 \ 143 PKCS12_create.3 \
144 PKCS12_new.3 \
144 PKCS12_newpass.3 \ 145 PKCS12_newpass.3 \
145 PKCS12_parse.3 \ 146 PKCS12_parse.3 \
147 PKCS12_SAFEBAG_new.3 \
146 PKCS5_PBKDF2_HMAC.3 \ 148 PKCS5_PBKDF2_HMAC.3 \
147 PKCS7_decrypt.3 \ 149 PKCS7_decrypt.3 \
148 PKCS7_encrypt.3 \ 150 PKCS7_encrypt.3 \