Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecations | Jack Lloyd | 2016-08-17 | 2 | -0/+35 |
* | Update news | Jack Lloyd | 2016-07-18 | 1 | -2/+5 |
* | Merge GH #520 RNG changes | Jack Lloyd | 2016-07-18 | 1 | -82/+51 |
|\ | |||||
| * | Add Stateful_RNG | Jack Lloyd | 2016-07-17 | 1 | -82/+51 |
* | | Merge GH #533 DLIES changes | Jack Lloyd | 2016-07-17 | 3 | -0/+18 |
|\ \ | |||||
| * | | DLIES rework | Daniel Neus | 2016-07-13 | 3 | -0/+18 |
* | | | Merge GH #534 Update changelog with X9.23 bug fix | Jack Lloyd | 2016-07-17 | 1 | -0/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Update changelog with ANSI X9.23 padding bugfix | René Korthaus | 2016-07-13 | 1 | -0/+3 |
| |/ | |||||
* / | Fix undefined behavior in donna128 type | Jack Lloyd | 2016-07-15 | 1 | -0/+4 |
|/ | |||||
* | Deprecate EGD | Jack Lloyd | 2016-07-11 | 1 | -0/+4 |
* | Update news.rst with changes so far for 1.11.31 | Jack Lloyd | 2016-07-04 | 1 | -0/+11 |
* | Merge GH #504 Add ECKCDSA | Jack Lloyd | 2016-06-20 | 1 | -0/+7 |
|\ | |||||
| * | Add entry to credits | René Korthaus | 2016-06-14 | 1 | -0/+7 |
* | | Merge GH #483 Add ECIES and KDF1 from ISO 18033 | Jack Lloyd | 2016-06-20 | 1 | -6/+12 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'remotes/origin/master' into ecies | Philipp Weber | 2016-05-30 | 3 | -3/+50 |
| |\ \ | |||||
| * | | | add ecies implementation according to iso-18033 | Philipp Weber | 2016-04-27 | 1 | -1/+1 |
| * | | | add kdf1 implementation according to iso-18033 (preparation for ecies) | Philipp Weber | 2016-04-27 | 1 | -0/+6 |
* | | | | Tick to 1.11.31 | Jack Lloyd | 2016-06-19 | 1 | -0/+3 |
* | | | | Update for 1.11.30 release1.11.30 | Jack Lloyd | 2016-06-19 | 1 | -1/+1 |
* | | | | Update release notes | Jack Lloyd | 2016-06-18 | 1 | -3/+12 |
* | | | | Merge GH #497 Add StreamCipher::seek and implementation for ChaCha | Jack Lloyd | 2016-06-18 | 2 | -0/+8 |
|\ \ \ \ | |||||
| * | | | | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi... | SimCog | 2016-06-18 | 2 | -0/+8 |
| | |_|/ | |/| | | |||||
* / | | | Fix bug that prevents LaTeX documentation from being built | Mouse | 2016-06-17 | 1 | -1/+1 |
|/ / / | |||||
* | / | Update release notes | Jack Lloyd | 2016-06-03 | 2 | -9/+41 |
| |/ |/| | |||||
* | | Fix GCM counter increment | Jack Lloyd | 2016-05-23 | 1 | -1/+12 |
* | | Update with changes since 1.11.29 | Jack Lloyd | 2016-05-06 | 1 | -1/+30 |
* | | Doc updates | Jack Lloyd | 2016-04-28 | 3 | -3/+10 |
|/ | |||||
* | Update for 1.10.13 release | Jack Lloyd | 2016-04-23 | 1 | -0/+12 |
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -27/+63 |
* | Specific ideas re PGP support | Jack Lloyd | 2016-04-15 | 1 | -3/+15 |
* | Don't reject TLS packets with zero plaintext bytes | Jack Lloyd | 2016-04-15 | 1 | -0/+5 |
* | Fix formatting bugs in TLS doc | Jack Lloyd | 2016-04-13 | 1 | -11/+6 |
* | Add support for ChaCha(12) | Jack Lloyd | 2016-04-09 | 1 | -1/+0 |
* | Update OCB ciphersuites to follow new nonce scheme from -04 draft | Jack Lloyd | 2016-04-04 | 1 | -0/+5 |
* | More todos | Jack Lloyd | 2016-04-03 | 1 | -2/+8 |
* | Add IETF standard ChaCha20Poly1305 ciphersuites to TLS | Jack Lloyd | 2016-03-23 | 2 | -1/+12 |
* | Typo fix | Jack Lloyd | 2016-03-22 | 1 | -1/+1 |
* | Release 1.11.291.11.29 | Jack Lloyd | 2016-03-20 | 2 | -11/+103 |
* | Remove support for TLS v1.2 MD5 and SHA-224 signatures. | Jack Lloyd | 2016-03-17 | 1 | -7/+4 |
* | Deprecate Rabin-Williams | Jack Lloyd | 2016-03-16 | 1 | -0/+4 |
* | Merge GH #454 X.509 name constraints | Jack Lloyd | 2016-03-16 | 2 | -1/+1 |
|\ | |||||
| * | Changes from GH #454 review | Jack Lloyd | 2016-03-16 | 2 | -1/+1 |
* | | TLS client features | Jack Lloyd | 2016-03-16 | 1 | -3/+8 |
* | | Merge GH #450 Add support for Windows VirtualLock | Jack Lloyd | 2016-03-10 | 2 | -1/+3 |
|\ \ | |||||
| * | | add support for VirtualLock/VirtualUnlock on Windows | Daniel Neus | 2016-03-07 | 2 | -1/+3 |
* | | | Add section on fork safety to rng manual | René Korthaus | 2016-03-08 | 1 | -0/+19 |
|/ / | |||||
* / | Use a distinct PGP for signing git commits. | Jack Lloyd | 2016-03-03 | 1 | -1/+35 |
|/ | |||||
* | Update release notes | Jack Lloyd | 2016-02-20 | 1 | -0/+31 |
* | Fix formatting GH #415 | Jack Lloyd | 2016-02-17 | 2 | -24/+32 |
* | Update iOS build instructions | René Korthaus | 2016-02-07 | 1 | -16/+16 |