summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign.36
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign_add_signer.35
2 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign.3 b/src/lib/libcrypto/man/PKCS7_sign.3
index c4c0b3d8b7..86726a71e6 100644
--- a/src/lib/libcrypto/man/PKCS7_sign.3
+++ b/src/lib/libcrypto/man/PKCS7_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS7_sign.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign.3,v 1.6 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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 13 2016 $ 52.Dd $Mdocdate: January 6 2017 $
53.Dt PKCS7_SIGN 3 53.Dt PKCS7_SIGN 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -196,7 +196,7 @@ if the
196flag is set. 196flag is set.
197One or more signers can be added using the function 197One or more signers can be added using the function
198.Xr PKCS7_sign_add_signer 3 . 198.Xr PKCS7_sign_add_signer 3 .
199.Xr PKCS7_final 3 199.Fn PKCS7_final
200must also be called to finalize the structure if streaming is not 200must also be called to finalize the structure if streaming is not
201enabled. 201enabled.
202Alternative signing digests can also be specified using this method. 202Alternative signing digests can also be specified using this method.
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