12 Commits (104306f587751f34852838915fb61ce5551c2332)

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