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-11Move SCSV handling out of cipher list parsing.David Benjamin
2016-08-11Only have one ClientHello parser, not three.David Benjamin
2016-08-05Align SSL_SESSION_up_ref with OpenSSL.David Benjamin
2016-08-04Test that servers enforce session timeouts.David Benjamin
2016-08-04Stop pretending to ssl_clear_bad_session.David Benjamin
2016-08-02Add SSL_is_dtls.David Benjamin
2016-08-02Align with OpenSSL on SSL_set_bio behavior.David Benjamin
2016-08-01Don't have the default value of |verify_result| be X509_V_OK.Adam Langley
2016-07-30Adding Post-Handshake message handling.Steven Valdez
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Clear init_msg/init_num whenever we clear the backing store.David Benjamin
2016-07-27Add SSL_send_fatal_alert.David Benjamin
2016-07-24Make SSL_get_extms_support a little friendlier.David Benjamin
2016-07-22Add SSL_set_fallback_version.David Benjamin
2016-07-19Implement SSLKEYLOGFILE support for TLS 1.3.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Allow CECPQ1 cipher suites to do False Start.Adam Langley
2016-07-11Remove SSL_get_server_key_exchange_hash.David Benjamin
2016-07-02Add SSL_CTX_up_ref.Adam Langley
2016-07-01Add SSL_get_curve_id and SSL_get_dhe_group_size.David Benjamin
2016-07-01Simplify version configuration.David Benjamin
2016-06-28Changing representation of signature/hash to use SignatureScheme.Steven Valdez
2016-06-27Remove the 'ssl_' prefix on most SSL_PROTOCOL_METHOD hooks.David Benjamin
2016-06-27Always set min_version / max_version.David Benjamin
2016-06-22Fold cert_req into cert_request.David Benjamin
2016-06-14Make SSL_set_bio's ownership easier to reason about.David Benjamin
2016-06-09Adding function to set the "current time" callback used for DTLS.Taylor Brandstetter
2016-06-08Move a bunch of public APIs from s3_lib.c to ssl_lib.c.David Benjamin
2016-06-08A bit of cleanup post state machine merging.David Benjamin
2016-06-08Add helper functions for info_callback and msg_callback.David Benjamin
2016-06-07Don't call ERR_clear_system_error in so many places.David Benjamin
2016-06-01Split unlock functions into read/write variants.David Benjamin
2016-05-26CECPQ1: change from named curve to ciphersuite.Matt Braithwaite
2016-05-26Revert "Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown."Adam Langley
2016-05-25Adding TLS 1.3 constants.Steven Valdez
2016-05-23Never expose ssl->bbio in the public API.David Benjamin
2016-05-20Generalizing curves to groups in preparation for TLS 1.3.Steven Valdez
2016-05-18Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown.David Benjamin
2016-05-18Tidy up shutdown state.David Benjamin
2016-05-18Consolidate SSL_RECEIVED_SHUTDOWN checks.David Benjamin
2016-05-12Adding a method to change the initial DTLS retransmission timer value.Taylor Brandstetter
2016-05-06Remove the push argument to ssl_init_wbio_buffer.David Benjamin
2016-05-06Always buffer DTLS retransmits.David Benjamin
2016-05-02Clean up ssl_get_compatible_server_ciphers.David Benjamin
2016-04-18Set rwstate consistently.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-26Move implicit handshake driving out of read_bytes.David Benjamin