-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0a1
-
Component/s: None
-
Labels:None
-
Sprint:SoftHSM 2.0.0a2
...
checking what are the Botan includes... -I/usr/homebrew/include/botan-1.10
checking what are the Botan libs... -L/usr/homebrew/lib -lbotan-1.10
checking for Botan >= v1.10.0 ... yes
checking for Botan ECC support... Cannot find P256
configure: error:
Botan library has no ECC support
or src/pubkey/ec_group/ec_group.cpp must be fixed: at line 124:
@@ -121,7 +121,7 @@
.get_contents();
}
else if(form == EC_DOMPAR_ENC_OID)
- return DER_Encoder().encode(get_oid()).get_contents();
+ return DER_Encoder().encode(OID(get_oid())).get_contents();
else if(form == EC_DOMPAR_ENC_IMPLICITCA)
return DER_Encoder().encode_null().get_contents();
else
onjiea> botan-config-1.10 --version
1.10.5
- relates to
-
SOFTHSM-68 configuring using botan with ECC fails and gives notice on a change to files that does not exist anymore
-
- Closed
-