aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \ | |_|/ |/| |
| * | Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-136-35/+38
* | | Maintainer mode fixesJack Lloyd2017-05-182-4/+9
| |/ |/|
* | Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-132-4/+4
|/
* Post-merge changes to SP 800-56A KDF (GH #1040)Jack Lloyd2017-05-063-77/+120
* Merge GH #1040 Add SP800-56A KDFJack Lloyd2017-05-064-0/+178
|\
| * Align with comments from code reviewKrzysztof Kwiatkowski2017-05-042-6/+5
| * Use uint64_t to represent 32-bit number (fixes unittests)Krzysztof Kwiatkowski2017-05-031-1/+1
| * Update copyright headersKrzysztof Kwiatkowski2017-05-032-2/+6
| * SP800-56A revision 2 implementationKrzysztof Kwiatkowski2017-05-033-29/+74
| * Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...Krzysztof Kwiatkowski2017-05-034-0/+130