diff options
Diffstat (limited to 'src/lib/libcrypto/man/CMS_verify.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_verify.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/CMS_verify.3 b/src/lib/libcrypto/man/CMS_verify.3 index cec1dc06d8..5b17a75ca0 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.3 2019/08/10 23:41:22 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_verify.3,v 1.4 2019/08/11 12:46:38 schwarze 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: August 10 2019 $ | 51 | .Dd $Mdocdate: August 11 2019 $ |
52 | .Dt CMS_VERIFY 3 | 52 | .Dt CMS_VERIFY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -211,8 +211,9 @@ The error can be obtained from | |||
211 | .Sh SEE ALSO | 211 | .Sh SEE ALSO |
212 | .Xr CMS_sign 3 | 212 | .Xr CMS_sign 3 |
213 | .Sh HISTORY | 213 | .Sh HISTORY |
214 | .Fn CMS_verify | 214 | These functions first appeared in OpenSSL 0.9.8h |
215 | was added to OpenSSL 0.9.8. | 215 | and have been available since |
216 | .Ox 6.6 . | ||
216 | .Sh BUGS | 217 | .Sh BUGS |
217 | The trusted certificate store is not searched for the signing certificate. | 218 | The trusted certificate store is not searched for the signing certificate. |
218 | This is primarily due to the inadequacies of the current | 219 | This is primarily due to the inadequacies of the current |