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-09-24RT 3493: fix RSA testDavid Benjamin
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-18Update the Estonian workaround comments.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-15Initialise |supports_digest|.Adam Langley
2015-09-09Stop using |ERR_peek_last_error| in RSA blinding.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-08Avoid a copy when using RSA_PADDING_NONE.David Benjamin
2015-08-07Make |RSA_PSS_PARAMS| public.Matt Braithwaite
2015-08-07Improve error checking of some |BN_CTX_get| callers.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-08Remove RSA_OAEP_PARAMS.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-01Re-wrap kOAEPCipherText from rsa_test.David Benjamin
2015-07-01Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test.David Benjamin
2015-06-16Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.David Benjamin
2015-06-15Check for BN_copy failures.David Benjamin
2015-06-09Convert rsa_test to C++.David Benjamin
2015-06-05Fix build.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
2015-05-21Add malloc test support to unit tests.David Benjamin
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-13Replace MD5 in examples with SHA-256.Brian Smith
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-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-09Get rid of the THREADID stuff.Adam Langley
2015-04-01Export the PSS padding functions.Adam Langley
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-03-06Don't add another error to the queue when RSA_private_transform fails.Adam Langley
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-15Define the error case's output in RSA_message_index_PKCS1_type_2.David Benjamin
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-19Split off private_transform function in RSA.Adam Langley