aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Some linting cleanups for cli_tests.pySimon Warta2017-04-181-6/+6
| * | Update registration format of "encryption" cli commandSimon Warta2017-04-181-2/+2
| * | Add more ciphersSimon Warta2017-04-182-13/+71
| * | Fix whitespace errorsSimon Warta2017-04-182-3/+3
| * | Fix bug in vecparser: member must not be staticSimon Warta2017-04-181-2/+1
| * | Adapt cli command encryption to new cli interfaceSimon Warta2017-04-181-37/+42
| * | Add botan encryption cli appSimon Warta2017-04-183-0/+286
* | | Merge GH #1043 Fix CMake generatorJack Lloyd2017-05-191-26/+59
|\ \ \
| * | | Fix StyleRyuhei Mori2017-05-071-32/+31
| * | | Fix StylesRyuhei Mori2017-05-061-11/+13
| * | | Fix CMake Generator for visual studioRyuhei Mori2017-05-061-16/+48
* | | | Merge GH #1052 Add build-time compiler detectionJack Lloyd2017-05-193-21/+108
|\ \ \ \
| * | | | Fucking AppleJack Lloyd2017-05-181-4/+29
| * | | | Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-183-21/+83
* | | | | Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-198-5/+96
|\ \ \ \ \
| * | | | | Accept SHA1 and SHA-1 as aliases for hash_idJack Lloyd2017-05-181-2/+3
| * | | | | Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-187-3/+93
| | |_|_|/ | |/| | |
* | | | | Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-199-43/+243
|\ \ \ \ \
| * | | | | Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-139-43/+243
* | | | | | Update 2.2.0 news entryJack Lloyd2017-05-181-2/+21
| |_|/ / / |/| | | |
* | | | | Maintainer mode fixesJack Lloyd2017-05-182-4/+9
* | | | | Add ability to clear cpuid bits before running benchmarks.Jack Lloyd2017-05-181-1/+14
* | | | | Ignore core filesJack Lloyd2017-05-181-0/+3
| |/ / / |/| | |
* | | | Merge GH #1045 Fix botan_privkey_load_rsa misleading parameter nameJack Lloyd2017-05-144-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-134-7/+7
|/ / /
* | | Fix configure bug breaking --with-external-libdirJack Lloyd2017-05-131-0/+1
* | | 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-066-1/+3072
|\ \ \
| * | | Align with comments from code reviewKrzysztof Kwiatkowski2017-05-042-6/+5
| * | | KDF SP800-56A: Add test vectors with 0 length salt to improve coverageKrzysztof Kwiatkowski2017-05-031-0/+60
| * | | Use uint64_t to represent 32-bit number (fixes unittests)Krzysztof Kwiatkowski2017-05-031-1/+1
| * | | Update copyright headersKrzysztof Kwiatkowski2017-05-032-2/+6
| * | | Add vectors for HMAC backed SP800-56A KDFKrzysztof Kwiatkowski2017-05-031-2/+1417
| * | | 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-036-1/+1549