oid: Fix confusing identifiers for elliptic curves over prime fields
SECT (indicating a binary field) was incorrectly used in constants for the SECP (prime field) curves.
This commit is contained in:
@@ -112,7 +112,7 @@ METHOD(enumerator_t, cert_enumerator_enumerate, bool,
|
||||
}
|
||||
else if (key.len == 96)
|
||||
{
|
||||
curve = OID_SECT384R1;
|
||||
curve = OID_SECP384R1;
|
||||
}
|
||||
if (curve)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user