Histórico de Commits

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