aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Curve25519_PrivateKey constructor from secret_keyFrancis Dupont2017-06-121-0/+12
* Addressed #1071 (unfinished change in master cipher_filter.cpp)Francis Dupont2017-06-121-1/+1
* Update OCB ref to RFC, and add new test vectorsJack Lloyd2017-06-122-2/+100
* Update newsJack Lloyd2017-06-091-6/+8
* Merge GH #1066 Add Ed25519 signature schemeJack Lloyd2017-06-0922-9/+8323
|\
| * Fix 32-bit error in Ed25519Jack Lloyd2017-06-093-24/+21
| * Update docsJack Lloyd2017-06-092-8/+1
| * Enable Ed25519 in 'modern' policyJack Lloyd2017-06-091-0/+1
| * Fix FFI build when Ed25519 disabledJack Lloyd2017-06-091-1/+11
| * Add FFI test and test data from PGP draftJack Lloyd2017-06-083-2/+84
| * Add missing overridesJack Lloyd2017-06-081-2/+2
| * Ed25519 FFIJack Lloyd2017-06-082-0/+104
| * Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
| * Fix inverted conditionalJack Lloyd2017-06-081-1/+1
| * Avoid move operators in MSVC2013Jack Lloyd2017-06-071-2/+6
| * Workaround unique_ptr conversion problem with old clangJack Lloyd2017-06-071-1/+1
| * Update speedJack Lloyd2017-06-071-0/+29
| * Add Ed25519 key type and testsJack Lloyd2017-06-078-25/+3733
| * Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379
* | Fix compile error in FFI when RSA disabledJack Lloyd2017-06-091-1/+1
* | Merge GH #1070 Check that key was set in OCB::encryptJack Lloyd2017-06-091-0/+2
|\ \
| * | Add assertion to ensure key is set in OCB_Encryption::encrypt.Daniel Wyatt2017-06-091-0/+2
|/ /
* | Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-084-37/+14
* | Merge GH #1068 Doxygen fixesJack Lloyd2017-06-086-2/+10
|\ \ | |/ |/|
| * fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-086-2/+10
|/
* 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
|\ \ \