| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge GH #1215 Deprecate package transform | Jack Lloyd | 2017-09-19 | 1 | -1/+5 |
|\ |
|
| * | Deprecate package transform | Jack Lloyd | 2017-09-19 | 1 | -0/+2 |
| * | Disable broken package transform test | Jack Lloyd | 2017-09-19 | 1 | -1/+3 |
* | | Add basic tests for const time utils | Jack Lloyd | 2017-09-19 | 3 | -0/+41 |
|/ |
|
* | Merge GH #1205 Support large blocks in OCB mode | Jack Lloyd | 2017-09-19 | 5 | -1/+345 |
|\ |
|
| * | Change wide block OCB | Jack Lloyd | 2017-09-15 | 5 | -19/+94 |
| * | Fix bugs in OCB long test | Jack Lloyd | 2017-09-11 | 1 | -5/+7 |
| * | Support larger block sizes in OCB | Jack Lloyd | 2017-09-10 | 4 | -0/+267 |
* | | Merge duplicated logic for clearing CPUID bits | Jack Lloyd | 2017-09-16 | 1 | -40/+1 |
* | | Update Wycheproof GCM tests | Jack Lloyd | 2017-09-15 | 1 | -6/+38 |
* | | some formatting | Atanas Filyanov | 2017-09-15 | 1 | -1/+5 |
* | | reenable 8 byte gcm tags | Atanas Filyanov | 2017-09-15 | 1 | -0/+9 |
* | | Allow GCM tag size in the range 96..128 bits | Atanas Filyanov | 2017-09-14 | 1 | -15/+43 |
* | | Merge GH #1208 Fix decoding of RFC 5915 ECC keys | Jack Lloyd | 2017-09-13 | 2 | -2/+31 |
|\ \ |
|
| * | | Remove inner/outer OID check in EC_PrivateKey ctor | René Korthaus | 2017-09-13 | 2 | -2/+31 |
* | | | allow 12 byte GCM tags and add test vectors | Atanas Filyanov | 2017-09-13 | 1 | -0/+48 |
|/ / |
|
* | | Reference the right pipe | Jack Lloyd | 2017-09-11 | 1 | -1/+1 |
* | | Merge GH #1202 Fix CFB IV carryover closes #1200 | Jack Lloyd | 2017-09-11 | 1 | -0/+71 |
|\ \
| |/
|/| |
|
| * | Address CFB carryover bug | Jack Lloyd | 2017-09-10 | 1 | -0/+71 |
* | | Change SM2 encryption to match updated standard. | Jack Lloyd | 2017-09-10 | 1 | -1/+2 |
* | | Fix a couple more VC warnings | Jack Lloyd | 2017-09-10 | 2 | -3/+3 |
* | | Fix bogus ffi test | Jack Lloyd | 2017-09-10 | 1 | -1/+1 |
|/ |
|
* | Fix loading of plaintext PKCS#8 private keys | René Korthaus | 2017-09-08 | 1 | -3/+10 |
* | Merge GH #1189 Correct return value of botan_pk_op_verify_finish | Jack Lloyd | 2017-09-07 | 1 | -9/+9 |
|\ |
|
| * | Correct return value of botan_pk_op_verify_finish | Jack Lloyd | 2017-09-06 | 1 | -9/+9 |
* | | Add support for computing SM2 ZA field to FFI | Jack Lloyd | 2017-09-06 | 1 | -0/+8 |
* | | Support arbitrary hashes for SM2 signatures | Jack Lloyd | 2017-09-06 | 2 | -2/+3 |
* | | Support arbitrary hashes for SM2 encryption | Jack Lloyd | 2017-09-05 | 1 | -3/+3 |
|/ |
|
* | Simplify polynomial doubling code | Jack Lloyd | 2017-09-05 | 1 | -0/+13 |
* | Output errors to cerr | Jack Lloyd | 2017-09-02 | 1 | -4/+4 |
* | Support a negative base in power_mod | Jack Lloyd | 2017-09-02 | 2 | -0/+28 |
* | Add a script for running TLS-Attacker, remove old shell scripts | Jack Lloyd | 2017-09-02 | 1 | -0/+29 |
* | Change http://botan.randombit.net to https URIs | Jack Lloyd | 2017-09-01 | 1 | -3/+3 |
* | Merge GH #1169 Add LLVM bitcode target | Jack Lloyd | 2017-08-31 | 1 | -2/+15 |
|\ |
|
| * | Add support for LLVM bitcode target | Jack Lloyd | 2017-08-30 | 1 | -2/+15 |
* | | Fix a few more MSVC warnings | Jack Lloyd | 2017-08-31 | 3 | -5/+5 |
* | | More MSVC warnings fixes | Jack Lloyd | 2017-08-31 | 2 | -3/+3 |
* | | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 2 | -3/+3 |
|/ |
|
* | Remove hard-coded fuzz tests | Jack Lloyd | 2017-08-25 | 56 | -455/+0 |
* | Use correct padding mode in ARIA CBC test | Jack Lloyd | 2017-08-23 | 1 | -1/+1 |
* | Cleanup ARIA | Jack Lloyd | 2017-08-23 | 1 | -3/+10 |
* | Add missing ARIA test vectors (GH #1004) | Jeffrey Walton | 2017-08-23 | 1 | -0/+35 |
* | Simplify botan_privkey_create_XXX | Jack Lloyd | 2017-08-22 | 1 | -2/+2 |
* | Add dh functions in ffi | Konstantinos Kolelis | 2017-08-22 | 1 | -7/+128 |
* | Add is_passhash9_alg_supported() | René Korthaus | 2017-08-19 | 2 | -24/+22 |
* | Add guards for MAC and hash algo used in passhash9 tests | René Korthaus | 2017-08-18 | 1 | -1/+16 |
* | More ECDSA Raw(hash) tests | Jack Lloyd | 2017-08-16 | 1 | -0/+17 |
* | Allow signature using `Raw(hashname)` | Jack Lloyd | 2017-08-15 | 3 | -1/+41 |
* | Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcs | Jack Lloyd | 2017-08-15 | 1 | -0/+30 |
* | Merge GH #1151 Add SHACAL2 | Jack Lloyd | 2017-08-15 | 1 | -0/+4097 |
|\ |
|