Module signature_verify_algo

Source
Expand description

Supported signature verify algorithms

Structs§

Algorithm
A signature verify algorithm type

Statics§

ECDSA_P256_SHA256
ECDSA signatures using the P-256 curve and SHA-256.
ECDSA_P256_SHA384
ECDSA signatures using the P-256 curve and SHA-384.
ECDSA_P384_SHA256
ECDSA signatures using the P-384 curve and SHA-256.
ECDSA_P384_SHA384
ECDSA signatures using the P-384 curve and SHA-384.
ECDSA_P521_SHA512
ECDSA signatures using the P-512 curve and SHA-512.
RSA_PKCS1_SHA256
RSA PKCS#1 1.5 signatures using SHA-256.
RSA_PKCS1_SHA384
RSA PKCS#1 1.5 signatures using SHA-384.
RSA_PKCS1_SHA512
RSA PKCS#1 1.5 signatures using SHA-512.
RSA_PSS_SHA256
RSA PSS signatures using SHA-256 and of type rsaEncryption; see RFC 4055 Section 1.2.
RSA_PSS_SHA384
RSA PSS signatures using SHA-384 and of type rsaEncryption; see RFC 4055 Section 1.2.
RSA_PSS_SHA512
RSA PSS signatures using SHA-512 and of type rsaEncryption; see RFC 4055 Section 1.2.