Transport Layer Security Protocol.
An ASN.1 OID-identified algorithm.
static uint8_t oid_prime256v1[]
"prime256v1" object identifier
#define P256_LEN
P-256 value length.
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
struct elliptic_curve p256_curve
#define TLS_POINT_FORMAT_UNCOMPRESSED
TLS uncompressed curve point format.
struct asn1_algorithm prime256v1_algorithm __asn1_algorithm
"prime256v1" OID-identified algorithm
struct elliptic_curve * curve
Elliptic curve.
#define ASN1_OID_PRIME256V1
ASN.1 OID for prime256v1 (1.2.840.10045.3.1.7)
NIST P-256 elliptic curve.
struct tls_named_curve tls_secp256r1_named_curve __tls_named_curve(01)
P-256 named curve.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
#define TLS_NAMED_CURVE_SECP256R1