Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LGTM warning | Jack Lloyd | 2019-07-05 | 1 | -4/+2 |
| | |||||
* | Disable noisy LGTM rule | Jack Lloyd | 2019-07-05 | 1 | -1/+0 |
| | | | | It doesn't interact well with SIMD instrinsics | ||||
* | Updat news | Jack Lloyd | 2019-07-05 | 1 | -0/+4 |
| | |||||
* | Merge GH #2021 TLS record layer cleanups | Jack Lloyd | 2019-07-05 | 4 | -196/+173 |
|\ | |||||
| * | Avoid &v[v.size()] | Jack Lloyd | 2019-07-05 | 1 | -2/+2 |
| | | | | | | | | GCC 8 is ok with this but GCC 5's iterator checks don't like it. | ||||
| * | Small cleanup | Jack Lloyd | 2019-07-05 | 1 | -12/+4 |
| | | |||||
| * | Return the record metadata in a struct | Jack Lloyd | 2019-07-05 | 4 | -122/+135 |
| | | | | | | | | | | | | | | Avoids passing pointers down the call stack. Also add a second buffer to hold the record plaintext, which avoids an extra alloc+free per record. | ||||
| * | Remove Record_Raw_Input | Jack Lloyd | 2019-07-04 | 3 | -43/+30 |
| | | |||||
| * | Remove Record_Message struct | Jack Lloyd | 2019-07-04 | 3 | -40/+25 |
| | | |||||
* | | Merge GH #2020 Remove BearSSL provider | Jack Lloyd | 2019-07-05 | 10 | -447/+4 |
|\ \ | |||||
| * | | Remove BearSSL provider | Jack Lloyd | 2019-07-05 | 10 | -447/+4 |
| | | | | | | | | | | | | | | | | | | BearSSL is much slower than Botan's builtins, and it is not commonly included in distributions so doesn't even have the advantage of ubiquity. | ||||
* | | | Enable more LGTM alerts | Jack Lloyd | 2019-07-05 | 1 | -0/+23 |
| | | | | | | | | | | | | GH #2012 | ||||
* | | | Update Android build instructions since NDK works fine | Jack Lloyd | 2019-07-05 | 1 | -22/+25 |
|/ / | |||||
* | | Merge GH #2019 Expand on FreeBSD cli sandbox | Jack Lloyd | 2019-07-05 | 1 | -0/+28 |
|\ \ | |/ |/| | |||||
| * | tls cli sandbox freebsd update. | David Carlier | 2019-07-05 | 1 | -0/+28 |
|/ | | | | | Expanding on capsicum usage limiting those file descriptors to what they re supposed to do. | ||||
* | Log when an option is implicitly taken from the environment | Jack Lloyd | 2019-07-04 | 1 | -16/+22 |
| | | | | Since that can be confusing if it was not intended. GH #2015 | ||||
* | Update news | Jack Lloyd | 2019-07-04 | 1 | -0/+6 |
| | |||||
* | Merge GH #2017 Add Android build to Travis CI | Jack Lloyd | 2019-07-04 | 7 | -5/+64 |
|\ | |||||
| * | Check off a todo | Jack Lloyd | 2019-07-04 | 1 | -1/+1 |
| | | |||||
| * | Fix include for getentropy | Jack Lloyd | 2019-07-04 | 2 | -4/+5 |
| | | | | | | | | Everyone but BSDs puts it in sys/random.h | ||||
| * | Cleanups | Jack Lloyd | 2019-07-04 | 1 | -6/+4 |
| | | |||||
| * | Android 28 has getentropy, test this | Jack Lloyd | 2019-07-04 | 2 | -3/+8 |
| | | |||||
| * | Build Android via NDK | Jack Lloyd | 2019-07-04 | 3 | -0/+55 |
| | | |||||
* | | Merge GH #2016 Add Docker script to help end users build on Android | Jack Lloyd | 2019-07-04 | 3 | -0/+40 |
|\ \ | |/ |/| | |||||
| * | Update the doc accordingly | David Carlier | 2019-07-04 | 2 | -4/+1 |
| | | |||||
| * | Revert travis changes. | David Carlier | 2019-07-04 | 1 | -18/+0 |
| | | |||||
| * | Attempt to disable docker on osx | David Carlier | 2019-07-04 | 2 | -8/+13 |
| | | |||||
| * | Changes from feedbacks | David Carlier | 2019-07-04 | 3 | -9/+15 |
| | | |||||
| * | Attempt to add docker .travis build | David Carlier | 2019-07-04 | 2 | -0/+11 |
| | | |||||
| * | Android docker build proposal. | David Carlier | 2019-07-03 | 3 | -0/+39 |
| | | | | | | | | | | Using external image just for the NDK and focusing on the two most popular architectures. | ||||
* | | Enable more features in the LGTM build command | Jack Lloyd | 2019-07-04 | 1 | -1/+1 |
|/ | |||||
* | Avoid use of __GNUG__ in headers that may be parsed by C compilers | Jack Lloyd | 2019-07-02 | 1 | -5/+5 |
| | | | | Closes #2013 | ||||
* | Merge GH #2014 Fixes for Android build | Jack Lloyd | 2019-07-02 | 1 | -1/+1 |
|\ | |||||
| * | Revert "Fix android build" | Joerg-Christian Boehme | 2019-07-03 | 1 | -0/+1 |
| | | | | | | | | This reverts commit d73aa2df5441108c199d2c2a3e1c86f24d8673d2. | ||||
| * | makefile.in: move LDFLAGS after EXE_LINKS_TO | Joerg-Christian Boehme | 2019-07-02 | 1 | -1/+1 |
| | | | | | | Move LDFLAGS after EXE_LINKS_TO to allow the user to give additional libraries such as libc++-static.a otherwise static build will fail in android. | ||||
| * | Fix android build | Joerg-Christian Boehme | 2019-07-02 | 1 | -1/+0 |
| | | | | | | Remove -lrt, because it is not needed for android | ||||
* | | Add a todo | Jack Lloyd | 2019-07-02 | 1 | -0/+1 |
| | | |||||
* | | Update version. Fix bugs in 2.11 changelog | Jack Lloyd | 2019-07-02 | 2 | -6/+7 |
|/ | |||||
* | Update for 2.11.0 release2.11.0 | Jack Lloyd | 2019-07-01 | 2 | -4/+4 |
| | |||||
* | Merge GH #2011 Fix some MSVC and LGTM warnings | Jack Lloyd | 2019-06-29 | 11 | -104/+132 |
|\ | |||||
| * | Fix some MSVC and LGTM warnings | Jack Lloyd | 2019-06-29 | 11 | -104/+132 |
|/ | |||||
* | Add LGTM badge [ci skip] | Jack Lloyd | 2019-06-29 | 1 | -0/+4 |
| | |||||
* | Merge GH #2010 Fix MSVC warnings | Jack Lloyd | 2019-06-29 | 20 | -59/+65 |
|\ | |||||
| * | Fix various MSVC warnings | Jack Lloyd | 2019-06-29 | 20 | -59/+65 |
| | | |||||
* | | Fix some LGTM alerts | Jack Lloyd | 2019-06-29 | 3 | -10/+15 |
| | | |||||
* | | Fix some minimized build problems | Jack Lloyd | 2019-06-29 | 2 | -3/+4 |
|/ | |||||
* | Merge GH #2009 Remove const from TLS OCSP callback | Jack Lloyd | 2019-06-29 | 2 | -2/+5 |
|\ | |||||
| * | Make the TLS OCSP callback not const. | Jack Lloyd | 2019-06-29 | 2 | -2/+5 |
| | | | | | | | | | | As the impl may need to do side-effecting things in order to get the most recent response. | ||||
* | | Merge GH #2008 Handle loss/retransmit of DTLS client hello | Jack Lloyd | 2019-06-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | Handle DTLS client hello being lost | Jack Lloyd | 2019-06-29 | 1 | -1/+1 |
| |/ | | | | | | | Closes #1691 |