12 Révisions (104306f587751f34852838915fb61ce5551c2332)

Auteur SHA1 Message Date
  David Benjamin 5b33effa72 Rename OPENSSL_NO_THREADS, part 1. il y a 6 ans
  David Benjamin c5f680ec36 Add a thread test for RSA. il y a 6 ans
  David Benjamin a2938719a4 Improve the RSA key generation failure probability. il y a 6 ans
  David Benjamin c1c6eeb5e2 Check d is mostly-reduced in RSA_check_key. il y a 6 ans
  David Benjamin 8d9ee7d1fe Replace rsa_greater_than_pow2 with BN_cmp. il y a 6 ans
  David Benjamin 380fc326c3 Add RSA_check_key tests. il y a 6 ans
  David Benjamin 73df153be8 Make BN_generate_dsa_nonce internally constant-time. il y a 7 ans
  David Benjamin a37f286f4e Remove the buggy RSA parser. il y a 7 ans
  David Benjamin e55b32ddff Don't crash when decrypting with public keys. il y a 7 ans
  Adam Langley 8379978bc8 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. il y a 7 ans
  Steven Valdez 467d3220f8 Add FIPS-compliant key generation that calls check_fips for RSA and EC. il y a 7 ans
  Adam Langley 96dec443d9 Move rsa/ to fipsmodule/rsa/ il y a 7 ans
  David Benjamin 61ae41f198 Use a minimal totient when generating RSA keys. il y a 7 ans
  David Benjamin 05821b0ee3 Consistently check length in RSA_add_pkcs1_prefix. il y a 7 ans
  Adam Langley 5c38c05b26 Move bn/ into crypto/fipsmodule/ il y a 7 ans
  Steven Valdez b15143fece Fix check_fips for public keys and synchronize the EC and RSA versions. il y a 7 ans
  Steven Valdez 400d0b7b5e Add PWCT for RSA and ECDSA for FIPS 140-2. il y a 7 ans
  David Benjamin 82b2b8574f Unwind multiprime RSA support. il y a 7 ans
  David Benjamin fb8b763e51 Align RSA key generation with FIPS 186-4. il y a 7 ans
  David Benjamin b7ded430e4 Constrain RSA bit sizes. il y a 7 ans
  Steven Valdez d0b988219f Add RSA_check_fips to support public key validation checks. il y a 7 ans
  David Benjamin 4a2cc28b8c Unwind RSA_generate_multi_prime_key. il y a 7 ans
  David Benjamin b91b9a8967 Convert rsa_test to GTest. il y a 7 ans
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. il y a 7 ans
  Brian Smith febf77190f Verify consistency of RSA keys after generation & parsing. il y a 8 ans
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. il y a 8 ans
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." il y a 8 ans
  Adam Langley d2b5af56cf Revert scoped_types.h change. il y a 8 ans
  Adam Langley 8c3c3135a2 Remove scoped_types.h. il y a 8 ans
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. il y a 8 ans
  David Benjamin 981936791e Remove some easy obj.h dependencies. il y a 8 ans
  David Benjamin 2aca226412 Fix typo in comment. il y a 8 ans
  David Benjamin db50299b24 Add tests for RSA objects with only n and d. il y a 8 ans
  Luke Granger-Brown 3ef608594d Refuse to parse RSA pubkeys with invalid exponents. il y a 8 ans
  Brian Smith 96b9f3b68c Switch rsa_test.cc to use the new RSA encrypt/decrypt API. il y a 9 ans
  Brian Smith a655c73b93 Switch rsa_test.cc to use new RSA private key parsing API. il y a 9 ans
  David Benjamin b86b0f2824 RT 3493: fix RSA test il y a 9 ans
  David Benjamin 231cb82145 Work around broken Estonian smart cards. Again. il y a 9 ans
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. il y a 9 ans
  David Benjamin d63307199a Re-wrap kOAEPCipherText from rsa_test. il y a 9 ans
  David Benjamin cb41d77029 Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test. il y a 9 ans
  David Benjamin c7a3a14872 Convert rsa_test to C++. il y a 9 ans
  David Benjamin 1a3c23234c Fix build. il y a 9 ans
  Adam Langley 839b881c61 Multi-prime RSA support. il y a 9 ans
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. il y a 9 ans
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. il y a 9 ans
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. il y a 9 ans
  David Benjamin 6eb000dbee Add in missing curly braces part 3. il y a 9 ans
  Adam Langley 2b2d66d409 Remove string.h from base.h. il y a 9 ans
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. il y a 9 ans