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-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-02-18Add missing " in comment.David Benjamin
2016-02-17otherPrimeInfos is not optional in version 1 RSAPrivateKeys.David Benjamin
2016-02-16Add a convenience function for i2d compatibility wrappers.David Benjamin
2016-02-12Clarify some confusing casts involving |size_t|.Brian Smith
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-12Remove out-of-date and misleading comment in |bn_blinding_st|.Brian Smith
2016-02-09Remove unused bits of RSA blinding code.Brian Smith
2016-01-28Rename the BIGNUM ASN.1 functions.David Benjamin
2016-01-23Remove unnecessary assignment of |e| in |rsa_setup_blinding|.Brian Smith
2016-01-14Fix bits vs. bytes confusion in RSA encryption.Brian Smith
2015-12-22Simplify RSA key exchange padding check.David Benjamin
2015-12-22Refuse to parse RSA pubkeys with invalid exponents.Luke Granger-Brown
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-12-15Initialize |one_index| in OAEP padding check.David Benjamin
2015-12-15Convert rsa/padding.c to constant-time helpers.David Benjamin
2015-11-20Remove reference to removed |RSA_FLAG_NO_CONSTTIME| flag.Brian Smith
2015-11-06Constify more BN_MONT_CTX parameters.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-29Switch rsa_test.cc to use the new RSA encrypt/decrypt API.Brian Smith
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Only emit RSA_R_BAD_VERSION on bad RSAPrivateKey versions.David Benjamin
2015-10-26Fix various malloc failure codepaths.David Benjamin
2015-10-20size_t RSA functions.Matt Braithwaite
2015-10-13Switch rsa_test.cc to use new RSA private key parsing API.Brian Smith
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