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-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
2014-07-18Remove RSA_SSLV23_PADDING.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley