summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
diff options
context:
space:
mode:
authorschwarze <>2020-06-04 10:24:27 +0000
committerschwarze <>2020-06-04 10:24:27 +0000
commitccbb438ec06397c1b8d88c61577810aab63bda79 (patch)
treeb146fcdf956ef48b5e41ef198b1023403338e489 /src/lib/libcrypto/man/PKCS7_sign_add_signer.3
parent19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0 (diff)
downloadopenbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.tar.gz
openbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.tar.bz2
openbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.zip
new manual page PKCS7_add_attribute(3);
tweaks and OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_sign_add_signer.3')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign_add_signer.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
index f8024d9b5c..28d327fefc 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.11 2020/06/03 13:41:27 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign_add_signer.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_ADD_SIGNER 3 53.Dt PKCS7_SIGN_ADD_SIGNER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -162,6 +162,8 @@ If any of these algorithms is disabled, then it will not be included.
162returns an internal pointer to the 162returns an internal pointer to the
163.Vt PKCS7_SIGNER_INFO 163.Vt PKCS7_SIGNER_INFO
164structure just added, which can be used to set additional attributes 164structure just added, which can be used to set additional attributes
165with the functions described in
166.Xr PKCS7_add_attribute 3
165before it is finalized. 167before it is finalized.
166.Sh RETURN VALUES 168.Sh RETURN VALUES
167.Fn PKCS7_sign_add_signer 169.Fn PKCS7_sign_add_signer
@@ -174,6 +176,7 @@ In some cases of failure, the reason can be determined with
174.Xr ERR_get_error 3 . 176.Xr ERR_get_error 3 .
175.Sh SEE ALSO 177.Sh SEE ALSO
176.Xr EVP_DigestInit 3 , 178.Xr EVP_DigestInit 3 ,
179.Xr PKCS7_add_attribute 3 ,
177.Xr PKCS7_final 3 , 180.Xr PKCS7_final 3 ,
178.Xr PKCS7_new 3 , 181.Xr PKCS7_new 3 ,
179.Xr PKCS7_sign 3 182.Xr PKCS7_sign 3