aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* In speed command warn if some unknown flag is passed to --clear-cpuidJack Lloyd2018-07-111-1/+7
* Fix Doxygen problemJack Lloyd2018-07-101-0/+1
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-103-9/+3
* Fix ARMv7 buildJack Lloyd2018-07-091-0/+3
* Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-0910-5/+311
* Bump version to 2.8.0-preJack Lloyd2018-07-061-1/+1
* Prefetch AES tables during the key scheduleJack Lloyd2018-07-061-8/+27
* Document new flag for setting bcrypt version [ci skip]Jack Lloyd2018-07-051-1/+1
* Small post-merge fixups of #1621Jack Lloyd2018-07-043-20/+20
* Merge GH #1621 Add PKCS#1 RSA load/store funcs to FFIJack Lloyd2018-07-043-0/+74
|\
| * Add RSA PKCS#1 key load and export functions to ffiRené Korthaus2018-07-043-0/+74
* | In cli ASN1 pretty printer default to printing context specificJack Lloyd2018-07-041-2/+2
* | Add a couple of OIDs commonly seen in certificatesJack Lloyd2018-07-042-1/+8
|/
* If building with VC2013, force user to ack deprecationJack Lloyd2018-07-041-0/+3
* More CLI testsJack Lloyd2018-07-042-17/+76
* Need to bypass OpenSSL-based RSA keygenJack Lloyd2018-07-042-4/+5
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-044-2/+279
* Fix some document formatting bugsJack Lloyd2018-07-031-2/+1
* Correct command to check for PSK cli testsJack Lloyd2018-07-021-1/+1
* Avoid having Doxygen error out except in maintainer mode buildsJack Lloyd2018-07-022-2/+5
* Correct Doxygen errorsJack Lloyd2018-07-024-10/+11
* Add OID for ChaCha20Poly1305Jack Lloyd2018-07-012-1/+5
* Lint fixesJack Lloyd2018-06-301-8/+5
* Correct test for subcommand existingJack Lloyd2018-06-301-1/+1
* Add a timing check for modular exponentiationJack Lloyd2018-06-303-24/+69
* Rename Threefish-512 AVX2 fileJack Lloyd2018-06-301-0/+0
* Support bcrypt 2b and 2yJack Lloyd2018-06-293-12/+47
* Fix handling of SHA instructions in testsJack Lloyd2018-06-294-2/+6
* Check arguments to BigInt::random_integerJack Lloyd2018-06-292-2/+5
* Fix Coverity false positiveJack Lloyd2018-06-291-0/+2
* Fix file descriptor leak in tls_serverJack Lloyd2018-06-291-0/+2
* Fix some -Wshadow warningsJack Lloyd2018-06-292-6/+5
* Add `botan has_command`Jack Lloyd2018-06-291-0/+42
* Fix CLI tests when OpenSSL is enabledJack Lloyd2018-06-291-1/+1
* More CLI testsJack Lloyd2018-06-291-5/+66
* Fix error - testing input file instead of output fileJack Lloyd2018-06-291-1/+1
* More cli tests, and a lint fixJack Lloyd2018-06-281-3/+4
* Add --max-clients= option to tls_server CLIJack Lloyd2018-06-282-3/+10
* Allow setting extended key usage when generating PKCS10Jack Lloyd2018-06-281-1/+6
* Move reduction mod q to DL_GroupJack Lloyd2018-06-284-31/+118
* Lint fixesJack Lloyd2018-06-281-7/+4
* More CLI testsJack Lloyd2018-06-282-4/+97
* Expose reduction mod p in CurveGFpJack Lloyd2018-06-283-16/+28
* Add --no-fsname option to hash cliJack Lloyd2018-06-281-2/+8
* Correct computing of discriminant in EC_Group::verify_groupJack Lloyd2018-06-272-16/+36
* Prohibit empty nonces with GCMJack Lloyd2018-06-273-5/+13
* Avoid useless multiplication in Montgomery exponentiationJack Lloyd2018-06-263-22/+39
* Add a warning about win32 stats making antivirus unhappy [ci skip]Jack Lloyd2018-06-251-0/+4
* Fix error in 1024-bit polynomial doubleJack Lloyd2018-06-252-2/+7
* Use ASCII specific function calls for Windows API callsJack Lloyd2018-06-251-3/+3