aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplification in record layerJack Lloyd2019-05-244-10/+34
* Make it possible to regen tls_suite_info.cpp with recent tls-parameters.txtJack Lloyd2019-05-242-6/+6
* Remove bogus commentJack Lloyd2019-05-242-2/+0
* Add reminder comments re enum classJack Lloyd2019-05-244-0/+6
* Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-2421-624/+2520
|\
| * Fix param names to match RFCJack Lloyd2019-05-135-43/+43
| * Fix param namesJack Lloyd2019-05-104-29/+29
| * Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-066-1082/+1078
| * Adds new test casesMatthias Gierlings2019-05-064-453/+2356
| * Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
| * Updates XMSS manual entryMatthias Gierlings2019-05-061-19/+26
| * Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
| * Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-065-94/+94
* | Fix another warning in BoGo shimJack Lloyd2019-05-241-1/+1
* | Merge GH #1977 Fix warning in BoGo shimJack Lloyd2019-05-241-1/+1
|\ \
| * | Bogo shim warning build fixDavid Carlier2019-05-241-1/+1
|/ /
* | Update newsJack Lloyd2019-05-241-0/+2
* | Merge GH #1976 Add supported_versions extensionJack Lloyd2019-05-2414-111/+259
|\ \
| * | Let TLS serialization know which side we are sending asJack Lloyd2019-05-246-60/+57
| * | Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-2413-68/+219
|/ /
* | Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-243-3/+7
* | Merge GH #1975 Add script for running tlsfuzzerJack Lloyd2019-05-249-30/+141
|\ \
| * | Add script for running TLS fuzzerJack Lloyd2019-05-246-6/+111
| * | Avoid unnecessary copies during TLS handshakeJack Lloyd2019-05-243-24/+28
| * | Avoid warningsJack Lloyd2019-05-241-0/+2
* | | 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
* | Merge GH #1972 Fix more BoGo DTLS testsJack Lloyd2019-05-242-20/+11
|\ \
| * | Fix DTLS alertsJack Lloyd2019-05-232-20/+11
* | | Merge GH #1971 Add error_type for database errorJack Lloyd2019-05-245-62/+81
|\ \ \
| * | | Add a DatabaseError type, set the sqlite return code in exceptionJack Lloyd2019-05-235-62/+81
* | | | Fix some Sphinx warningsJack Lloyd2019-05-232-4/+4
| |/ / |/| |
* | | Update newsJack Lloyd2019-05-231-2/+3
* | | Merge GH #1970 Fix more DTLS BoGo testsJack Lloyd2019-05-238-40/+68
|\ \ \ | |/ / |/| |
| * | Some analysis of failing testsJack Lloyd2019-05-231-2/+5
| * | Ignore large DTLS ciphertextsJack Lloyd2019-05-232-3/+6
| * | Fix bugs when DTLS initial handshake messages are replayedJack Lloyd2019-05-234-1/+13
| * | Fix some issues with DTLS version intoleranceJack Lloyd2019-05-235-12/+29
| * | 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-232-1/+3
* | | Another TLS feature deprecationJack Lloyd2019-05-231-0/+3
|/ /
* | Merge GH #1969 Add BoGo tests to coverage buildJack Lloyd2019-05-233-30/+20
|\ \
| * | Fix lintJack Lloyd2019-05-231-4/+4
| * | Move BoGo tests to coverage buildJack Lloyd2019-05-233-30/+20
* | | Merge GH #1968 Document TLS::StreamJack Lloyd2019-05-234-1/+245
|\ \ \ | |/ / |/| |
| * | fix Stream::async_handshake documentationHannes Rantzsch2019-05-231-1/+1
| * | add myself to the list of contributorsHannes Rantzsch2019-05-231-0/+1
| * | Add TLS::Stream code exampleHannes Rantzsch2019-05-231-0/+133