summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_verify.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/CMS_verify.3')
-rw-r--r--src/lib/libcrypto/man/CMS_verify.38
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
95It must be called after a successful 95It must be called after a successful
96.Fn CMS_verify 96.Fn CMS_verify
97operation. 97operation.
98The signers must be freed with
99.Fn sk_X509_free .
98.Pp 100.Pp
99Normally the verify process proceeds as follows. 101Normally 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.
198returns all signers or 200returns all signers or
199.Dv NULL 201.Dv NULL
200if an error occurred. 202if an error occurred.
203The signers must be freed with
204.Fn sk_X509_free .
201.Pp 205.Pp
202The error can be obtained from 206The error can be obtained from
203.Xr ERR_get_error 3 . 207.Xr ERR_get_error 3 .