Commit History

Author SHA1 Message Date
  slontis d2f6e66d28 Improve FIPS RSA keygen performance. 1 year ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 years ago
  Kazuki Yamaguchi 0b3867634f Fix error propagatation in BN_check_prime() 2 years ago
  Pauli 26b3e44a66 bn: remove TODOs 3 years ago
  Pauli 5cbd2ea3f9 add zero strenght arguments to BN and RAND RNG calls 3 years ago
  Pauli 36ec749fda bn: rename bn_check_prime_int -> ossl_bn_check_primt 3 years ago
  Shane Lontis 94553e85b6 Fix external symbols for bn 3 years ago
  Richard Levitte 4333b89f50 Update copyright year 3 years ago
  Agustin Gianni 48116c2d0f Fix incorrect use of BN_CTX API 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Matt Caswell 454afd9866 Update copyright year 4 years ago
  Richard Levitte f844f9eb44 Rename FIPS_MODE to FIPS_MODULE 4 years ago
  Richard Levitte 936c2b9e93 Update source files for deprecation at 3.0 4 years ago
  Kurt Roeckx 42619397eb Add BN_check_prime() 5 years ago
  Kurt Roeckx 6c4ae41f1c Use fewer primes for the trial division 5 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 5 years ago
  Bernd Edlinger 28b4880b8b Merge probable_prime_dh_safe with bn_probable_prime_dh 5 years ago
  Bernd Edlinger 3ce0566dab Add a parameter to probable_prime if we look for a safe prime 5 years ago
  Matt Caswell 2934be9134 Make sure all BIGNUM operations work within the FIPS provider 5 years ago
  Bernd Edlinger 291f616ced Fix an endless loop in BN_generate_prime_ex 5 years ago
  Kurt Roeckx 3e3dcf9ab8 Call RSA generation callback at the correct time. 5 years ago
  Shane Lontis ce1415ed2c Added NULL check to BN_clear() & BN_CTX_end() 5 years ago
  Shane Lontis 8240d5fa65 FIPS 186-4 RSA Generation & Validation 6 years ago
  Richard Levitte 367ace6870 Following the license change, modify the boilerplates in crypto/bn/ 5 years ago
  Shane Lontis 7d79d13a56 Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < w-1. It was using 1<= rand < w (which is wrong by 1 on both ends) 6 years ago
  Matt Caswell c4d3c19b4c Update copyright year 6 years ago
  Kurt Roeckx 4cffafe967 Use the private RNG for data that is not public 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 years ago
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and 7 years ago
  Rich Salz ddc6a5c8f5 Add RAND_priv_bytes() for private keys 7 years ago