Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix another unused variable warning | Jack Lloyd | 2016-08-31 | 1 | -1/+1 |
* | Move some Callback functions to a source file. | Jack Lloyd | 2016-08-31 | 2 | -7/+17 |
* | Remove debug printf | Jack Lloyd | 2016-08-31 | 1 | -1/+0 |
* | Merge GH #567/GH #457 TLS refactoring and Callbacks interface | Jack Lloyd | 2016-08-31 | 33 | -1146/+1829 |
|\ | |||||
| * | Merge pull request #595 from DanielTBrown/DTB-pr-457 | Jack Lloyd | 2016-08-19 | 1 | -12/+32 |
| |\ | |||||
| | * | Added doxygen function parameter comments to tls_callbacks.h | Dan Brown | 2016-08-19 | 1 | -12/+32 |
| |/ | |||||
| * | Add a Callbacks function for ALPN | Jack Lloyd | 2016-08-16 | 5 | -32/+80 |
| * | Changes to TLS::Callbacks for GH PR #457 | Jack Lloyd | 2016-08-16 | 19 | -300/+376 |
| * | Removed Handshake_Info class. | Matthias Gierlings | 2016-06-19 | 8 | -56/+49 |
| * | Removed TLS::Session::Properties | Matthias Gierlings | 2016-06-19 | 9 | -209/+105 |
| * | Reverted proposed constructor changes to X509_CA. | Matthias Gierlings | 2016-06-19 | 6 | -55/+45 |
| * | Extended TLS Unit Tests | Matthias Gierlings | 2016-06-19 | 1 | -251/+326 |
| * | Compatibility patch for TLS::Callback interface | Matthias Gierlings | 2016-06-19 | 8 | -18/+244 |
| * | Added virtual Callback Interface | Matthias Gierlings | 2016-06-19 | 11 | -67/+128 |
| * | Implemented Feedback on GH #457 | Matthias Gierlings | 2016-06-19 | 11 | -19/+18 |
| * | Fix For Travis CI build errors on Mac-Systems. | Matthias Gierlings | 2016-06-19 | 1 | -2/+2 |
| * | Fix for amalgamation build problems | Matthias Gierlings | 2016-06-19 | 4 | -7/+13 |
| * | Reduction of code complexity in MP & ECC classes. | Matthias Gierlings | 2016-06-19 | 12 | -135/+114 |
| * | Reduction of code complexity in TLS classes. | Matthias Gierlings | 2016-06-19 | 29 | -942/+1256 |
* | | Update for 1.11.31 release1.11.31 | Jack Lloyd | 2016-08-30 | 3 | -4/+22 |
* | | Fix some problems on ppc64le | Jack Lloyd | 2016-08-30 | 1 | -1/+9 |
* | | Fix gen_bcrypt cmdlet | Jack Lloyd | 2016-08-30 | 1 | -1/+1 |
* | | Update todo | Jack Lloyd | 2016-08-30 | 1 | -2/+2 |
* | | Add ECIES to news | Jack Lloyd | 2016-08-30 | 1 | -2/+4 |
* | | Change allowed_usage key usage checks to match RFC 5280 | Jack Lloyd | 2016-08-30 | 1 | -2/+4 |
* | | Add /etc/ssl/certs to default cert path | Jack Lloyd | 2016-08-30 | 1 | -1/+1 |
* | | Fix TLS server cert validation problem GH #611 | Jack Lloyd | 2016-08-29 | 1 | -3/+3 |
* | | Update release notes | Jack Lloyd | 2016-08-29 | 1 | -5/+22 |
* | | Remove HMAC_RNG from BSI policy, not needed after #520/#593 | Jack Lloyd | 2016-08-29 | 1 | -1/+0 |
* | | Fix get_process_id for MinGW | Jack Lloyd | 2016-08-29 | 1 | -2/+2 |
* | | Make Windows happy | Jack Lloyd | 2016-08-28 | 3 | -3/+3 |
* | | Skip sanitizer under Clang on CI | Jack Lloyd | 2016-08-28 | 1 | -9/+9 |
* | | Merge GH #608 Travis CI work | Jack Lloyd | 2016-08-28 | 12 | -160/+279 |
|\ \ | |||||
| * | | Work around a bug in FFI | Jack Lloyd | 2016-08-28 | 1 | -3/+29 |
| * | | Just run the essentials under qemu, full build takes a lot of CPU time. | Jack Lloyd | 2016-08-28 | 1 | -0/+4 |
| * | | Travis CI additions and cleanup | Jack Lloyd | 2016-08-28 | 12 | -157/+246 |
* | | | DLIES test tweaks | Jack Lloyd | 2016-08-28 | 2 | -254/+87 |
* | | | Use Botan's interpretation of P-521 ECDSA zero padding for now | Jack Lloyd | 2016-08-27 | 1 | -1/+5 |
* | | | Merge GH #607 PK sig test vectors where H(m) has many leading 0 bits | Jack Lloyd | 2016-08-27 | 5 | -0/+50 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add tests with a message hash that contains leading zeros | Daniel Neus | 2016-08-26 | 5 | -0/+50 |
* | | | Merge GH #605: Test for HMAC_DRBG randomize_with_ts_input | Jack Lloyd | 2016-08-26 | 1 | -0/+39 |
|\ \ \ | |||||
| * | | | Add unit test for HMAC_DRBG::randomize_with_ts_input() | René Korthaus | 2016-08-25 | 1 | -0/+39 |
* | | | | Merge GH #593 RNG work | Jack Lloyd | 2016-08-26 | 39 | -424/+1152 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Correct comment | Jack Lloyd | 2016-08-25 | 1 | -1/+1 |
| |/ / | |||||
| * | | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 39 | -424/+1152 |
* | | | Merge GH #603 Use ccache on OS X Travis CI build | Jack Lloyd | 2016-08-25 | 2 | -18/+25 |
|\ \ \ | |||||
| * | | | Use ccache for OS X Travis build | Jack Lloyd | 2016-08-24 | 2 | -18/+25 |
| |/ / | |||||
* | | | Update release notes | Jack Lloyd | 2016-08-24 | 1 | -6/+42 |
* | | | git notes | Jack Lloyd | 2016-08-24 | 1 | -3/+20 |
* | | | Add release notes for 1.8.15 which escaped news.rst | Jack Lloyd | 2016-08-24 | 1 | -0/+13 |
|/ / |