Latest update.
This commit is contained in:
@@ -371,6 +371,10 @@ static const OSSL_ALGORITHM deflt_kdfs[] = {
|
||||
static const OSSL_ALGORITHM deflt_keyexch[] = {
|
||||
#ifndef OPENSSL_NO_DH
|
||||
{ "DH:dhKeyAgreement", "default=yes", dh_keyexch_functions },
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_EC
|
||||
{ "X25519", "default=yes", x25519_keyexch_functions },
|
||||
{ "X448", "default=yes", x448_keyexch_functions },
|
||||
#endif
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
@@ -395,6 +399,10 @@ static const OSSL_ALGORITHM deflt_keymgmt[] = {
|
||||
{ "DSA:dsaEncryption", "default=yes", dsa_keymgmt_functions },
|
||||
#endif
|
||||
{ "RSA:rsaEncryption", "default=yes", rsa_keymgmt_functions },
|
||||
#ifndef OPENSSL_NO_EC
|
||||
{ "X25519", "default=yes", x25519_keymgmt_functions },
|
||||
{ "X448", "default=yes", x448_keymgmt_functions },
|
||||
#endif
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user