boringssl/crypto/rsa
David Benjamin acb2451807 Rename the BIGNUM ASN.1 functions.
There's many ways to serialize a BIGNUM, so not including asn1 in the name is
confusing (and collides with BN_bn2cbb_padded). Since BN_asn12bn looks
ridiculous, match the parse/marshal naming scheme of other modules instead.

Change-Id: I53d22ae0537a98e223ed943e943c48cb0743cf51
Reviewed-on: https://boringssl-review.googlesource.com/6822
Reviewed-by: Adam Langley <alangley@gmail.com>
2016-01-27 22:37:44 +00:00
..
blinding.c Remove unnecessary assignment of |e| in |rsa_setup_blinding|. 2016-01-23 17:08:23 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
internal.h Constify more BN_MONT_CTX parameters. 2015-11-06 20:04:36 +00:00
padding.c Simplify RSA key exchange padding check. 2015-12-22 00:10:14 +00:00
rsa_asn1.c Rename the BIGNUM ASN.1 functions. 2016-01-27 22:37:44 +00:00
rsa_impl.c Fix bits vs. bytes confusion in RSA encryption. 2016-01-13 22:28:54 +00:00
rsa_test.cc Refuse to parse RSA pubkeys with invalid exponents. 2015-12-21 23:49:02 +00:00
rsa.c Remove the CRYPTO_EX_new callback. 2015-12-15 21:29:46 +00:00