From ccbb438ec06397c1b8d88c61577810aab63bda79 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 4 Jun 2020 10:24:27 +0000 Subject: new manual page PKCS7_add_attribute(3); tweaks and OK tb@ --- src/lib/libcrypto/man/PKCS7_sign_add_signer.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/PKCS7_sign_add_signer.3') 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 @@ -.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.11 2020/06/03 13:41:27 schwarze Exp $ +.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.12 2020/06/04 10:24:27 schwarze Exp $ .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 3 2020 $ +.Dd $Mdocdate: June 4 2020 $ .Dt PKCS7_SIGN_ADD_SIGNER 3 .Os .Sh NAME @@ -162,6 +162,8 @@ If any of these algorithms is disabled, then it will not be included. returns an internal pointer to the .Vt PKCS7_SIGNER_INFO structure just added, which can be used to set additional attributes +with the functions described in +.Xr PKCS7_add_attribute 3 before it is finalized. .Sh RETURN VALUES .Fn PKCS7_sign_add_signer @@ -174,6 +176,7 @@ In some cases of failure, the reason can be determined with .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr EVP_DigestInit 3 , +.Xr PKCS7_add_attribute 3 , .Xr PKCS7_final 3 , .Xr PKCS7_new 3 , .Xr PKCS7_sign 3 -- cgit v1.2.3-55-g6feb