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-08-03Reject warning alerts in TLS 1.3.David Benjamin
2016-08-02Add SSL_is_dtls.David Benjamin
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-06-27Build up TLS 1.3 record-layer tests.David Benjamin
2016-06-17Fix TLS 1.3 seal logic.David Benjamin
2016-06-09Remove in-place TLS record assembly for now.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-03Adding TLS 1.3 Record Layer.Steven Valdez
2016-03-03Disable all TLS crypto in fuzzer mode.David Benjamin
2016-01-28Replace enc_flags with normalized version checks.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-15Tidy up keyblock and CCS logic slightly.David Benjamin
2016-01-15Move ssl3_record_sequence_update with the other record-layer bits.David Benjamin
2015-12-16Remove |need_record_splitting| from |SSL3_STATE|.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-10-20Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-08-29Fix MSVC build.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