aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge GH #1687 Recognize i586 as a target nameJack Lloyd2018-09-171-0/+1
|\ \
| * | Fix build with i586Fabrice Fontaine2018-09-161-0/+1
|/ /
* | Simplify BigInt::get_substring a bitJack Lloyd2018-09-152-10/+40
* | 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
* | Update newsJack Lloyd2018-09-131-0/+2
* | Merge GH #1685 Split cast into cast128 and cast256 modulesJack Lloyd2018-09-1310-5/+13
|\ \
| * | Split 'cast' module into CAST-128 and CAST-256Jack Lloyd2018-09-1310-5/+13
* | | Small doc tweaksJack Lloyd2018-09-133-7/+19
|/ /
* | Update newsJack Lloyd2018-09-131-0/+2
* | Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-1324-664/+1885
|\ \
| * | Test Scrypt private key encryptionJack Lloyd2018-09-101-3/+18
| * | 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 testsJack Lloyd2018-09-104-19/+148
| * | Add from_iterationsJack Lloyd2018-09-108-13/+57
| * | Update docsJack Lloyd2018-09-101-65/+122
| * | Add pbkdf_tune command line utilJack Lloyd2018-09-101-0/+99
| * | 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-104-302/+346
* | | Force Sphinx version to 1.7.9 to work around a problem in 1.8Jack Lloyd2018-09-131-1/+1
* | | Some document fixesJack Lloyd2018-09-133-9/+15
* | | Fix TLS client CLI which was broken by disabling v1.0/v1.1 by defaultJack Lloyd2018-09-122-12/+56
* | | Create proper KATs for cryptobox functionJack Lloyd2018-09-122-42/+134
* | | Use VC runtime MDd only if --debug-mode is usedJack Lloyd2018-09-111-4/+4
* | | Fix certstore testsJack Lloyd2018-09-112-2/+4
* | | Better error repoting for invalid/out of range --buf-size argJack Lloyd2018-09-101-2/+7
* | | Update newsJack Lloyd2018-09-101-2/+3
* | | Merge GH #1681 Add FFI functions for X25519 handlingJack Lloyd2018-09-105-0/+160
|\ \ \
| * | | Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-105-0/+160
|/ / /
* | | Update news, todoJack Lloyd2018-09-102-3/+3
* | | Merge GH #1673 Add CommonCrypto block cipher interfaceJack Lloyd2018-09-107-5/+221
|\ \ \
| * | | Add CommonCrypto block cipher supportJose Pereira2018-09-107-5/+221
* | | | Remove redundant definesJack Lloyd2018-09-101-2/+0
|/ / /
* | | Merge GH #1674 Add CommonCrypto cipher modesJack Lloyd2018-09-107-8/+463
|\ \ \
| * | | Add CommonCrypto cipher modes supportJose Pereira2018-09-096-6/+461
| * | | Fix cipher mode speed benchmark ignoring provider argumentJose Pereira2018-09-061-2/+2
| | |/ | |/|
* | | Report if Serpent is using AVX2Jack Lloyd2018-09-101-0/+7
| |/ |/|
* | Merge GH #1679 Support hashing a digest directly with SM2Jack Lloyd2018-09-093-57/+112
|\ \
| * | Support SM2 raw signaturesJack Lloyd2018-09-093-57/+112
* | | Drop all mention of 1.10 from the readme [ci skip]Jack Lloyd2018-09-091-16/+1
|/ /
* | Merge GH #1678 Add read_kv utility functionJack Lloyd2018-09-094-3/+238
|\ \
| * | Add read_kv for parsing strings with key/value pairsJack Lloyd2018-09-094-3/+238
| |/