| Commit message (Expand) | Author | Age | Files | Lines |
* | CI build using Python script to orchestrate | Jack Lloyd | 2017-08-29 | 2 | -1/+259 |
* | Merge GH #1158 Add build mode for fuzzer tests | Jack Lloyd | 2017-08-29 | 94 | -822/+455 |
|\ |
|
| * | Remove hard-coded fuzz tests | Jack Lloyd | 2017-08-25 | 56 | -455/+0 |
| * | Run fuzzers under coverage tests as well | Jack Lloyd | 2017-08-25 | 1 | -6/+8 |
| * | Flush stdout for CI | Jack Lloyd | 2017-08-25 | 1 | -0/+1 |
| * | Fix bad iterator deref in OpenSSL RSA | Jack Lloyd | 2017-08-25 | 1 | -1/+3 |
| * | Report corpus counts, add --gdb option | Jack Lloyd | 2017-08-25 | 1 | -15/+66 |
| * | Add a guard to avoid doing &v[1] when v.size() == 1 | Jack Lloyd | 2017-08-25 | 1 | -2/+6 |
| * | Create new fuzzer build mode | Jack Lloyd | 2017-08-25 | 36 | -362/+390 |
* | | Avoid using GCC ivdep pragma in GCC 4.8 [ci skip] | Jack Lloyd | 2017-08-28 | 1 | -1/+1 |
* | | Fix Doxygen build [ci skip] | Jack Lloyd | 2017-08-27 | 1 | -1/+4 |
* | | Add compatibility comment for getauxval on Android | Simon Warta | 2017-08-27 | 1 | -0/+2 |
|/ |
|
* | Add ARIA option to TLS suite info generator | Jack Lloyd | 2017-08-23 | 1 | -1/+9 |
* | Use correct padding mode in ARIA CBC test | Jack Lloyd | 2017-08-23 | 1 | -1/+1 |
* | Fix TLS ciphersuite generator for ARIA | Jack Lloyd | 2017-08-23 | 1 | -2/+2 |
* | Cleanup ARIA | Jack Lloyd | 2017-08-23 | 3 | -382/+261 |
* | Add missing ARIA test vectors (GH #1004) | Jeffrey Walton | 2017-08-23 | 1 | -0/+35 |
* | Add ARIA Block Cipher (GH #1004) | Jeffrey Walton | 2017-08-23 | 4 | -0/+738 |
* | Fix bug affecting AltiVec on ppc64le processors | Jack Lloyd | 2017-08-23 | 1 | -8/+2 |
* | Fix Altivec detection | Jack Lloyd | 2017-08-22 | 1 | -2/+2 |
* | Add support for ECDHE_PSK AEAD ciphersuites | Jack Lloyd | 2017-08-22 | 2 | -4/+11 |
* | libFuzzer has moved in the LLVM svn | Jack Lloyd | 2017-08-22 | 1 | -2/+2 |
* | Remove BOTAN_PARALLEL_FOR from T-table AES | Jack Lloyd | 2017-08-22 | 1 | -1/+1 |
* | Simplify botan_privkey_create_XXX | Jack Lloyd | 2017-08-22 | 2 | -89/+18 |
* | Add dh functions in ffi | Konstantinos Kolelis | 2017-08-22 | 3 | -7/+224 |
* | Merge GH #1154 Add check for passhash9 algo being available in tests | Jack Lloyd | 2017-08-19 | 4 | -9/+37 |
|\ |
|
| * | Add is_passhash9_alg_supported() | René Korthaus | 2017-08-19 | 4 | -24/+37 |
| * | Add guards for MAC and hash algo used in passhash9 tests | René Korthaus | 2017-08-18 | 1 | -1/+16 |
* | | Newhope cleanups | Jack Lloyd | 2017-08-18 | 3 | -664/+669 |
|/ |
|
* | Change type of botan_scrub_mem from uint8_t* to void* | Jack Lloyd | 2017-08-17 | 2 | -2/+2 |
* | In SHACAL2 be smarter about how the round keys are loaded | Jack Lloyd | 2017-08-16 | 1 | -9/+15 |
* | Optimize SHACAL2 | Jack Lloyd | 2017-08-16 | 2 | -46/+20 |
* | More ECDSA Raw(hash) tests | Jack Lloyd | 2017-08-16 | 1 | -0/+17 |
* | Allow signature using `Raw(hashname)` | Jack Lloyd | 2017-08-15 | 6 | -8/+79 |
* | Update FFI version | Jack Lloyd | 2017-08-15 | 2 | -5/+13 |
* | Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcs | Jack Lloyd | 2017-08-15 | 3 | -3/+82 |
* | Merge GH #1151 Add SHACAL2 | Jack Lloyd | 2017-08-15 | 18 | -0/+4797 |
|\ |
|
| * | Add 2x unrolling for SHACAL2 on x86 | Jack Lloyd | 2017-08-14 | 1 | -2/+71 |
| * | Add support for SHACAL2 using x86 SHA extensions | Jack Lloyd | 2017-08-14 | 4 | -0/+109 |
| * | Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish | Jack Lloyd | 2017-08-14 | 10 | -0/+85 |
| * | Pass by reference for MSVC x86 | Jack Lloyd | 2017-08-14 | 1 | -6/+8 |
| * | Add SHACAL2 in generic SIMD | Jack Lloyd | 2017-08-13 | 6 | -0/+229 |
| * | Add SHACAL2 | Jack Lloyd | 2017-08-13 | 5 | -0/+4303 |
* | | Improve polynomial doubling code, move to util | Jack Lloyd | 2017-08-15 | 9 | -45/+431 |
* | | Unused variable warning [ci skip] | Jack Lloyd | 2017-08-14 | 1 | -1/+1 |
|/ |
|
* | Modify GOST-34.11 hash to avoid a GCC miscompilation. | Jack Lloyd | 2017-08-13 | 1 | -1/+4 |
* | Merge GH #1150 Silence clang warning in create_private_key() | Jack Lloyd | 2017-08-13 | 1 | -1/+1 |
|\ |
|
| * | Silence clang warning in create_private_key(). | Alexander Bluhm | 2017-08-13 | 1 | -1/+1 |
* | | FFI test must search test data relative to data dir. | Alexander Bluhm | 2017-08-13 | 1 | -1/+1 |
|/ |
|
* | Add http_util to module policies (GH #1109) | René Korthaus | 2017-08-07 | 3 | -0/+3 |