aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add build supportJack Lloyd2019-09-041-2/+13
* Some cleanupsJack Lloyd2019-09-041-54/+52
* Unroll blocks by 2xJack Lloyd2019-09-032-70/+188
* Avoid runtime endian dispatch when value is known staticallyJack Lloyd2019-09-011-8/+34
* Support NEON for AES vector permutesJack Lloyd2019-09-018-113/+172
* Fix path to PKCS11 libraryJack Lloyd2019-09-011-1/+1
* Merge GH #2093 Abstract the SSSE3 code for vector permute AESJack Lloyd2019-09-013-614/+512
|\
| * Build fixesJack Lloyd2019-08-312-3/+2
| * Abstract the AES SSSE3 implementation to support other SIMDJack Lloyd2019-08-313-613/+512
* | Fix warning - always_inline attribute wants also inlineJack Lloyd2019-08-311-1/+1
|/
* Merge GH #2092 Add BOTAN_FORCE_INLINE to fix BLAKE2b MSVC performance issueJack Lloyd2019-08-312-3/+20
|\
| * Add BOTAN_FORCE_INLINE and use it in BLAKE2bJack Lloyd2019-08-312-3/+20
* | Merge GH #2091 Use a vendor package for SoftHSMJack Lloyd2019-08-313-14/+25
|\ \
| * | Use SoftHSM from Ubuntu package repositoryJack Lloyd2019-08-303-14/+25
| |/
* | Merge GH #2090 Fix PBKDF long loop when iterations == 0Jack Lloyd2019-08-312-0/+12
|\ \
| * | Fix PBKDF2 with zero iterationsJack Lloyd2019-08-312-0/+12
| |/
* / Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-305-71/+52
|/
* Don't strictly require auto_rng in tls_proxyJack Lloyd2019-08-281-2/+11
* Fixes and tweaks from feedbackDavid Carlier2019-08-282-27/+25
* locked pages, making the tag id possibly configurable.David Carlier2019-08-282-8/+31
* Fix test to account for compression reportJack Lloyd2019-08-271-2/+6
* Merge GH #2026 Add support for POWER9 hardware RNGJack Lloyd2019-08-2710-1/+124
|\
| * Use inline asm to avoid GCC bug. Handle RNG failureJack Lloyd2019-08-272-13/+42
| * Add support for POWER9 DARN RNGJack Lloyd2019-08-2710-1/+95
* | Add a cmdlet which allows sampling/testing raw entropy sourcesJack Lloyd2019-08-272-0/+128
|/
* Fix a carry handling bug in StreebogJack Lloyd2019-08-262-3/+16
* Fix a bug in CAST-128 affecting 11, 13, 14, or 15 byte keysJack Lloyd2019-08-263-2/+35
* Bump Argon2 version to indicate support for long outputsJack Lloyd2019-08-241-1/+1
* Merge GH #2080 Remove use of pow_mod.h interfaces from within libraryJack Lloyd2019-08-2412-251/+202
|\
| * Fix buildJack Lloyd2019-08-242-1/+3
| * Inline the fixed window and Montgomery strategies into pow_mod.cppJack Lloyd2019-08-236-198/+133
| * Remove pow_mod.h from power_mod implementationJack Lloyd2019-08-231-19/+23
| * Remove pow_mod.h from ElGamalJack Lloyd2019-08-231-12/+25
| * Remove pow_mod.h from Diffie-HellmanJack Lloyd2019-08-231-7/+17
| * Remove modexp based inversion from speed testJack Lloyd2019-08-231-9/+0
| * Remove unused includeJack Lloyd2019-08-231-1/+0
| * Remove use of pow_mod.h from PKCS11 RSA codeJack Lloyd2019-08-231-4/+1
* | Fix LGTM alertJack Lloyd2019-08-231-1/+6
* | Support long outputs from Argon2Jack Lloyd2019-08-232-3/+2260
|/
* Merge GH #2070 Precompute RSA Montgomery paramsJack Lloyd2019-08-235-184/+328
|\
| * Fix python testJack Lloyd2019-08-172-2/+6
| * Fixes for PKCS11Jack Lloyd2019-08-172-19/+19
| * Have RSA key precompute Montgomery parametersJack Lloyd2019-08-172-163/+303
* | Fix bad compare in BigInt <<=Jack Lloyd2019-08-231-1/+1
* | Small BigInt optimizationsJack Lloyd2019-08-224-14/+15
* | In threaded mode tests, disable mlock pool unless requestedJack Lloyd2019-08-211-0/+11
* | Take sccache from upstream release instead of botan-ci-tools repoJack Lloyd2019-08-202-3/+5
* | Merge GH #2051 Have cli sign util update stateful keysJack Lloyd2019-08-204-2/+55
|\ \
| * | Updates private key prior to signature outputMatthias Gierlings2019-08-171-2/+5
| * | Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-304-0/+50