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-03-31Remove some easy obj.h dependencies.David Benjamin
2016-02-17Implement new PKCS#8 parsers.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-27Tweaks for node.jsAdam Langley
2015-09-16Remove superfluous SHA-1 dependency from EVP ECDSA code.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-03-13Normalize all EVP_PKEY_CTX_ctrl return values.David Benjamin
2015-03-13Move EVP_R_COMMAND_NOT_SUPPORTED into individual EVP_PKEY ctrl hooks.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-15Remove ECDH_KDF_X9_62 and associated EVP glue.David Benjamin
2014-07-30Align EVP return values with BoringSSL convention.Adam Langley
2014-06-21Inital import.Adam Langley