Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/20219)
backward compatibility purposes and the "fips=yes" property query
must be used for all algorithm fetches to ensure FIPS compliance.
- The algorithms that are included but not approved are Triple DES and EdDSA.
+ The algorithms that are included but not approved are Triple DES ECB
+ and Triple DES CBC.
*Paul Dale*