Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update news | Jack Lloyd | 2018-09-13 | 1 | -0/+2 | |
* | | Merge GH #1685 Split cast into cast128 and cast256 modules | Jack Lloyd | 2018-09-13 | 10 | -5/+13 | |
|\ \ | ||||||
| * | | Split 'cast' module into CAST-128 and CAST-256 | Jack Lloyd | 2018-09-13 | 10 | -5/+13 | |
* | | | Small doc tweaks | Jack Lloyd | 2018-09-13 | 3 | -7/+19 | |
|/ / | ||||||
* | | Update news | Jack Lloyd | 2018-09-13 | 1 | -0/+2 | |
* | | Merge GH #1670 New password hashing interface | Jack Lloyd | 2018-09-13 | 24 | -664/+1885 | |
|\ \ | ||||||
| * | | Test Scrypt private key encryption | Jack Lloyd | 2018-09-10 | 1 | -3/+18 | |
| * | | Remove redundant operation | Jack Lloyd | 2018-09-10 | 1 | -4/+0 | |
| * | | Support tuning in PGP-S2K PBKDF interface | Jack Lloyd | 2018-09-10 | 1 | -3/+8 | |
| * | | Fix Doxygen comments | Jack Lloyd | 2018-09-10 | 1 | -2/+4 | |
| * | | Add tests | Jack Lloyd | 2018-09-10 | 4 | -19/+148 | |
| * | | Add from_iterations | Jack Lloyd | 2018-09-10 | 8 | -13/+57 | |
| * | | Update docs | Jack Lloyd | 2018-09-10 | 1 | -65/+122 | |
| * | | Add pbkdf_tune command line util | Jack Lloyd | 2018-09-10 | 1 | -0/+99 | |
| * | | Add FFI | Jack Lloyd | 2018-09-10 | 2 | -15/+134 | |
| * | | Convert Scrypt | Jack Lloyd | 2018-09-10 | 4 | -128/+281 | |
| * | | Convert PGP-S2K | Jack Lloyd | 2018-09-10 | 2 | -63/+225 | |
| * | | Convert PBKDF2 | Jack Lloyd | 2018-09-10 | 3 | -71/+226 | |
| * | | Add PasswordHash and PasswordHashFamily | Jack Lloyd | 2018-09-10 | 4 | -1/+242 | |
| * | | Promote Timer to an internal util class | Jack Lloyd | 2018-09-10 | 4 | -302/+346 | |
* | | | Force Sphinx version to 1.7.9 to work around a problem in 1.8 | Jack Lloyd | 2018-09-13 | 1 | -1/+1 | |
* | | | Some document fixes | Jack Lloyd | 2018-09-13 | 3 | -9/+15 | |
* | | | Fix TLS client CLI which was broken by disabling v1.0/v1.1 by default | Jack Lloyd | 2018-09-12 | 2 | -12/+56 | |
* | | | Create proper KATs for cryptobox function | Jack Lloyd | 2018-09-12 | 2 | -42/+134 | |
* | | | Use VC runtime MDd only if --debug-mode is used | Jack Lloyd | 2018-09-11 | 1 | -4/+4 | |
* | | | Fix certstore tests | Jack Lloyd | 2018-09-11 | 2 | -2/+4 | |
* | | | Better error repoting for invalid/out of range --buf-size arg | Jack Lloyd | 2018-09-10 | 1 | -2/+7 | |
* | | | Update news | Jack Lloyd | 2018-09-10 | 1 | -2/+3 | |
* | | | Merge GH #1681 Add FFI functions for X25519 handling | Jack Lloyd | 2018-09-10 | 5 | -0/+160 | |
|\ \ \ | ||||||
| * | | | Add FFI functions for creating and getting X25519 data | Jack Lloyd | 2018-09-10 | 5 | -0/+160 | |
|/ / / | ||||||
* | | | Update news, todo | Jack Lloyd | 2018-09-10 | 2 | -3/+3 | |
* | | | Merge GH #1673 Add CommonCrypto block cipher interface | Jack Lloyd | 2018-09-10 | 7 | -5/+221 | |
|\ \ \ | ||||||
| * | | | Add CommonCrypto block cipher support | Jose Pereira | 2018-09-10 | 7 | -5/+221 | |
* | | | | Remove redundant defines | Jack Lloyd | 2018-09-10 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | Merge GH #1674 Add CommonCrypto cipher modes | Jack Lloyd | 2018-09-10 | 7 | -8/+463 | |
|\ \ \ | ||||||
| * | | | Add CommonCrypto cipher modes support | Jose Pereira | 2018-09-09 | 6 | -6/+461 | |
| * | | | Fix cipher mode speed benchmark ignoring provider argument | Jose Pereira | 2018-09-06 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Report if Serpent is using AVX2 | Jack Lloyd | 2018-09-10 | 1 | -0/+7 | |
| |/ |/| | ||||||
* | | Merge GH #1679 Support hashing a digest directly with SM2 | Jack Lloyd | 2018-09-09 | 3 | -57/+112 | |
|\ \ | ||||||
| * | | Support SM2 raw signatures | Jack Lloyd | 2018-09-09 | 3 | -57/+112 | |
* | | | Drop all mention of 1.10 from the readme [ci skip] | Jack Lloyd | 2018-09-09 | 1 | -16/+1 | |
|/ / | ||||||
* | | Merge GH #1678 Add read_kv utility function | Jack Lloyd | 2018-09-09 | 4 | -3/+238 | |
|\ \ | ||||||
| * | | Add read_kv for parsing strings with key/value pairs | Jack Lloyd | 2018-09-09 | 4 | -3/+238 | |
| |/ | ||||||
* | | Merge GH #1676 Optimize const time mask operations | Jack Lloyd | 2018-09-08 | 2 | -26/+24 | |
|\ \ | ||||||
| * | | Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bit | Jack Lloyd | 2018-09-07 | 2 | -26/+24 | |
|/ / | ||||||
* | | Guard certstore tests with BOTAN_HAS_X509 | Jack Lloyd | 2018-09-07 | 1 | -9/+12 | |
* | | Merge GH #1675 Test certstore even if sqlite is disabled | Jack Lloyd | 2018-09-07 | 1 | -11/+9 | |
|\ \ | ||||||
| * | | Fix in-memory certificate store tests not running | Jose Pereira | 2018-09-07 | 1 | -11/+9 | |
|/ / | ||||||
* | | Revert increase in Blowfish minimum length. | Jack Lloyd | 2018-09-07 | 3 | -4/+2 | |
* | | Increase minimum Blowfish key length to 64 bits | Jack Lloyd | 2018-09-07 | 6 | -8/+36 |