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
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-04Free BN_MONT_CTX in generic code.David Benjamin
2015-11-04Fix ASan bot.David Benjamin
2015-11-04Make it possible for a static linker to discard unused RSA functions.David Benjamin
2015-10-26Fix various malloc failure codepaths.David Benjamin
2015-10-20size_t RSA functions.Matt Braithwaite
2015-09-24size_t RSA_private_decrypt's input.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-16Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Remove unnecessary NULL checks, part 4.David Benjamin
2015-04-16Remove hash table lookups from ex_data.David Benjamin
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-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-03-21Clean up error reporting.HÃ¥vard Molland
2015-03-18Remove remaining remnants of RIPEMD-160 support.Brian Smith
2015-03-14Fix mistaken use of CRYPTO_EX_INDEX_DSA in rsa.c.Brian Smith
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-08-19Split off private_transform function in RSA.Adam Langley
2014-07-29Add RSA_check_key function.Adam Langley
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-11Add a size hook to RSA_METHOD.David Benjamin
2014-06-21Add function to recover RSA CRT params.Adam Langley
2014-06-21Inital import.Adam Langley