diff options
Diffstat (limited to 'src/lib/libcrypto/man/CMS_verify.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_verify.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CMS_verify.3 b/src/lib/libcrypto/man/CMS_verify.3 index 6bee927fbc..bd9599deed 100644 --- a/src/lib/libcrypto/man/CMS_verify.3 +++ b/src/lib/libcrypto/man/CMS_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_verify.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_verify.3,v 1.8 2022/01/19 20:28:06 tb Exp $ |
2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 | 2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 |
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,7 +48,7 @@ | |||
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: November 2 2019 $ | 51 | .Dd $Mdocdate: January 19 2022 $ |
52 | .Dt CMS_VERIFY 3 | 52 | .Dt CMS_VERIFY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -95,6 +95,8 @@ retrieves the signing certificate(s) from | |||
95 | It must be called after a successful | 95 | It must be called after a successful |
96 | .Fn CMS_verify | 96 | .Fn CMS_verify |
97 | operation. | 97 | operation. |
98 | The signers must be freed with | ||
99 | .Fn sk_X509_free . | ||
98 | .Pp | 100 | .Pp |
99 | Normally the verify process proceeds as follows. | 101 | Normally the verify process proceeds as follows. |
100 | .Pp | 102 | .Pp |
@@ -198,6 +200,8 @@ returns 1 for a successful verification or 0 if an error occurred. | |||
198 | returns all signers or | 200 | returns all signers or |
199 | .Dv NULL | 201 | .Dv NULL |
200 | if an error occurred. | 202 | if an error occurred. |
203 | The signers must be freed with | ||
204 | .Fn sk_X509_free . | ||
201 | .Pp | 205 | .Pp |
202 | The error can be obtained from | 206 | The error can be obtained from |
203 | .Xr ERR_get_error 3 . | 207 | .Xr ERR_get_error 3 . |