From c0effee5bc1f5cdc6f4668d160e173746cbbf7de Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 22 Dec 2016 16:05:22 +0000 Subject: Write new manual pages PKCS12_new(3) and PKCS12_SAFEBAG_new(3) from scratch. All these functions are listed in 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. --- src/lib/libcrypto/man/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.88 2016/12/22 14:06:51 schwarze Exp $ +# $OpenBSD: Makefile,v 1.89 2016/12/22 16:05:22 schwarze Exp $ .include @@ -141,8 +141,10 @@ MAN= \ PEM_read_bio_PrivateKey.3 \ PEM_write_bio_PKCS7_stream.3 \ PKCS12_create.3 \ + PKCS12_new.3 \ PKCS12_newpass.3 \ PKCS12_parse.3 \ + PKCS12_SAFEBAG_new.3 \ PKCS5_PBKDF2_HMAC.3 \ PKCS7_decrypt.3 \ PKCS7_encrypt.3 \ -- cgit v1.2.3-55-g6feb