aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1066 Add Ed25519 signature schemeJack Lloyd2017-06-0914-1/+4860
|\
| * Fix 32-bit error in Ed25519Jack Lloyd2017-06-093-24/+21
| * Fix FFI build when Ed25519 disabledJack Lloyd2017-06-091-1/+11
| * Add FFI test and test data from PGP draftJack Lloyd2017-06-081-1/+1
| * 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
| * Add Ed25519 key type and testsJack Lloyd2017-06-075-25/+383
| * 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
* | 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
* | fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-086-2/+10
|/
* Add basic test for TPM UUID classJack Lloyd2017-06-041-3/+3
* Correct failure when renegotiating with old serverJack Lloyd2017-06-041-1/+1
* Add FFI func botan_scrub_memJack Lloyd2017-05-292-0/+12
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-291-5/+11
* Document that timed calibration is not available for PGP-S2KJack Lloyd2017-05-272-11/+51
* Add (back) OpenPGP-S2KJack Lloyd2017-05-274-0/+176
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-252-0/+14
* Make Botan compile with LibreSSL again.Alexander Bluhm2017-05-243-6/+6
* Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0Jack Lloyd2017-05-2246-74/+332
|\
| * 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-2241-0/+177
* | Merge GH #1054 Add HOTP and TOTP algorithmsJack Lloyd2017-05-225-0/+242
|\ \
| * | Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-195-0/+242
* | | Merge GH #844 Add support for ARMv8 SHA instructionsJack Lloyd2017-05-229-44/+488
|\ \ \ | |_|/ |/| |
| * | 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-204-16/+24
| * | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-204-35/+240
| * | Add ARMv8 SHA-1 supportJack Lloyd2017-05-204-0/+222
* | | Merge GH #1053 Fix path length constraint checking (GH #991)Jack Lloyd2017-05-212-5/+34
|\ \ \ | |/ / |/| |
| * | fix pathLenConstraint validationDaniel Neus2017-05-192-5/+34
* | | Fix warningsJack Lloyd2017-05-191-1/+1
| |/ |/|
* | Fixes for MSVC version detectionJack Lloyd2017-05-191-1/+1
* | Merge GH #826 Add support for Intel SHA instructionsJack Lloyd2017-05-198-1/+477
|\ \
| * | Set minimum compiler versions for SHA intrinsicsJack Lloyd2017-05-192-0/+12
| * | Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-198-1/+465
* | | Add SM3 OIDs and PKCSv1.5 hash prefixJack Lloyd2017-05-192-1/+13
|/ /
* | Merge GH #1052 Add build-time compiler detectionJack Lloyd2017-05-191-3/+3
|\ \
| * | Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-181-3/+3
* | | Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-196-5/+61
|\ \ \
| * | | Accept SHA1 and SHA-1 as aliases for hash_idJack Lloyd2017-05-181-2/+3
| * | | Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-185-3/+58
| | |/ | |/|
* | | Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-196-35/+38
|\ \ \ | |_|/ |/| |