aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use new CAST-128 specific feature macro hereJack Lloyd2018-09-151-1/+1
* Define botan_scrypt in terms of botan_pwdhashJack Lloyd2018-09-131-12/+5
* In FFI pwdhash functions, let len == 0 mean "call strlen"Jack Lloyd2018-09-132-2/+18
* In AutoSeeded_RNG invoke randomize_with_ts_input on the owned RNGJack Lloyd2018-09-131-1/+1
* Split 'cast' module into CAST-128 and CAST-256Jack Lloyd2018-09-137-2/+7
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-1318-280/+1492
|\
| * Remove redundant operationJack Lloyd2018-09-101-4/+0
| * Support tuning in PGP-S2K PBKDF interfaceJack Lloyd2018-09-101-3/+8
| * Fix Doxygen commentsJack Lloyd2018-09-101-2/+4
| * Add from_iterationsJack Lloyd2018-09-108-13/+57
| * Add FFIJack Lloyd2018-09-102-15/+134
| * Convert ScryptJack Lloyd2018-09-104-128/+281
| * Convert PGP-S2KJack Lloyd2018-09-102-63/+225
| * Convert PBKDF2Jack Lloyd2018-09-103-71/+226
| * Add PasswordHash and PasswordHashFamilyJack Lloyd2018-09-104-1/+242
| * Promote Timer to an internal util classJack Lloyd2018-09-103-1/+336
* | Some document fixesJack Lloyd2018-09-131-8/+13
* | Fix certstore testsJack Lloyd2018-09-111-0/+1
* | Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-104-0/+102
* | Merge GH #1673 Add CommonCrypto block cipher interfaceJack Lloyd2018-09-106-5/+220
|\ \
| * | Add CommonCrypto block cipher supportJose Pereira2018-09-106-5/+220
* | | Remove redundant definesJack Lloyd2018-09-101-2/+0
|/ /
* | Merge GH #1674 Add CommonCrypto cipher modesJack Lloyd2018-09-106-6/+461
|\ \
| * | Add CommonCrypto cipher modes supportJose Pereira2018-09-096-6/+461
* | | Report if Serpent is using AVX2Jack Lloyd2018-09-101-0/+7
| |/ |/|
* | Support SM2 raw signaturesJack Lloyd2018-09-091-57/+101
* | Merge GH #1678 Add read_kv utility functionJack Lloyd2018-09-092-3/+111
|\ \
| * | Add read_kv for parsing strings with key/value pairsJack Lloyd2018-09-092-3/+111
| |/
* | Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bitJack Lloyd2018-09-072-26/+24
* | Revert increase in Blowfish minimum length.Jack Lloyd2018-09-072-2/+2
* | Increase minimum Blowfish key length to 64 bitsJack Lloyd2018-09-072-2/+2
* | Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-069-17/+79
|/
* Remove Darwin SecRandomCopyBytesJack Lloyd2018-09-044-85/+0
* Merge GH #1667 Add hashing with CommonCryptoJack Lloyd2018-09-044-3/+203
|\
| * Add commoncrypto OS feature so it cannot be enabled on other systemsJack Lloyd2018-09-041-0/+4
| * Indent to match conventions.Jack Lloyd2018-09-042-75/+73
| * Add support for hashing with CommonCryptoJose Pereira2018-09-034-3/+201
* | Remove unneeded load_on autoJack Lloyd2018-09-049-18/+0
* | Remove use of OpenSSL IDEAJack Lloyd2018-09-041-5/+0
|/
* Use a literal date for this API versionJack Lloyd2018-09-021-5/+4
* Check PSS salt length during verificationJack Lloyd2018-08-303-36/+94
* Remove unused variableJack Lloyd2018-08-261-1/+0
* Merge GH #1662 Add AVX2 ChaChaJack Lloyd2018-08-264-12/+304
|\
| * Add AVX2 version of ChaChaJack Lloyd2018-08-264-12/+304
* | Simplify code for SIMD_4x32::rhoJack Lloyd2018-08-261-49/+4
|/
* Move AVX2 wrapper to utilsJack Lloyd2018-08-244-259/+218
* AVX2Jack Lloyd2018-08-241-56/+62
* Serpent 8x decryptJack Lloyd2018-08-242-88/+118
* WIP for Serpent AVX2Jack Lloyd2018-08-244-7/+415
* Merge GH #1659 Report correct size for XMSS signaturesJack Lloyd2018-08-241-2/+4
|\