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-04Stop pretending to ssl_clear_bad_session.David Benjamin
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Forbid interleaving app data in a HelloRequest.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-11Forbid renegotiation in TLS 1.3.David Benjamin
2016-06-27Remove the 'ssl_' prefix on most SSL_PROTOCOL_METHOD hooks.David Benjamin
2016-06-08Don't call read_bytes in read_change_cipher_spec.David Benjamin
2016-06-08Don't use ssl3_read_bytes in ssl3_read_close_notify.David Benjamin
2016-06-08Make tls_open_record always in-place.David Benjamin
2016-06-08Push alert handling down into the record functions.David Benjamin
2016-06-08Add helper functions for info_callback and msg_callback.David Benjamin
2016-06-06Lift an impossible check to an assert.David Benjamin
2016-05-26Revert "Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown."Adam Langley
2016-05-18Remove dead checks.David Benjamin
2016-05-18Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown.David Benjamin
2016-05-18Condition the read_close_notify check on type, not shutdown state.David Benjamin
2016-05-18Tidy up shutdown state.David Benjamin
2016-05-18Consolidate SSL_RECEIVED_SHUTDOWN checks.David Benjamin
2016-04-18Set rwstate consistently.David Benjamin
2016-04-18Remove the no_renegotiation special case.David Benjamin
2016-04-18Don't allow alert records with multiple alerts.David Benjamin
2016-03-26Move implicit handshake driving out of read_bytes.David Benjamin
2016-03-26Lift the handshake driving in write_bytes up to SSL_write.David Benjamin
2016-03-26Consolidate shutdown state.David Benjamin
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-03-10Clean up some silly variable names.David Benjamin
2016-01-28Remove alert mapping machinery.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-16Simplify the ChangeCipherSpec logic.David Benjamin
2016-01-15Fill in ssl->session->cipher when resumption is resolved.David Benjamin
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-12-16Slightly simplify SSL3_RECORD.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Simplify fragmented HelloRequest state.David Benjamin
2015-11-04Add ssl_renegotiate_ignore.Adam Langley
2015-11-03Don't use ssl3_write_pending in DTLS.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-10-13Add SSL_set_renegotiate_mode.David Benjamin
2015-10-13Unbreak SSL_total_renegotiations.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-31Don't confuse TLS bidirectional shutdown on record type zero.David Benjamin
2015-08-31Fix discarding records in bidirectional shutdown.David Benjamin
2015-08-29Reject empty records of unexpected type.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-09Limit the number of warning alerts silently consumed.David Benjamin
2015-06-09Add tests for empty record limit and make it work in the async case.David Benjamin
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-30Fix DTLS handling of multiple records in a packet.David Benjamin