You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin 2ec3b31548 Unify RSA errors somewhat. 7 years ago
..
CMakeLists.txt Implement scrypt from RFC 7914. 7 years ago
digestsign.c Align EVP_PKEY Ed25519 API with upstream. 7 years ago
evp.c Implement draft-ietf-curdle-pkix-04's serialization. 7 years ago
evp_asn1.c Implement draft-ietf-curdle-pkix-04's serialization. 7 years ago
evp_ctx.c Align EVP_PKEY Ed25519 API with upstream. 7 years ago
evp_extra_test.cc EVP_PKEY_cmp does not return a boolean. 7 years ago
evp_test.cc Align EVP_PKEY Ed25519 API with upstream. 7 years ago
evp_tests.txt Unify RSA errors somewhat. 7 years ago
internal.h Support EVP_PKEY_{sign,verify}_message with Ed25519. 7 years ago
p_dsa_asn1.c Unwind the rest of EVP_PKEY_supports_digest. 7 years ago
p_ec.c Move ec/ and ecdsa/ into fipsmodule/ 7 years ago
p_ec_asn1.c Unwind the rest of EVP_PKEY_supports_digest. 7 years ago
p_ed25519.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 7 years ago
p_ed25519_asn1.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 7 years ago
p_rsa.c Move rsa/ to fipsmodule/rsa/ 7 years ago
p_rsa_asn1.c Add a flag to toggle the buggy RSA parser. 7 years ago
pbkdf.c Clean up PKCS5_PBKDF2_HMAC. 7 years ago
pbkdf_test.cc Convert various tests to GTest. 7 years ago
print.c Move rsa/ to fipsmodule/rsa/ 7 years ago
scrypt.c Implement scrypt from RFC 7914. 7 years ago
scrypt_test.cc Implement scrypt from RFC 7914. 7 years ago
scrypt_tests.txt Implement scrypt from RFC 7914. 7 years ago
sign.c Take advantage of normalized return values. 9 years ago