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-05-20Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.Adam Langley
2016-04-19Reimplement PKCS#12 key derivation.David Benjamin
2016-04-19Make EVP_MD_CTX size functions return size_t.David Benjamin
2015-09-29Documentation typo.David Benjamin
2015-09-24Update comments in digest.h to consistently mention that digest size and bloc...Eric Roman
2015-07-16Get rid of err function codes.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-04Add |EVP_get_digestbyname|.Matt Braithwaite
2015-06-02Unexport and prune EVP_MD_CTX flags.David Benjamin
2015-06-02EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin
2015-04-13Replace MD5 in examples with SHA-256.Brian Smith
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-01-15Various documentation fixes.David Benjamin
2015-01-15Deprecate EVP_PKEY_HMAC.David Benjamin
2014-12-02Add EVP_md5_sha1.David Benjamin
2014-11-06Add digest_test with tests for all existing EVP_MDs.David Benjamin
2014-09-19Add misc functions for easier porting.Adam Langley
2014-08-27Readd MD4.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley