71 İşlemeler (3a1dd46e4e902ce669616a9bb5f54a9e7c801df6)

Yazar SHA1 Mesaj Tarih
  David Benjamin bfd94db72c Trim RSA_METHOD and ECDSA_METHOD. 7 yıl önce
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7 yıl önce
  Steven Valdez 467d3220f8 Add FIPS-compliant key generation that calls check_fips for RSA and EC. 7 yıl önce
  David Benjamin 61ae41f198 Use a minimal totient when generating RSA keys. 7 yıl önce
  David Benjamin 073391f7d6 Detach encrypt and keygen hooks from RSA_METHOD. 7 yıl önce
  David Benjamin 79d18bc4dd Add crypto/rsa-level RSA-PSS functions. 7 yıl önce
  Steven Valdez 400d0b7b5e Add PWCT for RSA and ECDSA for FIPS 140-2. 7 yıl önce
  David Benjamin 82b2b8574f Unwind multiprime RSA support. 7 yıl önce
  Steven Valdez d0b988219f Add RSA_check_fips to support public key validation checks. 7 yıl önce
  David Benjamin 4a2cc28b8c Unwind RSA_generate_multi_prime_key. 7 yıl önce
  David Benjamin 17eeb9820c Unwind the rest of EVP_PKEY_supports_digest. 7 yıl önce
  David Benjamin f466cdb5e0 size_t the RSA padding add functions. 7 yıl önce
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7 yıl önce
  David Benjamin a36255cd4d Fix RSA-PSS documentation. 7 yıl önce
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8 yıl önce
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 yıl önce
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 yıl önce
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 yıl önce
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 yıl önce
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. 8 yıl önce
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 yıl önce
  Brian Smith 598e55a795 Do RSA blinding unless |e| is NULL and specifically requested not to. 8 yıl önce
  Brian Smith 86361a3910 Require the public exponent to be available in RSA blinding. 8 yıl önce
  Brian Smith c0b196d4eb Drop support for engines-provided signature verification. 8 yıl önce
  Adam Langley aaccbfec04 Export RSA_padding_add_PKCS1_OAEP[_mgf1] 8 yıl önce
  Brian Smith f08c1c6895 Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 8 yıl önce
  Brian Smith 24493a4ff4 Always cache Montgomery contexts in RSA. 8 yıl önce
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8 yıl önce
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8 yıl önce
  Brian Smith 617804adc5 Always use |BN_mod_exp_mont|/|BN_mod_exp_mont_consttime| in RSA. 8 yıl önce
  Adam Langley 8ba4b2d5bf Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit. 8 yıl önce
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8 yıl önce
  Adam Langley 62882187c9 Update comments to better document in-place semantics. 8 yıl önce
  David Benjamin 3f5b43df07 Simplify RSA key exchange padding check. 9 yıl önce
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 yıl önce
  David Benjamin e82e6f6696 Constify more BN_MONT_CTX parameters. 9 yıl önce
  David Benjamin 8fb0f525e1 Free BN_MONT_CTX in generic code. 9 yıl önce
  Matt Braithwaite 978f16ea08 size_t RSA functions. 9 yıl önce
  David Benjamin 79c59a30b5 size_t RSA_private_decrypt's input. 9 yıl önce
  David Benjamin 4c60d356a9 Work around even more Estonian ID card misissuances. 9 yıl önce
  David Benjamin 231cb82145 Work around broken Estonian smart cards. Again. 9 yıl önce
  David Benjamin 6fad7bc586 Some documentation fixes. 9 yıl önce
  Matt Braithwaite 02e1834bc7 Make |RSA_PSS_PARAMS| public. 9 yıl önce
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 yıl önce
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 yıl önce
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9 yıl önce
  Matt Braithwaite 1cb49cd2ac Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. 9 yıl önce
  David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. 9 yıl önce
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 yıl önce
  Adam Langley 839b881c61 Multi-prime RSA support. 9 yıl önce