Skip to content

Commit

Permalink
Remove a TODO in EVP_set_default_properties
Browse files Browse the repository at this point in the history
Fixes openssl#14371

Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#1487)
  • Loading branch information
mattcaswell committed Apr 8, 2021
1 parent 906bced commit 71a05dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/man3/EVP_set_default_properties.pod
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ EVP_default_properties_is_fips_enabled
=head1 DESCRIPTION

EVP_set_default_properties() sets the default properties for all
future EVP algorithm fetches, implicit as well as explicit.

=for comment TODO(3.0) We should consider having an EVP document in
section 7 that details everything about implicit vs explicit fetches
and how they relate to properties.
future EVP algorithm fetches, implicit as well as explicit. See
L<crypto(7)/ALGORITHM FETCHING> for information about implicit and explicit
fetching.

EVP_set_default_properties stores the properties given with the string
I<propq> among the EVP data that's been stored in the library context
Expand Down

0 comments on commit 71a05dc

Please sign in to comment.