aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge AEAD and CBC codepaths hereJack Lloyd2019-05-251-5/+8
* | Return reference hereJack Lloyd2019-05-252-13/+16
* | TweakJack Lloyd2019-05-252-12/+13
* | More record layer refactoringsJack Lloyd2019-05-244-74/+56
* | 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-241-2/+2
* | 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-2415-161/+147
|\ \
| * | Fix param names to match RFCJack Lloyd2019-05-132-25/+25
| * | Fix param namesJack Lloyd2019-05-102-24/+24
| * | Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-10/+6
| * | Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
| * | Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
| * | Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-064-92/+92
* | | Let TLS serialization know which side we are sending asJack Lloyd2019-05-245-59/+56
* | | Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-248-30/+174
* | | Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-241-1/+4
* | | Add script for running TLS fuzzerJack Lloyd2019-05-244-3/+10
* | | Avoid unnecessary copies during TLS handshakeJack Lloyd2019-05-243-24/+28
* | | 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
* | | | Ignore large DTLS ciphertextsJack Lloyd2019-05-231-2/+6
* | | | Fix bugs when DTLS initial handshake messages are replayedJack Lloyd2019-05-233-0/+13
* | | | Fix some issues with DTLS version intoleranceJack Lloyd2019-05-233-7/+21
* | | | Verify contents of DTLS CCS messageJack Lloyd2019-05-231-0/+3
|/ / /
* | | 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-222-3/+3
* | | | Add BoGo tests and fix resumption caseJack Lloyd2019-05-222-5/+8
* | | | 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-221-0/+3
|/ / /
* | | 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-221-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | add --boost-library-name configure optionRené Meusel2019-05-221-2/+1
| |/ /
* | | Fix DTLS MTU splittingJack Lloyd2019-05-211-19/+5
* | | Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-213-11/+25
|/ /
* | Merge GH #1954 Add BoGo test shimJack Lloyd2019-05-2027-187/+469
|\ \
| * | Fix various issues in TLS found using BoGoJack Lloyd2019-05-2027-187/+469
* | | Don't artificially limit very small RSA keys.Jack Lloyd2019-05-201-1/+6
|/ /
* | OpenBSD MAP_CONCEAL new flag supportDavid Carlier2019-05-151-0/+4
* | add some commentsTim Oesterreich2019-05-141-0/+4
* | Apply suggestions from code reviewTim Oesterreich2019-05-141-3/+3
* | restructure a bit to avoid code duplications and make find_cert more efficien...Tim Oesterreich2019-05-142-88/+93
* | search certificates by key_id first, if possibleTim Oesterreich2019-05-141-9/+20