Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128 | Jack Lloyd | 2016-09-02 | 20 | -999/+0 |
* | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEA | Jack Lloyd | 2016-09-02 | 31 | -12339/+1 |
* | Let the input arg to stream cipher test be optional. | Jack Lloyd | 2016-09-01 | 3 | -98/+5 |
* | Merge GH #610 Fix coverage | Jack Lloyd | 2016-09-01 | 1 | -3/+3 |
|\ | |||||
| * | new try | Daniel Neus | 2016-09-01 | 1 | -3/+3 |
| * | fix coverage | Daniel Neus | 2016-08-28 | 1 | -2/+2 |
* | | get_processor_timestamp should never return 0 if it can help it. | Jack Lloyd | 2016-09-01 | 1 | -16/+59 |
* | | Bump version to 1.11.32-pre | Jack Lloyd | 2016-09-01 | 2 | -1/+13 |
* | | Check for non-existent modules in policy files. | Jack Lloyd | 2016-09-01 | 3 | -10/+20 |
* | | Merge GH #578/#492: TLS EtM extension and new policy toggles | Jack Lloyd | 2016-08-31 | 25 | -132/+620 |
|\ \ | |||||
| * \ | Merge master into this branch, resolving conflicts with #457/#576 | Jack Lloyd | 2016-08-31 | 372 | -15386/+39453 |
| |\ \ | |||||
| * | | | Address some issues with PR 492 | Jack Lloyd | 2016-08-13 | 16 | -58/+123 |
| * | | | Merge branch 'master' into Encrypt-then-MAC-with-policy | Juraj Somorovsky | 2016-05-12 | 28 | -80/+104 |
| |\ \ \ | |||||
| * | | | | Encrypt-then-MAC extension (RFC 7366) | Juraj Somorovsky | 2016-05-11 | 20 | -112/+372 |
| * | | | | TLS Policy support | Christian Mainka | 2016-05-03 | 8 | -27/+193 |
* | | | | | Fix TLS build with SRP6 disabled | Jack Lloyd | 2016-08-31 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Maintainer mode fixes | Jack Lloyd | 2016-08-31 | 3 | -4/+4 |
* | | | | HMAC_RNG ignored its entropy_source argument :( | Jack Lloyd | 2016-08-31 | 1 | -1/+1 |
* | | | | 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 |