Blame doc/enums/gnutls_pk_algorithm_t

Packit aea12f
Packit aea12f
Packit aea12f
@c gnutls_pk_algorithm_t
Packit aea12f
@table @code
Packit aea12f
@item GNUTLS_@-PK_@-UNKNOWN
Packit aea12f
Unknown public-key algorithm.
Packit aea12f
@item GNUTLS_@-PK_@-RSA
Packit aea12f
RSA public-key algorithm.
Packit aea12f
@item GNUTLS_@-PK_@-DSA
Packit aea12f
DSA public-key algorithm.
Packit aea12f
@item GNUTLS_@-PK_@-DH
Packit aea12f
Diffie-Hellman algorithm. Used to generate parameters.
Packit aea12f
@item GNUTLS_@-PK_@-ECDSA
Packit aea12f
Elliptic curve algorithm. These parameters are compatible with the ECDSA and ECDH algorithm.
Packit aea12f
@item GNUTLS_@-PK_@-ECDH_@-X25519
Packit aea12f
Elliptic curve algorithm, restricted to ECDH as per rfc7748.
Packit aea12f
@item GNUTLS_@-PK_@-RSA_@-PSS
Packit aea12f
RSA public-key algorithm, with PSS padding.
Packit aea12f
@item GNUTLS_@-PK_@-EDDSA_@-ED25519
Packit aea12f
Edwards curve Digital signature algorithm. Used with SHA512 on signatures.
Packit aea12f
@item GNUTLS_@-PK_@-GOST_@-01
Packit aea12f
GOST R 34.10-2001 algorithm per rfc5832.
Packit aea12f
@item GNUTLS_@-PK_@-GOST_@-12_@-256
Packit aea12f
GOST R 34.10-2012 algorithm, 256-bit key per rfc7091.
Packit aea12f
@item GNUTLS_@-PK_@-GOST_@-12_@-512
Packit aea12f
GOST R 34.10-2012 algorithm, 512-bit key per rfc7091.
Packit aea12f
@item GNUTLS_@-PK_@-MAX
Packit aea12f
-- undescribed --
Packit aea12f
@end table