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-17Implement new PKCS#8 parsers.David Benjamin
2016-02-17Remove support for mis-encoded PKCS#8 DSA keys.David Benjamin
2016-02-17Slightly simplify and deprecate i2d_{Public,Private}Key.David Benjamin
2016-02-17Remove param_decode and param_encode EVP_PKEY hooks.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-02-17Remove dead header file.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-02-17Add tests for EC keys with specified curves.David Benjamin
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-02Remove redundant logic to compute EC public key.David Benjamin
2016-01-28Remove pkey_base_id.David Benjamin
2016-01-28Use more C++11 features.David Benjamin
2016-01-28Don't allow the specifiedCurve form of ECParameters in SPKIs.David Benjamin
2016-01-28Don't allow EVP_PKEY_RSA2.David Benjamin
2016-01-28Fix minor stylistic problem.David Benjamin
2016-01-28Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check.David Benjamin
2016-01-28Remove app_data from EVP_PKEY_CTX.David Benjamin
2016-01-28Implement pkey_ec_keygen with EC_KEY APIs.David Benjamin
2016-01-28Remove EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID.David Benjamin
2016-01-28Remove unused EVP_PKEY_METHOD hooks.David Benjamin
2016-01-27Fix error in ce9d85ee.Adam Langley
2016-01-27Tweaks for node.jsAdam Langley
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2016-01-19Update comments to better document in-place semantics.Adam Langley
2015-12-22Resolve a few old TODOs.David Benjamin
2015-12-16Remove DH EVP_PKEY hooks.David Benjamin
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-12-03Add PSS parameter check.David Benjamin
2015-12-03Fix leak with ASN.1 combine.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-11-12Remove stl_compat.h.David Benjamin
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-27Don't default to SHA-1 in |EVP_DigestSignInit|/|EVP_DigestVerifyInit|.Brian Smith
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Reject iterations=0 when calling PKCS5_PBKDF2_HMAC().Eric Roman
2015-09-29Add various tests for d2i_PrivateKey.David Benjamin
2015-09-29Defensively avoid assuming d2i functions don't advance on error.David Benjamin
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-16Remove superfluous SHA-1 dependency from EVP ECDSA code.Brian Smith
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-21Recognize PEM-encoded DSA private keys.Matt Braithwaite
2015-08-07Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|.Brian Smith
2015-08-06Fix Windows build.Brian Smith
2015-08-01RT3774: double-free in DSADavid Benjamin