Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add a bogus fallback RNG for the tests | Jack Lloyd | 2017-05-21 | 1 | -0/+37 | |
* | | | | Merge GH #844 Add support for ARMv8 SHA instructions | Jack Lloyd | 2017-05-22 | 12 | -52/+890 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Disable ARMv8 SHA extensions on 32-bit | Jack Lloyd | 2017-05-22 | 2 | -2/+2 | |
| * | | | Change SHA-2 to use a single convention for CPU extn | Jack Lloyd | 2017-05-20 | 3 | -9/+8 | |
| * | | | Set minimum compiler versions for ARMv8 SHA intrinsics | Jack Lloyd | 2017-05-20 | 2 | -0/+10 | |
| * | | | Small cleanups for ARM SHA code | Jack Lloyd | 2017-05-20 | 5 | -16/+411 | |
| * | | | Add SHA-256 using ARMv8 instructions | Jack Lloyd | 2017-05-20 | 7 | -43/+255 | |
| * | | | Add ARMv8 SHA-1 support | Jack Lloyd | 2017-05-20 | 4 | -0/+222 | |
| |/ / | ||||||
* | | | Merge GH #1053 Fix path length constraint checking (GH #991) | Jack Lloyd | 2017-05-21 | 14 | -5/+310 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fix pathLenConstraint validation | Daniel Neus | 2017-05-19 | 14 | -5/+310 | |
* | | | Fix warnings | Jack Lloyd | 2017-05-19 | 2 | -3/+3 | |
| |/ |/| | ||||||
* | | Fixes for MSVC version detection | Jack Lloyd | 2017-05-19 | 2 | -10/+24 | |
* | | Merge GH #826 Add support for Intel SHA instructions | Jack Lloyd | 2017-05-19 | 13 | -2/+485 | |
|\ \ | ||||||
| * | | Set minimum compiler versions for SHA intrinsics | Jack Lloyd | 2017-05-19 | 2 | -0/+12 | |
| * | | Add support for Intel SHA-1/SHA-2 instructions | Jack Lloyd | 2017-05-19 | 13 | -2/+473 | |
* | | | Add SM3 OIDs and PKCSv1.5 hash prefix | Jack Lloyd | 2017-05-19 | 3 | -1/+16 | |
* | | | Change clang regex format to just look for major.minor | Jack Lloyd | 2017-05-19 | 1 | -1/+1 | |
* | | | Don't error out the build if compiler version does not match expected format | Jack Lloyd | 2017-05-19 | 1 | -2/+3 | |
* | | | Bump pylint max-module-lines | Jack Lloyd | 2017-05-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge GH #359 Add botan cli encryption tool | Jack Lloyd | 2017-05-19 | 4 | -0/+355 | |
|\ \ | ||||||
| * | | Fix 3 space indent | Simon Warta | 2017-04-18 | 1 | -4/+4 | |
| * | | Add BOTAN_HAS_AEAD_MODES requirement for encryption cli | Simon Warta | 2017-04-18 | 2 | -2/+2 | |
| * | | Run cli tests on Travis | Simon Warta | 2017-04-18 | 1 | -0/+7 | |
| * | | Some linting cleanups for cli_tests.py | Simon Warta | 2017-04-18 | 1 | -6/+6 | |
| * | | Update registration format of "encryption" cli command | Simon Warta | 2017-04-18 | 1 | -2/+2 | |
| * | | Add more ciphers | Simon Warta | 2017-04-18 | 2 | -13/+71 | |
| * | | Fix whitespace errors | Simon Warta | 2017-04-18 | 2 | -3/+3 | |
| * | | Fix bug in vecparser: member must not be static | Simon Warta | 2017-04-18 | 1 | -2/+1 | |
| * | | Adapt cli command encryption to new cli interface | Simon Warta | 2017-04-18 | 1 | -37/+42 | |
| * | | Add botan encryption cli app | Simon Warta | 2017-04-18 | 3 | -0/+286 | |
* | | | Merge GH #1043 Fix CMake generator | Jack Lloyd | 2017-05-19 | 1 | -26/+59 | |
|\ \ \ | ||||||
| * | | | Fix Style | Ryuhei Mori | 2017-05-07 | 1 | -32/+31 | |
| * | | | Fix Styles | Ryuhei Mori | 2017-05-06 | 1 | -11/+13 | |
| * | | | Fix CMake Generator for visual studio | Ryuhei Mori | 2017-05-06 | 1 | -16/+48 | |
* | | | | Merge GH #1052 Add build-time compiler detection | Jack Lloyd | 2017-05-19 | 3 | -21/+108 | |
|\ \ \ \ | ||||||
| * | | | | Fucking Apple | Jack Lloyd | 2017-05-18 | 1 | -4/+29 | |
| * | | | | Let modules specify minimum compiler version, add runtime compiler version check | Jack Lloyd | 2017-05-18 | 3 | -21/+83 | |
* | | | | | Merge GH #1051 Extensions for PKCSv1.5 signature formatting | Jack Lloyd | 2017-05-19 | 8 | -5/+96 | |
|\ \ \ \ \ | ||||||
| * | | | | | Accept SHA1 and SHA-1 as aliases for hash_id | Jack Lloyd | 2017-05-18 | 1 | -2/+3 | |
| * | | | | | Add botan_pkcs_hash_id to FFI | Jack Lloyd | 2017-05-18 | 7 | -3/+93 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphers | Jack Lloyd | 2017-05-19 | 9 | -43/+243 | |
|\ \ \ \ \ | ||||||
| * | | | | | Handle IV carryover in CBC, CFB, and stream ciphers | Jack Lloyd | 2017-05-13 | 9 | -43/+243 | |
* | | | | | | Update 2.2.0 news entry | Jack Lloyd | 2017-05-18 | 1 | -2/+21 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Maintainer mode fixes | Jack Lloyd | 2017-05-18 | 2 | -4/+9 | |
* | | | | | Add ability to clear cpuid bits before running benchmarks. | Jack Lloyd | 2017-05-18 | 1 | -1/+14 | |
* | | | | | Ignore core files | Jack Lloyd | 2017-05-18 | 1 | -0/+3 | |
| |/ / / |/| | | | ||||||
* | | | | Merge GH #1045 Fix botan_privkey_load_rsa misleading parameter name | Jack Lloyd | 2017-05-14 | 4 | -7/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix botan_privkey_load_rsa misleading parameter names. | Daniel Wyatt | 2017-05-13 | 4 | -7/+7 | |
|/ / / | ||||||
* | | | Fix configure bug breaking --with-external-libdir | Jack Lloyd | 2017-05-13 | 1 | -0/+1 | |
* | | | Post-merge changes to SP 800-56A KDF (GH #1040) | Jack Lloyd | 2017-05-06 | 3 | -77/+120 |