diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2023-01-27 21:17:50 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2023-02-13 11:56:10 +0100 |
commit | 6b58f498b3f5d8e4c9197c3c5228fb450e33aaaf (patch) | |
tree | 481acfef6b930c147e060be157656eaee95edf0a /doc/man1/openssl-cmp.pod.in | |
parent | Correct a copy&paste error in a link URL (diff) | |
download | openssl-6b58f498b3f5d8e4c9197c3c5228fb450e33aaaf.tar.xz openssl-6b58f498b3f5d8e4c9197c3c5228fb450e33aaaf.zip |
OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled cert
Also add corresponding tests and to this end update credentials
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/20160)
Diffstat (limited to 'doc/man1/openssl-cmp.pod.in')
-rw-r--r-- | doc/man1/openssl-cmp.pod.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index dad1254558..b1ee1cade0 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -368,6 +368,7 @@ if B<-cert> and B<-oldcert> are not given. =item B<-out_trusted> I<filenames>|I<uris> Trusted certificate(s) to use for validating the newly enrolled certificate. +During this verification, any certificate status checking is disabled. Multiple sources may be given, separated by commas and/or whitespace (where in the latter case the whole argument must be enclosed in "..."). |