aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* 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-231-1/+1
|\ \ | |/ |/|
| * fix Stream::async_handshake documentationHannes Rantzsch2019-05-231-1/+1
* | Clean up extension decodingJack Lloyd2019-05-222-27/+11
* | Shorten callback nameJack Lloyd2019-05-223-5/+5
* | Add BoGo tests and fix resumption caseJack Lloyd2019-05-224-15/+46
* | Formatting and post-rebase fixesJack Lloyd2019-05-224-34/+40
* | added status_request extension and cert chain to the stapling-reponse generat...Falko Strenzke2019-05-224-14/+56
* | implemented ocsp stapling (code not yet formatted properly)Falko Strenzke2019-05-224-2/+36
* | Fix more BoGo testsJack Lloyd2019-05-224-17/+64
|/
* Merge GH #1960 Add option for setting arbitrary macros during buildJack Lloyd2019-05-221-0/+1
|\
| * allow to specify external compile definitionsRené Meusel2019-05-211-0/+1
* | Merge GH #1962 Add getauxval replacement for older AndroidJack Lloyd2019-05-221-3/+26
|\ \
| * | tweakDavid Carlier2019-05-221-2/+5
| * | Providing little getauxval implementation for Android<18David Carlier2019-05-211-3/+23
| |/
* | Merge GH #1964 Add configure helpers for Boost, enable Boost on AppVeyorJack Lloyd2019-05-223-2/+26
|\ \
| * | Let AppVeyor build --with-boost (static libraries)René Meusel2019-05-222-0/+25
| * | add --boost-library-name configure optionRené Meusel2019-05-221-2/+1
| |/
* | Fix DTLS MTU splittingJack Lloyd2019-05-213-22/+16
* | Disable some BoGo tests with problems not immediately debuggableJack Lloyd2019-05-211-0/+23
* | Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-215-14/+27
* | Start of support for DTLS in BoGo shimJack Lloyd2019-05-212-59/+142
|/
* Fix runnerJack Lloyd2019-05-211-1/+1
* More BoGo workJack Lloyd2019-05-213-28/+40
* Merge GH #1955 Add BoGo to CIJack Lloyd2019-05-213-4/+31
|\
| * Add BoGo tests to CI buildJack Lloyd2019-05-213-4/+31
* | Fix some Clang warnings in the BoGo shimJack Lloyd2019-05-201-15/+16
|/
* Merge GH #1954 Add BoGo test shimJack Lloyd2019-05-2032-201/+2082
|\