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-09-21Use pthreads on MinGW.David Benjamin
2016-09-21Pack an SSL* a little better.Adam Langley
2016-09-19Release TLS 1.3 key shares earlier in TLS 1.2.David Benjamin
2016-09-19Define __STDC_CONSTANT_MACROS in bn_test.cc.David Benjamin
2016-09-18Add BN_set_u64.David Benjamin
2016-09-17Add EVP_AEAD_CTX_aead.David Benjamin
2016-09-16Don't pass -Wa,-g on clang.David Benjamin
2016-09-16Don't send the access_denied alert innappropriately.David Benjamin
2016-09-16Add a few more scopers.David Benjamin
2016-09-16Remove a few more remnants of RC4/TLS.David Benjamin
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite
2016-09-14Add SSL_CTX_get_keylog_callback.David Benjamin
2016-09-14Move android-cmake README to METADATA file.Adam Langley
2016-09-14Move gcm_test to C++Adam Langley
2016-09-14Implement BIO_eof() for compatibilityAlessandro Ghedini
2016-09-14Use C99 for size_t loops in gcm.c.David Benjamin
2016-09-13Update API-CONVENTIONS.md for the new scopers.David Benjamin
2016-09-13Remove identical tests.David Benjamin
2016-09-13Use fewer macros in C ChaCha implementation.David Benjamin
2016-09-13Revert of Determining certificate_auth and key_exchange based on SSL.David Benjamin
2016-09-13Add tests for trailing data in handshake messages.David Benjamin
2016-09-12Factor per-message test machinery out.David Benjamin
2016-09-12Build debug symbols for assembly.David Benjamin
2016-09-12Use C99 for size_t loops.David Benjamin
2016-09-12Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation.David Benjamin
2016-09-12Serialize unresumable sessions to a placeholder value.Steven Valdez
2016-09-12Determining certificate_auth and key_exchange based on SSL.Steven Valdez
2016-09-12Remove trailing ';' from macrosAlessandro Ghedini
2016-09-12Only allow SSL_set_session before the handshake.David Benjamin
2016-09-12Remove unused crypto/perlasm/cbc.pl.David Benjamin
2016-09-12Use a common state to begin the handshake.David Benjamin
2016-09-12Temporary remove the TLS 1.3 anti-downgrade mechanism.David Benjamin
2016-09-12We no longer allow out < in in-place operationsDavid Benjamin
2016-09-10Fix IWYU violation in speed.cc.David Benjamin
2016-09-10Print out the signature algorithm in bssl client.David Benjamin
2016-09-09crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Steven Valdez
2016-09-09Make forward-declaring bssl::UniquePtr<T> actually work.David Benjamin
2016-09-09Fix a few leaks in X509_REQ_to_X509.Steven Valdez
2016-09-09Add tests around compression methods.David Benjamin
2016-09-09Test that SNI warning alerts are ignored.David Benjamin
2016-09-08Blacklist STLPort from C++ scopers.David Benjamin
2016-09-08Fold stack-allocated types into headers.David Benjamin
2016-09-07Fix bssl client -session-out.David Benjamin
2016-09-07Fix a typo in ssl.h.Martin Kreichgauer
2016-09-06const-correct a variable.David Benjamin
2016-09-02Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite
2016-09-01Update pinned revisions in util/bot.David Benjamin
2016-08-31Enable RSA-PSS in TLS 1.2 by default.David Benjamin
2016-08-30Import NIST ECDSA verification tests.David Benjamin
2016-08-30Test that the early callback can affect max_version.David Benjamin