Fix ASN1_INTEGER_to_BN() misuse
authortb <tb@openbsd.org>
Thu, 3 Oct 2024 04:20:28 +0000 (04:20 +0000)
committertb <tb@openbsd.org>
Thu, 3 Oct 2024 04:20:28 +0000 (04:20 +0000)
commit6827a94ef18c008c3b02a3306ce4cf5a30ef325b
tree6b42c5a136735e63fba56c4949876f808cf903cf
parent50e7bedc41d4afa51cfabaf7497797672f7832ad
Fix ASN1_INTEGER_to_BN() misuse

Same issue/leak as for BN_to_ASN1_INTEGER(). Stop reusing the elliptic
curve parameters a and b for order and cofacter. It's confusing.

ok jsing
lib/libcrypto/ec/ec_asn1.c