mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 09:30:48 +02:00
Merge pull request #9993 from kojo1/brainpool
Brainpool to set1_sigalgs_list
This commit is contained in:
@@ -29339,6 +29339,9 @@ struct sig_algs {
|
||||
#endif
|
||||
#ifdef HAVE_ECC
|
||||
{ ecc_dsa_sa_algo, "ECDSA" },
|
||||
#ifdef HAVE_ECC_BRAINPOOL
|
||||
{ ecc_brainpool_sa_algo, "ECDSA-BRAINPOOL" },
|
||||
#endif
|
||||
#endif
|
||||
#ifdef HAVE_ED25519
|
||||
{ ed25519_sa_algo, "ED25519" },
|
||||
|
||||
Reference in New Issue
Block a user