aboutsummaryrefslogtreecommitdiffstats
path: root/src/bogo_shim
Commit message (Expand)AuthorAgeFilesLines
* Introduce TLS::Callbacks::tls_current_timestamp()René Meusel2022-05-181-1/+21
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-1/+2
* Disable the loose record version testJack Lloyd2021-12-111-0/+2
* Check the TLS record type immediately on decodingJack Lloyd2021-12-111-2/+3
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-281-2/+2
* Update BoGo shimJack Lloyd2021-04-012-29/+16
* Post rebase fixesJack Lloyd2021-04-011-5/+0
* Update BoringSSL tests to latest versionJack Lloyd2021-04-012-2/+9
* Add HTTP detection logic and update the Bogo shimJack Lloyd2021-03-292-1/+3
* Remove support for SHA-1 signatures in TLS 1.2Jack Lloyd2021-02-131-0/+8
* Enable BoringSSL SSLv3 testsJack Lloyd2020-12-092-8/+5
* Update the BoringSSL runner and update the shimJack Lloyd2020-12-052-26/+49
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-1/+1
* Remove SRP support from TLSJack Lloyd2020-11-231-8/+2
* Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-111-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Enforce TLS server certificate key usage constraintsJack Lloyd2020-06-092-3/+3
* Update Bogo test shimJack Lloyd2019-10-252-0/+5
* Clean up close_notify handling in TLSJack Lloyd2019-08-012-20/+39
* Split more carefully to exactly MTU in DTLS handshake fragmentation.Jack Lloyd2019-07-181-14/+5
* Improve error messages when reporting TLS state transition violationsJack Lloyd2019-07-131-19/+18
* Add TLS v1.3 downgrade indicatorJack Lloyd2019-07-122-1/+3
* Make the TLS OCSP callback not const.Jack Lloyd2019-06-291-1/+1
* Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-181-0/+5
* Cleanup shim logicJack Lloyd2019-06-181-3/+7
* Ask for certificate status even on a resumption attemptJack Lloyd2019-05-281-1/+0
* Fix another warning in BoGo shimJack Lloyd2019-05-241-1/+1
* Bogo shim warning build fixDavid Carlier2019-05-241-1/+1
* Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-242-34/+33
* Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-242-2/+3
* 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-232-20/+11
* Some analysis of failing testsJack Lloyd2019-05-231-2/+5
* Ignore large DTLS ciphertextsJack Lloyd2019-05-231-1/+0
* Fix bugs when DTLS initial handshake messages are replayedJack Lloyd2019-05-231-1/+0
* Fix some issues with DTLS version intoleranceJack Lloyd2019-05-232-5/+8
* Clarify disabled commentJack Lloyd2019-05-231-6/+6
* Fix DTLS version settings in shimJack Lloyd2019-05-232-17/+8
* Verify contents of DTLS CCS messageJack Lloyd2019-05-231-1/+0
* Shorten callback nameJack Lloyd2019-05-221-2/+2
* Add BoGo tests and fix resumption caseJack Lloyd2019-05-222-10/+38
* Fix more BoGo testsJack Lloyd2019-05-222-16/+60
* Fix DTLS MTU splittingJack Lloyd2019-05-212-3/+11
* Disable some BoGo tests with problems not immediately debuggableJack Lloyd2019-05-211-0/+23
* Start of support for DTLS in BoGo shimJack Lloyd2019-05-212-59/+142
* More BoGo workJack Lloyd2019-05-212-28/+39
* Fix some Clang warnings in the BoGo shimJack Lloyd2019-05-201-15/+16
* Add a shim for testing Botan using BoGoJack Lloyd2019-05-202-0/+1591