Merge pull request #9993 from kojo1/brainpool

Brainpool to set1_sigalgs_list
This commit is contained in:
David Garske
2026-03-19 12:34:54 -07:00
committed by GitHub
+3
View File
@@ -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" },