Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Check for non-existent modules in policy files. | Jack Lloyd | 2016-09-01 | 2 | -9/+2 |
* | | Merge GH #578/#492: TLS EtM extension and new policy toggles | Jack Lloyd | 2016-08-31 | 22 | -132/+597 |
|\ \ | |||||
| * \ | Merge master into this branch, resolving conflicts with #457/#576 | Jack Lloyd | 2016-08-31 | 356 | -15062/+38847 |
| |\ \ | |||||
| * | | | Address some issues with PR 492 | Jack Lloyd | 2016-08-13 | 14 | -58/+120 |
| * | | | Merge branch 'master' into Encrypt-then-MAC-with-policy | Juraj Somorovsky | 2016-05-12 | 25 | -78/+71 |
| |\ \ \ | |||||
| * | | | | Encrypt-then-MAC extension (RFC 7366) | Juraj Somorovsky | 2016-05-11 | 20 | -112/+372 |
| * | | | | TLS Policy support | Christian Mainka | 2016-05-03 | 7 | -27/+173 |
* | | | | | 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 | 32 | -1063/+1738 |
|\ \ \ \ | |||||
| * | | | | 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 | 4 | -18/+50 |
| * | | | | Changes to TLS::Callbacks for GH PR #457 | Jack Lloyd | 2016-08-16 | 18 | -224/+308 |
| * | | | | 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 |
* | | | | | 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 |
* | | | | | 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 |
* | | | | | 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 |
* | | | | | Merge GH #608 Travis CI work | Jack Lloyd | 2016-08-28 | 10 | -87/+224 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | 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 | 10 | -84/+191 |
* | | | | | 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 |