boringssl/crypto/evp
David Benjamin 2ddc461a3f Add additional RSA-PSS and RSA-OAEP tests.
Import test data from:
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip

This is a set of RSA-PSS and RSA-OAEP test vectors including some edge cases
with unusual key sizes.

(Imported from upstream's 946a515a2b370dbadb1f8c39e3586a8f1e3cff1a.)

Change-Id: I1d8aa85a8578e47b26c74bb4e4c246975619d574
Reviewed-on: https://boringssl-review.googlesource.com/14318
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-03-21 14:55:36 +00:00
..
CMakeLists.txt Convert evp_extra_test into GTest. 2017-03-01 18:32:29 +00:00
digestsign.c
evp_asn1.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
evp_ctx.c Tidy up EVP_PKEY_CTX_dup and fix malloc error crash. 2017-02-16 23:24:53 +00:00
evp_extra_test.cc Convert evp_extra_test into GTest. 2017-03-01 18:32:29 +00:00
evp_test.cc Import RSA decryption tests from upstream. 2017-01-04 01:47:53 +00:00
evp_tests.txt Add additional RSA-PSS and RSA-OAEP tests. 2017-03-21 14:55:36 +00:00
evp.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
internal.h
p_dsa_asn1.c Remove direct calls to BN_mod_exp. 2017-02-28 18:00:02 +00:00
p_ec_asn1.c
p_ec.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
p_rsa_asn1.c
p_rsa.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
pbkdf_test.cc Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
pbkdf.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
print.c
sign.c