Re: FIPS and default properties

2020-07-31 Thread Matt Caswell
On 31/07/2020 00:12, Thomas Dwyer III wrote: > Is the result of EVP_default_properties_is_fips_enabled() supposed to > take into account the default properties specified in the config file? I > don't see it doing that. Also, regarding #11594, if default properties > are currently still broken, w

FIPS and default properties

2020-07-30 Thread Thomas Dwyer III
I'm struggling to understand how EVP_default_properties_is_fips_enabled() works. I cannot get this function to return nonzero unless I first call either EVP_default_properties_enable_fips() or EVP_set_default_properties(), even when the config file sets default_properties to enable fips. Also, the