Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Build fix | Jack Lloyd | 2019-05-24 | 1 | -2/+2 | |
* | | | Avoid erroring out on a short read | Jack Lloyd | 2019-05-24 | 1 | -6/+22 | |
* | | | Merge GH #1972 Fix more BoGo DTLS tests | Jack Lloyd | 2019-05-24 | 2 | -20/+11 | |
|\ \ \ | ||||||
| * | | | Fix DTLS alerts | Jack Lloyd | 2019-05-23 | 2 | -20/+11 | |
* | | | | Merge GH #1971 Add error_type for database error | Jack Lloyd | 2019-05-24 | 5 | -62/+81 | |
|\ \ \ \ | ||||||
| * | | | | Add a DatabaseError type, set the sqlite return code in exception | Jack Lloyd | 2019-05-23 | 5 | -62/+81 | |
* | | | | | Fix some Sphinx warnings | Jack Lloyd | 2019-05-23 | 2 | -4/+4 | |
| |/ / / |/| | | | ||||||
* | | | | Update news | Jack Lloyd | 2019-05-23 | 1 | -2/+3 | |
* | | | | Merge GH #1970 Fix more DTLS BoGo tests | Jack Lloyd | 2019-05-23 | 8 | -40/+68 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Some analysis of failing tests | Jack Lloyd | 2019-05-23 | 1 | -2/+5 | |
| * | | | Ignore large DTLS ciphertexts | Jack Lloyd | 2019-05-23 | 2 | -3/+6 | |
| * | | | Fix bugs when DTLS initial handshake messages are replayed | Jack Lloyd | 2019-05-23 | 4 | -1/+13 | |
| * | | | Fix some issues with DTLS version intolerance | Jack Lloyd | 2019-05-23 | 5 | -12/+29 | |
| * | | | Clarify disabled comment | Jack Lloyd | 2019-05-23 | 1 | -6/+6 | |
| * | | | Fix DTLS version settings in shim | Jack Lloyd | 2019-05-23 | 2 | -17/+8 | |
| * | | | Verify contents of DTLS CCS message | Jack Lloyd | 2019-05-23 | 2 | -1/+3 | |
* | | | | Another TLS feature deprecation | Jack Lloyd | 2019-05-23 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Merge GH #1969 Add BoGo tests to coverage build | Jack Lloyd | 2019-05-23 | 3 | -30/+20 | |
|\ \ \ | ||||||
| * | | | Fix lint | Jack Lloyd | 2019-05-23 | 1 | -4/+4 | |
| * | | | Move BoGo tests to coverage build | Jack Lloyd | 2019-05-23 | 3 | -30/+20 | |
* | | | | Merge GH #1968 Document TLS::Stream | Jack Lloyd | 2019-05-23 | 4 | -1/+245 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix Stream::async_handshake documentation | Hannes Rantzsch | 2019-05-23 | 1 | -1/+1 | |
| * | | | add myself to the list of contributors | Hannes Rantzsch | 2019-05-23 | 1 | -0/+1 | |
| * | | | Add TLS::Stream code example | Hannes Rantzsch | 2019-05-23 | 1 | -0/+133 | |
| * | | | Manual section for TLS::Stream | Hannes Rantzsch | 2019-05-23 | 2 | -0/+110 | |
* | | | | Update todo | Jack Lloyd | 2019-05-22 | 1 | -1/+0 | |
* | | | | Update news | Jack Lloyd | 2019-05-22 | 1 | -1/+3 | |
* | | | | Merge GH #1967 #1703 Add OCSP stapling support for TLS servers | Jack Lloyd | 2019-05-22 | 9 | -25/+122 | |
|\ \ \ \ | ||||||
| * | | | | Clean up extension decoding | Jack Lloyd | 2019-05-22 | 2 | -27/+11 | |
| * | | | | Shorten callback name | Jack Lloyd | 2019-05-22 | 3 | -5/+5 | |
| * | | | | Add BoGo tests and fix resumption case | Jack Lloyd | 2019-05-22 | 4 | -15/+46 | |
| * | | | | Formatting and post-rebase fixes | Jack Lloyd | 2019-05-22 | 4 | -34/+40 | |
| * | | | | added status_request extension and cert chain to the stapling-reponse generat... | Falko Strenzke | 2019-05-22 | 4 | -14/+56 | |
| * | | | | implemented ocsp stapling (code not yet formatted properly) | Falko Strenzke | 2019-05-22 | 4 | -2/+36 | |
|/ / / / | ||||||
* | | | | Merge GH #1966 Fix more BoGo tests | Jack Lloyd | 2019-05-22 | 4 | -17/+64 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix more BoGo tests | Jack Lloyd | 2019-05-22 | 4 | -17/+64 | |
|/ / / | ||||||
* | | | Update news | Jack Lloyd | 2019-05-22 | 1 | -0/+8 | |
* | | | Fix lint | Jack Lloyd | 2019-05-22 | 1 | -1/+1 | |
* | | | Merge GH #1960 Add option for setting arbitrary macros during build | Jack Lloyd | 2019-05-22 | 3 | -0/+16 | |
|\ \ \ | ||||||
| * | | | adaptions after code review | René Meusel | 2019-05-22 | 2 | -7/+7 | |
| * | | | add metavar | René Meusel | 2019-05-21 | 1 | -2/+2 | |
| * | | | amend documentation regarding --with-external-compile-definition | René Meusel | 2019-05-21 | 1 | -0/+7 | |
| * | | | allow to specify external compile definitions | René Meusel | 2019-05-21 | 2 | -0/+9 | |
* | | | | Merge GH #1962 Add getauxval replacement for older Android | Jack Lloyd | 2019-05-22 | 1 | -3/+26 | |
|\ \ \ \ | ||||||
| * | | | | tweak | David Carlier | 2019-05-22 | 1 | -2/+5 | |
| * | | | | Providing little getauxval implementation for Android<18 | David Carlier | 2019-05-21 | 1 | -3/+23 | |
| |/ / / | ||||||
* | | | | Merge GH #1964 Add configure helpers for Boost, enable Boost on AppVeyor | Jack Lloyd | 2019-05-22 | 5 | -3/+63 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Let AppVeyor build --with-boost (static libraries) | René Meusel | 2019-05-22 | 2 | -0/+25 | |
| * | | | FIX: lint complaint + add some explaination | René Meusel | 2019-05-22 | 1 | -11/+19 | |
| * | | | add documentation for --boost-library-name | René Meusel | 2019-05-22 | 1 | -0/+9 |