aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Ed25519 key type and testsJack Lloyd2017-06-078-25/+3733
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379
* Merge GH #1064 Use binary IO for output filesJack Lloyd2017-06-072-4/+4
|\
| * Fix missing binary mode flag on compression ofstreamsVolker Aßmann2017-06-062-4/+4
* | Merge GH #1063 Use binary file IO in compress utilJack Lloyd2017-06-051-2/+2
|\|
| * Added std::ios::binary option for istream open in compression. WithoutVolker Aßmann2017-06-051-2/+2
|/
* Add --ecc-groups= option to speedJack Lloyd2017-06-041-37/+41
* Add basic test for TPM UUID classJack Lloyd2017-06-042-3/+32
* Correct failure when renegotiating with old serverJack Lloyd2017-06-041-1/+1
* Add FFI func botan_scrub_memJack Lloyd2017-05-293-0/+16
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-292-5/+16
* Merge GH #1060 Add PGP-S2KJack Lloyd2017-05-286-2/+285
|\
| * Document that timed calibration is not available for PGP-S2KJack Lloyd2017-05-272-11/+51
| * Add (back) OpenPGP-S2KJack Lloyd2017-05-276-2/+245
|/
* Merge GH #1059 Add botan_hash_copy_state FFI functionJack Lloyd2017-05-264-0/+38
|\
| * Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-254-0/+38
|/
* Merge GH #1058 Fix for LibreSSLJack Lloyd2017-05-244-7/+7
|\
| * Make Botan compile with LibreSSL again.Alexander Bluhm2017-05-244-7/+7
|/
* Update newsJack Lloyd2017-05-221-1/+23
* Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0Jack Lloyd2017-05-2247-75/+341
|\
| * Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0Jack Lloyd2017-05-225-74/+130
| * Fix for old GCC and ClangJack Lloyd2017-05-222-2/+2
| * Add HashFunction::copy_stateJack Lloyd2017-05-2242-1/+186
* | Merge GH #1054 Add HOTP and TOTP algorithmsJack Lloyd2017-05-2211-0/+592
|\ \
| * | Doc and 32-bit build fixesJack Lloyd2017-05-223-7/+11
| * | Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-1910-0/+588
* | | Merge GH #1055 Add fallback RNG for the testsJack Lloyd2017-05-221-0/+37
|\ \ \
| * | | Add a bogus fallback RNG for the testsJack Lloyd2017-05-211-0/+37
* | | | Merge GH #844 Add support for ARMv8 SHA instructionsJack Lloyd2017-05-2212-52/+890
|\ \ \ \ | |_|_|/ |/| | |
| * | | Disable ARMv8 SHA extensions on 32-bitJack Lloyd2017-05-222-2/+2
| * | | Change SHA-2 to use a single convention for CPU extnJack Lloyd2017-05-203-9/+8
| * | | Set minimum compiler versions for ARMv8 SHA intrinsicsJack Lloyd2017-05-202-0/+10
| * | | Small cleanups for ARM SHA codeJack Lloyd2017-05-205-16/+411
| * | | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-207-43/+255
| * | | Add ARMv8 SHA-1 supportJack Lloyd2017-05-204-0/+222
| |/ /
* | | Merge GH #1053 Fix path length constraint checking (GH #991)Jack Lloyd2017-05-2114-5/+310
|\ \ \ | |/ / |/| |
| * | fix pathLenConstraint validationDaniel Neus2017-05-1914-5/+310
* | | Fix warningsJack Lloyd2017-05-192-3/+3
| |/ |/|
* | Fixes for MSVC version detectionJack Lloyd2017-05-192-10/+24
* | Merge GH #826 Add support for Intel SHA instructionsJack Lloyd2017-05-1913-2/+485
|\ \
| * | Set minimum compiler versions for SHA intrinsicsJack Lloyd2017-05-192-0/+12
| * | Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-1913-2/+473
* | | Add SM3 OIDs and PKCSv1.5 hash prefixJack Lloyd2017-05-193-1/+16
* | | Change clang regex format to just look for major.minorJack Lloyd2017-05-191-1/+1
* | | Don't error out the build if compiler version does not match expected formatJack Lloyd2017-05-191-2/+3
* | | Bump pylint max-module-linesJack Lloyd2017-05-191-1/+1
|/ /
* | Merge GH #359 Add botan cli encryption toolJack Lloyd2017-05-194-0/+355
|\ \
| * | Fix 3 space indentSimon Warta2017-04-181-4/+4
| * | Add BOTAN_HAS_AEAD_MODES requirement for encryption cliSimon Warta2017-04-182-2/+2
| * | Run cli tests on TravisSimon Warta2017-04-181-0/+7