summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
diff options
context:
space:
mode:
authorschwarze <>2020-06-03 13:41:27 +0000
committerschwarze <>2020-06-03 13:41:27 +0000
commit19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0 (patch)
treea20bd946e865f05d6bc35d05ac42fc545068567d /src/lib/libcrypto/man/PKCS7_sign_add_signer.3
parentc34de2c3490495ca1d9afcbc43593161c810b669 (diff)
downloadopenbsd-19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0.tar.gz
openbsd-19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0.tar.bz2
openbsd-19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0.zip
Properly document PKCS7_final(3), which was already mentioned
in passing in some other manual pages.
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_sign_add_signer.3')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign_add_signer.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
index 41d57c2c26..f8024d9b5c 100644
--- a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
+++ b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.10 2019/06/14 13:59:32 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.11 2020/06/03 13:41:27 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
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>.
5.\" Copyright (c) 2007, 2008, 2009, 2015 The OpenSSL Project. 5.\" Copyright (c) 2007, 2008, 2009, 2015 The OpenSSL Project.
@@ -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: June 14 2019 $ 52.Dd $Mdocdate: June 3 2020 $
53.Dt PKCS7_SIGN_ADD_SIGNER 3 53.Dt PKCS7_SIGN_ADD_SIGNER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -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.Fn PKCS7_final . 103.Xr PKCS7_final 3 .
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
@@ -174,6 +174,7 @@ In some cases of failure, the reason can be determined with
174.Xr ERR_get_error 3 . 174.Xr ERR_get_error 3 .
175.Sh SEE ALSO 175.Sh SEE ALSO
176.Xr EVP_DigestInit 3 , 176.Xr EVP_DigestInit 3 ,
177.Xr PKCS7_final 3 ,
177.Xr PKCS7_new 3 , 178.Xr PKCS7_new 3 ,
178.Xr PKCS7_sign 3 179.Xr PKCS7_sign 3
179.Sh HISTORY 180.Sh HISTORY