diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/CMS_sign.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3 index 5261c190a6..82f9ff9896 100644 --- a/src/lib/libcrypto/man/CMS_sign.3 +++ b/src/lib/libcrypto/man/CMS_sign.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_sign.3,v 1.11 2024/04/18 16:50:22 tb Exp $ | 1 | .\" $OpenBSD: CMS_sign.3,v 1.13 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +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>. |
@@ -48,13 +48,14 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: April 18 2024 $ | 51 | .Dd $Mdocdate: June 8 2025 $ |
52 | .Dt CMS_SIGN 3 | 52 | .Dt CMS_SIGN 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm CMS_sign | 55 | .Nm CMS_sign |
56 | .Nd create a CMS SignedData structure | 56 | .Nd create a CMS SignedData structure |
57 | .Sh SYNOPSIS | 57 | .Sh SYNOPSIS |
58 | .Lb libcrypto | ||
58 | .In openssl/cms.h | 59 | .In openssl/cms.h |
59 | .Ft CMS_ContentInfo * | 60 | .Ft CMS_ContentInfo * |
60 | .Fo CMS_sign | 61 | .Fo CMS_sign |
@@ -176,7 +177,7 @@ added before finalization. | |||
176 | .Pp | 177 | .Pp |
177 | If a signer is specified, it will use the default digest for the signing | 178 | If a signer is specified, it will use the default digest for the signing |
178 | algorithm. | 179 | algorithm. |
179 | This is SHA1 for both RSA and DSA keys. | 180 | This is SHA-1 for both RSA and DSA keys. |
180 | .Pp | 181 | .Pp |
181 | If | 182 | If |
182 | .Fa signcert | 183 | .Fa signcert |