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-08-04Test that servers enforce session timeouts.David Benjamin
2016-08-04Add a test for session ID context logic.David Benjamin
2016-08-02Add tests to ensure our ClientHello does not change.David Benjamin
2016-08-02Align with OpenSSL on SSL_set_bio behavior.David Benjamin
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-20Revert "Add tests to ensure our ClientHello does not change."David Benjamin
2016-07-20Add tests to ensure our ClientHello does not change.David Benjamin
2016-07-14Test SSL_get_peer_certificate and SSL_get_peer_cert_chain behavior.David Benjamin
2016-07-14Add a unit test for SSL_CTX_set_retain_only_sha256_of_client_certs.David Benjamin
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-07-01Simplify version configuration.David Benjamin
2016-06-27Always set min_version / max_version.David Benjamin
2016-06-14Make SSL_set_bio's ownership easier to reason about.David Benjamin
2016-06-14Add tests for SSL_set_fd and friends.David Benjamin
2016-06-02Add a unit test for one-sided shutdown.David Benjamin
2016-05-26CECPQ1: change from named curve to ciphersuite.Matt Braithwaite
2016-05-25Adding TLS 1.3 constants.Steven Valdez
2016-02-24BIO_new_mem_buf should take const void *Steven Valdez
2016-02-18Fix SSL_get_{read,write}_sequence.David Benjamin
2016-02-16Use initializer lists to specify cipher rule tests.David Benjamin
2016-01-28Use more C++11 features.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04.David Benjamin
2015-11-19Remove algo_strength.David Benjamin
2015-11-19Remove algorithm_ssl.David Benjamin
2015-11-12Remove stl_compat.h.David Benjamin
2015-10-27Refactor ChaCha20-Poly1305 AEAD nonce handling.Brian Smith
2015-10-26Correctly free SSL_SESSIONs in ssl_test.David Benjamin
2015-10-26Never use the internal session cache for a client.David Benjamin
2015-10-26Add tests for the internal session cache behavior.David Benjamin
2015-10-26Deprecate SSL_library_init.David Benjamin
2015-09-12Make SSL_get_client_CA_list slightly more OpenSSL-compatible.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-19Make key exchange strength available.Sigbjorn Vik
2015-07-29Add tests for the padding extension.David Benjamin
2015-06-16Add SSL_SESSION_from_bytes.David Benjamin
2015-06-09Add ECDHE-PSK-AES{128,256}-SHA cipher suites.Adam Langley
2015-06-09Drop ECDHE-PSK-AES-128-GCM.Adam Langley
2015-06-01Reject sessions with the wrong structure version.David Benjamin
2015-06-01Reject unknown fields in d2i_SSL_SESSION.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-05Revert "Temporarily break a handful of tests."David Benjamin
2015-05-05Temporarily break a handful of tests.David Benjamin
2015-04-29Convert ec_test to C++David Benjamin
2015-04-21Revert "Temporary introduce a memory leak in ssl_test"David Benjamin
2015-04-21Temporary introduce a memory leak in ssl_testDavid Benjamin
2015-04-14Tidy cipher rule processing.David Benjamin