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:
Tobias Brunner
2026-05-28 13:30:07 +02:00
parent 5fcf1fc0ef
commit bff405c349
10 changed files with 32 additions and 32 deletions
@@ -112,7 +112,7 @@ METHOD(enumerator_t, cert_enumerator_enumerate, bool,
}
else if (key.len == 96)
{
curve = OID_SECT384R1;
curve = OID_SECP384R1;
}
if (curve)
{