Blame doc/enums/gnutls_ecc_curve_t

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@c gnutls_ecc_curve_t
Packit Service 4684c1
@table @code
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-INVALID
Packit Service 4684c1
Cannot be known
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-SECP224R1
Packit Service 4684c1
the SECP224R1 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-SECP256R1
Packit Service 4684c1
the SECP256R1 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-SECP384R1
Packit Service 4684c1
the SECP384R1 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-SECP521R1
Packit Service 4684c1
the SECP521R1 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-SECP192R1
Packit Service 4684c1
the SECP192R1 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-X25519
Packit Service 4684c1
the X25519 curve (ECDH only)
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-ED25519
Packit Service 4684c1
the Ed25519 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256CPA
Packit Service 4684c1
GOST R 34.10 CryptoPro 256 A curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256CPB
Packit Service 4684c1
GOST R 34.10 CryptoPro 256 B curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256CPC
Packit Service 4684c1
GOST R 34.10 CryptoPro 256 C curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256CPXA
Packit Service 4684c1
GOST R 34.10 CryptoPro 256 XchA curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256CPXB
Packit Service 4684c1
GOST R 34.10 CryptoPro 256 XchB curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST512A
Packit Service 4684c1
GOST R 34.10 TC26 512 A curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST512B
Packit Service 4684c1
GOST R 34.10 TC26 512 B curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST512C
Packit Service 4684c1
GOST R 34.10 TC26 512 C curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256A
Packit Service 4684c1
GOST R 34.10 TC26 256 A curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256B
Packit Service 4684c1
GOST R 34.10 TC26 256 B curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256C
Packit Service 4684c1
GOST R 34.10 TC26 256 C curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-GOST256D
Packit Service 4684c1
GOST R 34.10 TC26 256 D curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-X448
Packit Service 4684c1
the X448 curve (ECDH only)
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-ED448
Packit Service 4684c1
the Ed448 curve
Packit Service 4684c1
@item GNUTLS_@-ECC_@-CURVE_@-MAX
Packit Service 4684c1
-- undescribed --
Packit Service 4684c1
@end table