botan: Reject EC keys with explicitly encoded parameters
This requires a function that will be added in the upcoming Botan 3.2 release.
This commit is contained in:
+1
-1
@@ -1215,7 +1215,7 @@ if test x$botan = xtrue; then
|
||||
AC_SUBST(botan_LIBS)
|
||||
saved_LIBS=$LIBS
|
||||
LIBS="$botan_LIBS"
|
||||
AC_CHECK_FUNCS(botan_rng_init_custom)
|
||||
AC_CHECK_FUNCS(botan_rng_init_custom botan_pubkey_ecc_key_used_explicit_encoding)
|
||||
LIBS=$saved_LIBS
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user