aboutsummaryrefslogtreecommitdiffstats
path: root/src/bogo_shim/bogo_shim.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bogo shim warning build fixDavid Carlier2019-05-241-1/+1
* Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-241-29/+30
* Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-241-0/+1
* Remove hack for signature preferencesJack Lloyd2019-05-241-8/+1
* Build fixJack Lloyd2019-05-241-2/+2
* Avoid erroring out on a short readJack Lloyd2019-05-241-6/+22
* Fix DTLS alertsJack Lloyd2019-05-231-9/+8
* Fix some issues with DTLS version intoleranceJack Lloyd2019-05-231-2/+6
* Fix DTLS version settings in shimJack Lloyd2019-05-231-10/+6
* Shorten callback nameJack Lloyd2019-05-221-2/+2
* Add BoGo tests and fix resumption caseJack Lloyd2019-05-221-6/+37
* Fix more BoGo testsJack Lloyd2019-05-221-12/+27
* Fix DTLS MTU splittingJack Lloyd2019-05-211-2/+5
* Start of support for DTLS in BoGo shimJack Lloyd2019-05-211-54/+136
* More BoGo workJack Lloyd2019-05-211-16/+22
* Fix some Clang warnings in the BoGo shimJack Lloyd2019-05-201-15/+16
* Add a shim for testing Botan using BoGoJack Lloyd2019-05-201-0/+1487