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-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin
2016-04-27Pull HASH_MAKE_STRING out of md32_common.h.David Benjamin
2016-04-19Make EVP_MD_CTX size functions return size_t.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-22Fix potential double free in EVP_DigestInit_exSteven Valdez
2016-01-28Remove the arch-specific HOST_c2l/HOST_l2c implementations.David Benjamin
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2015-12-17Fix build.David Benjamin
2015-12-16Mark platform-specific HOST_[c2l|l2c] as (void).Adam Langley
2015-12-16Remove asm __asm__ define.David Benjamin
2015-12-16Make HOST_l2c return void.David Benjamin
2015-12-16Store the partial block as uint8_t, not uint32_t.David Benjamin
2015-12-16Use the straight-forward ROTATE macro.David Benjamin
2015-12-16Reformat md32_common.h, part 2.David Benjamin
2015-12-16Reformat md32_common.h, part 1.David Benjamin
2015-11-04Improve crypto/digest/md32_common.h mechanism.Brian Smith
2015-11-03Revert "Improve crypto/digest/md32_common.h mechanism."Adam Langley
2015-11-03Improve crypto/digest/md32_common.h mechanism.Brian Smith
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-09-18Fix some malloc failure crashes.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-19Suppress missing return value check warning in |EVP_DigestFinal|.Brian Smith
2015-08-19|EVP_get_digestbyname| and |EVP_get_digestbynid|: recognize MD4.Matt Braithwaite
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-05Explicitly cast |CHECK| result to |void| to avoid compiler complaint.Matt Braithwaite
2015-06-04Add |EVP_get_digestbyname|.Matt Braithwaite
2015-06-03Avoid unused variable warnings with assert.Adam Langley
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-06-02Fix integer types in low-level hash functions.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
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-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-04-01Convert digest_test to C++.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-06Add void in place of empty function arguments.Adam Langley
2014-12-02Add EVP_md5_sha1.David Benjamin
2014-11-06Add digest_test with tests for all existing EVP_MDs.David Benjamin
2014-10-01Silence warnings about unused values.Ben Laurie
2014-09-19Add misc functions for easier porting.Adam Langley
2014-08-27Readd MD4.Adam Langley
2014-08-05Correct endif comment in md32_common.hAlex Chernyakhovsky