| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix tests on things that are not little endian | Jack Lloyd | 2016-08-30 | 1 | -12/+6 |
| * | | Avoid requiring alignment (think this was just for the AVX2 version) | Jack Lloyd | 2016-08-30 | 2 | -37/+35 |
| * | | Fix header guard, macro tidy | Jack Lloyd | 2016-08-30 | 2 | -5/+7 |
| * | | Add NEWHOPE KEM scheme | Jack Lloyd | 2016-08-30 | 6 | -7/+668 |
* | | | Merge GH #616 ChaCha SSE2 optimizations | Jack Lloyd | 2016-09-05 | 4 | -70/+360 |
|\ \ \ |
|
| * | | | Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12 | Jack Lloyd | 2016-09-02 | 1 | -8/+8 |
| * | | | Correct macro check | Jack Lloyd | 2016-09-01 | 2 | -2/+2 |
| * | | | Missing increment in SSE2 version, broke ChaCha20Poly1305 tests | Jack Lloyd | 2016-09-01 | 1 | -0/+3 |
| * | | | 4x interleaved SSE2 | Jack Lloyd | 2016-09-01 | 1 | -67/+225 |
| * | | | ChaCha 4 ways | Jack Lloyd | 2016-09-01 | 3 | -129/+153 |
| * | | | SSE2 ChaCha | Jack Lloyd | 2016-09-01 | 4 | -6/+111 |
| | |/
| |/| |
|
* | | | Make copy constructor and assignment default | René Korthaus | 2016-09-05 | 2 | -29/+2 |
* | | | Call base class assignment operator in X509_Certificate | René Korthaus | 2016-09-04 | 1 | -0/+1 |
* | | | Remove IF_Scheme_{Public,Private}Key | Jack Lloyd | 2016-09-02 | 6 | -283/+186 |
* | | | Remove XTEA SIMD impl | Jack Lloyd | 2016-09-02 | 3 | -165/+0 |
* | | | 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 |