diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2022-05-04 15:49:47 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-07-01 08:38:50 +0200 |
commit | c4ad4e5bf67dae6f7729de5438c9a96a2abd0f92 (patch) | |
tree | 43d1e0c3c2dedd8d1b0c7e26b1d9f82ba9cb8b44 /doc/internal | |
parent | Coverity: fix 1506297: negative returns (diff) | |
download | openssl-c4ad4e5bf67dae6f7729de5438c9a96a2abd0f92.tar.xz openssl-c4ad4e5bf67dae6f7729de5438c9a96a2abd0f92.zip |
CMP: introduce version 3, while version 2 stays the default
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18294)
Diffstat (limited to 'doc/internal')
-rw-r--r-- | doc/internal/man3/ossl_cmp_msg_check_update.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/ossl_cmp_msg_check_update.pod b/doc/internal/man3/ossl_cmp_msg_check_update.pod index 763de8452a..d1513bf34f 100644 --- a/doc/internal/man3/ossl_cmp_msg_check_update.pod +++ b/doc/internal/man3/ossl_cmp_msg_check_update.pod @@ -33,7 +33,7 @@ The B<msg> is checked for the following: =item its protection is present and valid (or a callback function B<cb> is present and indicates that a missing or invalid protection is acceptable), -=item its CMP protocol version is acceptable, namely B<OSSL_CMP_PVNO>, +=item its CMP protocol version is acceptable, =item its body type is valid, |