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-19Reimplement PKCS#12 key derivation.David Benjamin
2015-11-12Remove condition which always evaluates to true (size_t >= 0).Piotr Sikora
2015-11-12Remove stl_compat.h.David Benjamin
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-16Fix typo in |HMAC_CTX_cleanup|.Adam Langley
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-02Remove HMAC_CTX_set_flags.David Benjamin
2015-06-02Add additional HMAC tests.David Benjamin
2015-06-02EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-12Add evp_test, loosely based on upstream's version.David Benjamin
2015-05-12Add file-based test framework and convert hmac_test.David Benjamin
2015-04-13Remove gotos from HMAC code.Brian Smith
2015-04-01Convert hmac_test to C++.David Benjamin
2015-03-03Forbid reusing HMAC key without reusing the hash function.David Benjamin
2015-03-03Use HMAC_Init_ex, not HMAC_Init, in HMAC.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Test HMAC_CTX initial state and remove now unneccessary code.David Benjamin
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Initialize HMAC keys to zero.Eric Roman
2015-01-14Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy.David Benjamin
2014-12-19Properly handle key_len=0 for HMACNick Harper
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley