Skip to content

Commit

Permalink
fixup! CMP lib and app: add optional certProfile request message head…
Browse files Browse the repository at this point in the history
…er and respective -profile option
  • Loading branch information
DDvO committed Dec 14, 2023
1 parent 2108a5a commit 54ec060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -51,7 +51,7 @@ by I<*itav_sk_p>. It creates a new stack if I<*itav_sk_p> points to NULL.

OSSL_CMP_ITAV_new0_certProfile() creates a new B<OSSL_CMP_ITAV> structure
of type B<certProfile> that includes the optionally given list of profile names.
On success, ownership of list is with the new B<OSSL_CMP_ITAV> structure.
On success, ownership of the list is with the new B<OSSL_CMP_ITAV> structure.

OSSL_CMP_ITAV_get0_certProfile() on success assigns to I<*out>
an internal pointer to the
Expand Down
4 changes: 2 additions & 2 deletions include/openssl/cmp.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,
OSSL_CMP_ITAV *itav);
void OSSL_CMP_ITAV_free(OSSL_CMP_ITAV *itav);

OSSL_CMP_ITAV
*OSSL_CMP_ITAV_new0_certProfile(STACK_OF(ASN1_UTF8STRING) *certProfile);
OSSL_CMP_ITAV *OSSL_CMP_ITAV_new0_certProfile(STACK_OF(ASN1_UTF8STRING)
*certProfile);
int OSSL_CMP_ITAV_get0_certProfile(const OSSL_CMP_ITAV *itav,
STACK_OF(ASN1_UTF8STRING) **out);
OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_caCerts(const STACK_OF(X509) *caCerts);
Expand Down

0 comments on commit 54ec060

Please sign in to comment.