Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Assume that MSVC supports C++11.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-05-05Do RSA blinding unless |e| is NULL and specifically requested not to.Brian Smith
2016-04-19Require the public exponent to be available in RSA blinding.Brian Smith
2016-04-18Drop support for engines-provided signature verification.Brian Smith
2016-04-14Export RSA_padding_add_PKCS1_OAEP[_mgf1]Adam Langley
2016-03-30Drop support for custom |mod_exp| hooks in |RSA_METHOD|.Brian Smith
2016-03-25Always cache Montgomery contexts in RSA.Brian Smith
2016-03-15Align with upstream's error strings, take two.David Benjamin
2016-03-12Match upstream's error codes for the old sigalg code.David Benjamin
2016-03-09Always use |BN_mod_exp_mont|/|BN_mod_exp_mont_consttime| in RSA.Brian Smith
2016-03-08Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit.Adam Langley
2016-02-27Move all signature algorithm code to crypto/x509.David Benjamin
2016-01-19Update comments to better document in-place semantics.Adam Langley
2015-12-22Simplify RSA key exchange padding check.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-06Constify more BN_MONT_CTX parameters.David Benjamin
2015-11-04Free BN_MONT_CTX in generic code.David Benjamin
2015-10-20size_t RSA functions.Matt Braithwaite
2015-09-24size_t RSA_private_decrypt's input.David Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-11Some documentation fixes.David Benjamin
2015-08-07Make |RSA_PSS_PARAMS| public.Matt Braithwaite
2015-07-16Get rid of err function codes.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-06-24Restore |RSA_generate_key()| from OpenSSL at b4f0d1a.Matt Braithwaite
2015-06-16Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.David Benjamin
2015-06-11Correct various documentation typosKenny Root
2015-06-05Multi-prime RSA support.Adam Langley
2015-05-20Convert reference counts in crypto/Adam Langley
2015-04-16Unexpose the generic ex_data functions.David Benjamin
2015-04-15Fix typos in documentation in rsa.h.Brian Smith
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-04-09Fix up whitespace in headers for doc.go.Adam Langley
2015-04-01Export the PSS padding functions.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2015-01-15Define the error case's output in RSA_message_index_PKCS1_type_2.David Benjamin
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-08-19Fix minor comment typos.Adam Langley
2014-08-19Split off private_transform function in RSA.Adam Langley
2014-08-04Spell Bleichenbacher's name right.David Benjamin
2014-08-01Add visibility rules.Adam Langley
2014-07-30Align EVP return values with BoringSSL convention.Adam Langley
2014-07-29Add RSA_check_key function.Adam Langley
2014-07-26Improve constant-time padding check in RSA key exchange.David Benjamin
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin