Skip to content

Commit

Permalink
fixup! fixup! CMP lib and app: add optional certProfile request messa…
Browse files Browse the repository at this point in the history
…ge header and respective -profile option
  • Loading branch information
DDvO committed Dec 14, 2023
1 parent 04981f5 commit b0ea77c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion doc/man1/openssl-cmp.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,9 @@ L<openssl-req(1)>, L<openssl-x509(1)>, L<x509v3_config(5)>

The B<cmp> application was added in OpenSSL 3.0.

The B<-engine option> was deprecated in OpenSSL 3.0.
The B<-engine> option was deprecated in OpenSSL 3.0.

The B<-profile> option as was added in OpenSSL 3.3.

=head1 COPYRIGHT

Expand Down
6 changes: 3 additions & 3 deletions doc/man3/OSSL_CMP_CTX_new.pod
Original file line number Diff line number Diff line change
Expand Up @@ -849,11 +849,11 @@ in OpenSSL 3.2.

OSSL_CMP_CTX_reset_geninfo_ITAVs() was added in OpenSSL 3.0.8.

OSSL_CMP_CTX_get0_libctx(), OSSL_CMP_CTX_get0_propq(),
OSSL_CMP_CTX_get0_geninfo_ITAVs(), and
OSSL_CMP_CTX_set1_serialNumber(),
OSSL_CMP_CTX_get0_libctx(), OSSL_CMP_CTX_get0_propq(), and
OSSL_CMP_CTX_get0_validatedSrvCert() were added in OpenSSL 3.2.

OSSL_CMP_CTX_set1_serialNumber() was added in OpenSSL 3.2.
OSSL_CMP_CTX_get0_geninfo_ITAVs() was added in OpenSSL 3.3.

=head1 COPYRIGHT

Expand Down
2 changes: 2 additions & 0 deletions doc/man3/OSSL_CMP_HDR_get0_transactionID.pod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ or NULL if the respective entry does not exist and on error.

The OpenSSL CMP support was added in OpenSSL 3.0.

OSSL_CMP_HDR_get0_geninfo_ITAVs() was added in OpenSSL 3.3.

=head1 COPYRIGHT

Copyright 2007-2019 The OpenSSL Project Authors. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion doc/man3/OSSL_CMP_ITAV_set0.pod
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ L<OSSL_CMP_CTX_new(3)>, L<OSSL_CMP_CTX_free(3)>, L<ASN1_TYPE_set(3)>
The OpenSSL CMP support was added in OpenSSL 3.0.

OSSL_CMP_ITAV_new0_certProfile() and OSSL_CMP_ITAV_get0_certProfile()
were added in OpenSSL 3.2.
were added in OpenSSL 3.3.

=head1 COPYRIGHT

Expand Down

0 comments on commit b0ea77c

Please sign in to comment.