aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Formatting fix [ci skip]Jack Lloyd2018-07-071-1/+1
* Minor doc updatesJack Lloyd2018-07-062-10/+16
* Bump version to 2.8.0-preJack Lloyd2018-07-062-1/+12
* Prefetch AES tables during the key scheduleJack Lloyd2018-07-061-8/+27
* Document new flag for setting bcrypt version [ci skip]Jack Lloyd2018-07-052-6/+16
* Document how to disable OS features [ci skip]Jack Lloyd2018-07-051-0/+27
* 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-042-1/+10
* Document need for IMPLICIT to enable static RSA ciphersuitesJack Lloyd2018-07-041-7/+20
* More CLI testsJack Lloyd2018-07-042-17/+76
* Merge GH #1620 Add pk_encrypt/pk_decrypt CLI commandsJack Lloyd2018-07-046-5/+291
|\
| * Need to bypass OpenSSL-based RSA keygenJack Lloyd2018-07-042-4/+5
| * Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-045-2/+287
|/
* Todos [ci skip]Jack Lloyd2018-07-031-8/+4
* Fix some document formatting bugsJack Lloyd2018-07-034-15/+11
* 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-024-2/+7
* Update release process checklistJack Lloyd2018-07-021-0/+8
* Update for 2.7.0 release2.7.0Jack Lloyd2018-07-022-4/+4
* Correct Doxygen errorsJack Lloyd2018-07-024-10/+11
* Add OID for ChaCha20Poly1305Jack Lloyd2018-07-012-1/+5
* Update news [ci skip]Jack Lloyd2018-07-011-20/+42
* Lint fixesJack Lloyd2018-06-301-8/+5
* Correct test for subcommand existingJack Lloyd2018-06-301-1/+1
* Document how to use timing_test [ci skip]Jack Lloyd2018-06-301-0/+23
* 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
* Better document security status of included hashesJack Lloyd2018-06-281-9/+14
* Add --no-fsname option to hash cliJack Lloyd2018-06-281-2/+8