Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove deprecated Nyberg-Rueppel and Rabin-Williams signatures | Jack Lloyd | 2016-09-02 | 9 | -560/+1 | |
* | | | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128 | Jack Lloyd | 2016-09-02 | 13 | -622/+0 | |
* | | | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEA | Jack Lloyd | 2016-09-02 | 19 | -1478/+0 | |
|/ / | ||||||
* | | get_processor_timestamp should never return 0 if it can help it. | Jack Lloyd | 2016-09-01 | 1 | -16/+59 | |
* | | Merge GH #578/#492: TLS EtM extension and new policy toggles | Jack Lloyd | 2016-08-31 | 20 | -112/+525 | |
|\ \ | ||||||
| * \ | Merge master into this branch, resolving conflicts with #457/#576 | Jack Lloyd | 2016-08-31 | 266 | -7487/+17395 | |
| |\ \ | ||||||
| * | | | Address some issues with PR 492 | Jack Lloyd | 2016-08-13 | 13 | -58/+118 | |
| * | | | Merge branch 'master' into Encrypt-then-MAC-with-policy | Juraj Somorovsky | 2016-05-12 | 21 | -64/+62 | |
| |\ \ \ | ||||||
| * | | | | Encrypt-then-MAC extension (RFC 7366) | Juraj Somorovsky | 2016-05-11 | 19 | -104/+329 | |
| * | | | | TLS Policy support | Christian Mainka | 2016-05-03 | 6 | -24/+153 | |
* | | | | | Fix TLS build with SRP6 disabled | Jack Lloyd | 2016-08-31 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | HMAC_RNG ignored its entropy_source argument :( | 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 | 29 | -788/+1361 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 3 | -14/+44 | |
| * | | | | Changes to TLS::Callbacks for GH PR #457 | Jack Lloyd | 2016-08-16 | 14 | -151/+221 | |
| * | | | | Removed Handshake_Info class. | Matthias Gierlings | 2016-06-19 | 8 | -56/+49 | |
| * | | | | Removed TLS::Session::Properties | Matthias Gierlings | 2016-06-19 | 7 | -197/+96 | |
| * | | | | Reverted proposed constructor changes to X509_CA. | Matthias Gierlings | 2016-06-19 | 6 | -55/+45 | |
| * | | | | Compatibility patch for TLS::Callback interface | Matthias Gierlings | 2016-06-19 | 7 | -16/+242 | |
| * | | | | Added virtual Callback Interface | Matthias Gierlings | 2016-06-19 | 8 | -52/+113 | |
| * | | | | Implemented Feedback on GH #457 | Matthias Gierlings | 2016-06-19 | 7 | -13/+12 | |
| * | | | | 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 | 25 | -909/+1209 | |
* | | | | | Fix some problems on ppc64le | Jack Lloyd | 2016-08-30 | 1 | -1/+9 | |
* | | | | | Change allowed_usage key usage checks to match RFC 5280 | Jack Lloyd | 2016-08-30 | 1 | -2/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix TLS server cert validation problem GH #611 | Jack Lloyd | 2016-08-29 | 1 | -3/+3 | |
* | | | | Fix get_process_id for MinGW | Jack Lloyd | 2016-08-29 | 1 | -2/+2 | |
* | | | | Make Windows happy | Jack Lloyd | 2016-08-28 | 2 | -2/+2 | |
* | | | | Travis CI additions and cleanup | Jack Lloyd | 2016-08-28 | 5 | -10/+13 | |
* | | | | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 26 | -356/+758 | |
* | | | | Another PKCS #11 amalg fix | Jack Lloyd | 2016-08-23 | 1 | -1/+1 | |
* | | | | Work around some amalgamation issues. | Jack Lloyd | 2016-08-23 | 2 | -6/+4 | |
* | | | | Merge GH #591 | Jack Lloyd | 2016-08-19 | 12 | -96/+109 | |
|\ \ \ \ | ||||||
| * | | | | Rename find_constraints() and let it throw instead of returning a combination | René Korthaus | 2016-08-19 | 4 | -32/+59 | |
| * | | | | Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures | René Korthaus | 2016-08-17 | 6 | -16/+26 | |
| * | | | | Fix allowed_usage() and add tests for key usage | René Korthaus | 2016-08-17 | 2 | -2/+2 | |
| * | | | | Fix GH #425 and run x509 tests with different signature algorithms | René Korthaus | 2016-08-17 | 5 | -48/+24 | |
* | | | | | fix source file encoding ANSI -> UTF-8 | Daniel Neus | 2016-08-17 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge GH #583 Clean up TLS ciphersuite handling | Jack Lloyd | 2016-08-17 | 3 | -696/+193 | |
|\ \ \ \ | ||||||
| * | | | | Clean up TLS ciphersuite handling | Jack Lloyd | 2016-08-16 | 3 | -696/+193 | |
* | | | | | Merge GH #581 Threefish-512 AVX2 work | Jack Lloyd | 2016-08-17 | 1 | -76/+165 | |
|\ \ \ \ \ | ||||||
| * | | | | | Threefish-512 AVX2 optimizations | Jack Lloyd | 2016-08-10 | 1 | -76/+165 | |
| |/ / / / | ||||||
* | | | | | Update info.txt | Daniel Neus | 2016-08-16 | 1 | -2/+1 | |
* | | | | | add sha1_sse2 to the TLS module dependencies | Daniel Neus | 2016-08-15 | 1 | -0/+1 | |
* | | | | | restore to original pkcs11.h | Daniel Neus | 2016-08-12 | 1 | -4/+4 | |
* | | | | | Headers can be marked as external by using `<header:external>` in info.txt. | Daniel Neus | 2016-08-12 | 2 | -2/+5 | |
|/ / / / |