summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_sign.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_sign.3')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign.39
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign.3 b/src/lib/libcrypto/man/PKCS7_sign.3
index d5f4c89c61..c9b13680c3 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.11 2020/06/03 13:41:27 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign.3,v 1.12 2020/06/04 10:24:27 schwarze Exp $
2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 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>.
@@ -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 3 2020 $ 52.Dd $Mdocdate: June 4 2020 $
53.Dt PKCS7_SIGN 3 53.Dt PKCS7_SIGN 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -196,7 +196,9 @@ if the
196.Dv PKCS7_PARTIAL 196.Dv PKCS7_PARTIAL
197flag is set. 197flag is set.
198One or more signers can be added using the function 198One or more signers can be added using the function
199.Xr PKCS7_sign_add_signer 3 . 199.Xr PKCS7_sign_add_signer 3
200and attributes can be added using the functions described in
201.Xr PKCS7_add_attribute 3 .
200.Xr PKCS7_final 3 202.Xr PKCS7_final 3
201must also be called to finalize the structure if streaming is not 203must also be called to finalize the structure if streaming is not
202enabled. 204enabled.
@@ -228,6 +230,7 @@ if an error occurred.
228The error can be obtained from 230The error can be obtained from
229.Xr ERR_get_error 3 . 231.Xr ERR_get_error 3 .
230.Sh SEE ALSO 232.Sh SEE ALSO
233.Xr PKCS7_add_attribute 3 ,
231.Xr PKCS7_encrypt 3 , 234.Xr PKCS7_encrypt 3 ,
232.Xr PKCS7_final 3 , 235.Xr PKCS7_final 3 ,
233.Xr PKCS7_new 3 , 236.Xr PKCS7_new 3 ,