aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa_extra
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Validate RSA public keys more consistently.David Benjamin1-2/+1
2020-10-23Support 4096-bit keys in FIPS mode.Adam Langley1-11/+13
2020-01-17Try again to deal with expensive tests.David Benjamin1-6/+8
2020-01-15Use the MAYBE/DISABLED pattern in RSATest.BlindingCacheConcurrency.David Benjamin1-3/+6
2020-01-06Reduce size of BlindingCacheConcurrency test under TSAN.Adam Langley1-0/+5
2020-01-06Fix double-free under load.Adam Langley1-1/+35
2019-09-24Update INSTANTIATE_TEST_SUITE_P calls missing first argument.Matthew Braithwaite1-1/+1
2019-04-10Update third_party/googletest.David Benjamin1-1/+2
2018-09-26Rename OPENSSL_NO_THREADS, part 1.David Benjamin1-2/+2
2018-09-05Flatten most of the crypto target.David Benjamin1-10/+0
2018-07-23Add a thread test for RSA.David Benjamin1-0/+75
2018-05-23Rename crypto/rsa_extra/print.c.David Benjamin2-1/+1
2018-05-15More compatibility stuff.David Benjamin2-0/+23
2018-04-20Improve the RSA key generation failure probability.David Benjamin1-6/+123
2018-03-30Check d is mostly-reduced in RSA_check_key.David Benjamin1-0/+15
2018-03-30Replace rsa_greater_than_pow2 with BN_cmp.David Benjamin1-50/+0
2018-03-19Add RSA_check_key tests.David Benjamin1-0/+175
2017-11-20Make BN_generate_dsa_nonce internally constant-time.David Benjamin1-52/+0
2017-10-24Remove the buggy RSA parser.David Benjamin2-29/+3
2017-08-18Run the comment converter on libcrypto.David Benjamin1-7/+7
2017-06-22Don't crash when decrypting with public keys.David Benjamin1-0/+16
2017-06-13Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set.Adam Langley1-0/+18
2017-05-17Add FIPS-compliant key generation that calls check_fips for RSA and EC.Steven Valdez1-0/+24
2017-05-04Move rsa/ to fipsmodule/rsa/Adam Langley3-0/+1141