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-27Add a test for SSL_version.David Benjamin
2016-09-22Support default versions with set_{min,max}_proto_version.David Benjamin
2016-09-21Renumber TLS 1.3 signature algorithms.David Benjamin
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite
2016-09-12Serialize unresumable sessions to a placeholder value.Steven Valdez
2016-09-02Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite
2016-08-31Enable RSA-PSS in TLS 1.2 by default.David Benjamin
2016-08-30Test that the early callback can affect max_version.David Benjamin
2016-08-26Remove RC4 ciphersuites from TLS.Matt Braithwaite
2016-08-24Fix a number of sigalg scope issues.David Benjamin
2016-08-19Adding ARRAY_SIZE macro for getting the size of constant arrays.Steven Valdez
2016-08-16Adding code to send session as PSK Identity.Steven Valdez
2016-08-11Finish aligning up_ref functions with OpenSSL 1.1.0.David Benjamin
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