summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 18:21:55 +0000
committerschwarze <>2017-01-06 18:21:55 +0000
commit5e8c012e1b493ffe821b40de0e3b704a5bc6d394 (patch)
tree7d50137969cc02074752e59c3ae862721bfef644 /src/lib/libcrypto/man/PKCS7_sign_add_signer.3
parent6b281e0d67474889c639f90bcc9c5d82f7f72daa (diff)
downloadopenbsd-5e8c012e1b493ffe821b40de0e3b704a5bc6d394.tar.gz
openbsd-5e8c012e1b493ffe821b40de0e3b704a5bc6d394.tar.bz2
openbsd-5e8c012e1b493ffe821b40de0e3b704a5bc6d394.zip
Remove dangling .Xrs to PKCS7_final(3) reported by jmc@
and just use .Fn for now. Not counting constructors, destructors, decoders, encoders, and debuggers, six out of 24 public functions operating on PKCS7 objects are currently documented. I'm not documenting the remaining 18 ones at this point in time.
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_sign_add_signer.3')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign_add_signer.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
index 7f06573e64..d486321043 100644
--- a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
+++ b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.6 2017/01/06 17:59:58 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.7 2017/01/06 18:21:55 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -100,7 +100,7 @@ flag is set, the returned
100.Dv PKCS7 100.Dv PKCS7
101structure is not complete and must be 101structure is not complete and must be
102finalized either by streaming (if applicable) or by a call to 102finalized either by streaming (if applicable) or by a call to
103.Xr PKCS7_final 3 . 103.Fn PKCS7_final .
104.Pp 104.Pp
105The main purpose of this function is to provide finer control over a 105The main purpose of this function is to provide finer control over a
106PKCS#7 signed data structure where the simpler 106PKCS#7 signed data structure where the simpler
@@ -172,7 +172,6 @@ structure just added or
172if an error occurs. 172if an error occurs.
173.Sh SEE ALSO 173.Sh SEE ALSO
174.Xr ERR_get_error 3 , 174.Xr ERR_get_error 3 ,
175.Xr PKCS7_final 3 ,
176.Xr PKCS7_new 3 , 175.Xr PKCS7_new 3 ,
177.Xr PKCS7_sign 3 176.Xr PKCS7_sign 3
178.Sh HISTORY 177.Sh HISTORY