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-27Moving TLS 1.3 version negotiation into extension.Steven Valdez
2016-09-27Prepare runner's wire/version conversions for the version extension.David Benjamin
2016-09-21Fix TLS 1.3 fuzzer mode in Go.David Benjamin
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-08Add tests for packed handshake records in TLS.David Benjamin
2016-07-07Fix c.in.decrypt error handling in runner.David Benjamin
2016-06-23Add a test for out-of-order ChangeCipherSpec in DTLS.David Benjamin
2016-06-22Stop messing with ssl->version before sending protocol_version.David Benjamin
2016-06-22Add TLS 1.3 record layer to go implementation.Nick Harper
2016-05-06Always buffer DTLS retransmits.David Benjamin
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-09-30Make the runner tests a go “test”Adam Langley
2015-08-06Add more aggressive DTLS replay tests.David Benjamin
2015-06-16DTLS fragments may not be split across two records.David Benjamin
2015-05-30Fix DTLS handling of multiple records in a packet.David Benjamin
2015-04-08Add tests for CHACHA20_POLY1305 ciphers.David Benjamin
2015-03-10Rework DTLS handshake message reassembly logic.David Benjamin
2015-03-06runner: Move Finished special-case into dtlsWriteRecord.David Benjamin
2015-02-03Simplify DTLS epoch rewind.David Benjamin
2015-02-03Add initial handshake reassembly tests.David Benjamin
2015-02-03runner: Refactor handshake fragmenting slightly.David Benjamin
2015-02-03Revert "Drop retransmits in DTLS tests."David Benjamin
2015-01-15Drop retransmits in DTLS tests.David Benjamin
2015-01-13Add a basic MTU test.David Benjamin
2014-12-11Add assertions on the initial record version number.David Benjamin
2014-11-11Add DTLS replay tests.David Benjamin
2014-08-14Test-only DTLS implementation in runner.go.David Benjamin