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
2015-11-12Remove stl_compat.h.David Benjamin
2015-10-20Convert ssl3_send_client_hello to CBB.David Benjamin
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite
2015-08-25Add EVP_AEAD_CTX_zero.David Benjamin
2015-08-07Remove BIO dependency from cmac_test.Brian Smith
2015-08-07Fix null pointer dereference in file_test.cc.Brian Smith
2015-08-06Fix Windows build.Brian Smith
2015-06-16Raise SIGTRAP rather than abort on failure.David Benjamin
2015-06-15Set errno to ENOMEM when simulating a malloc failure.David Benjamin
2015-06-01Disable the malloc interceptor without glibc.David Benjamin
2015-05-28Fix bn_test's bc output and shut it up a little.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-13Port cipher_test to file_test.David Benjamin
2015-05-13Add missing #include for abort()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-05-11Convert pkcs12_test to C++.David Benjamin
2015-05-08Add support for CMAC (RFC 4493).Adam Langley
2015-04-29Convert ec_test to C++David Benjamin
2015-04-16Add 64-bit, P-256 implementation.Adam Langley
2015-04-16Convert ecdsa_test to C++.David Benjamin
2015-04-01Convert bn_test to C++.David Benjamin
2015-04-01Convert hmac_test to C++.David Benjamin
2015-04-01Convert evp_test to C++.David Benjamin
2015-04-01Convert ssl_test to C++.David Benjamin
2015-04-01Remove std::unique_ptr dependency on bssl_shim's scoped types.David Benjamin