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-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-02newhope: improve test vectors.Matt Braithwaite
2016-05-02Start assuming MSVC 2015.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-26Fix build when using Visual Studio 2015 Update 1.Brian Smith
2016-03-01Add SPAKE2 over Ed25519.Arnar Birgisson
2016-03-01ASN1_get_object should not accept large universal tags.David Benjamin
2016-02-24Test different chunk sizes in cipher_test.Adam Langley
2016-02-17Remove support for blocks in file_test.h.David Benjamin
2016-02-17Implement new PKCS#8 parsers.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith
2016-01-19Import “altchains” support.Adam Langley
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