Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-inline xor_buf, add SIMD and unrolling | Jack Lloyd | 2017-09-16 | 3 | -34/+133 |
* | Small cleanup in CBC mode | Jack Lloyd | 2017-09-16 | 2 | -21/+23 |
* | Small cleanup in bcrypt | Jack Lloyd | 2017-09-16 | 1 | -3/+3 |
* | Add missing override annotations | Jack Lloyd | 2017-09-16 | 1 | -6/+6 |
* | Small simplification in CAST-128 | Jack Lloyd | 2017-09-16 | 1 | -41/+41 |
* | Merge duplicated logic for clearing CPUID bits | Jack Lloyd | 2017-09-16 | 4 | -49/+48 |
* | Minor simplifications in SIMD_32 constructor | Jack Lloyd | 2017-09-16 | 1 | -2/+5 |
* | Update Wycheproof GCM tests | Jack Lloyd | 2017-09-15 | 1 | -6/+38 |
* | Merge GH #1210 Support 96...128 bit tags in GCM | Jack Lloyd | 2017-09-15 | 2 | -10/+53 |
|\ | |||||
| * | some formatting | Atanas Filyanov | 2017-09-15 | 1 | -1/+5 |
| * | reenable 8 byte gcm tags | Atanas Filyanov | 2017-09-15 | 2 | -1/+11 |
| * | Allow GCM tag size in the range 96..128 bits | Atanas Filyanov | 2017-09-14 | 2 | -16/+45 |
* | | Deprecate 64-bit GCM tags | Jack Lloyd | 2017-09-14 | 1 | -0/+2 |
|/ | |||||
* | Merge GH #1208 Fix decoding of RFC 5915 ECC keys | Jack Lloyd | 2017-09-13 | 3 | -5/+31 |
|\ | |||||
| * | Remove inner/outer OID check in EC_PrivateKey ctor | René Korthaus | 2017-09-13 | 3 | -5/+31 |
* | | Merge GH #1209 Support 96-bit tags in GCM | Jack Lloyd | 2017-09-13 | 2 | -1/+49 |
|\ \ | |/ |/| | |||||
| * | allow 12 byte GCM tags and add test vectors | Atanas Filyanov | 2017-09-13 | 2 | -1/+49 |
|/ | |||||
* | Update todos | Jack Lloyd | 2017-09-12 | 1 | -3/+4 |
* | 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 | 3 | -47/+115 |
|\ | |||||
| * | Address CFB carryover bug | Jack Lloyd | 2017-09-10 | 3 | -47/+115 |
* | | Ignore perl generated Makefile | Jack Lloyd | 2017-09-10 | 1 | -0/+1 |
* | | Change SM2 encryption to match updated standard. | Jack Lloyd | 2017-09-10 | 3 | -6/+11 |
* | | Use prebuilt ccache binary | Jack Lloyd | 2017-09-10 | 1 | -6/+1 |
* | | Remove test branch from appveyor yaml | Jack Lloyd | 2017-09-10 | 1 | -1/+0 |
* | | 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 |
* | | Enable clcache | Jack Lloyd | 2017-09-10 | 2 | -1/+16 |
* | | Merge GH #1199 Run Windows CI build via Python script | Jack Lloyd | 2017-09-10 | 9 | -71/+130 |
|\ \ | |||||
| * | | Fix Sonar build | Jack Lloyd | 2017-09-08 | 1 | -1/+1 |
| * | | Fix var assignment | Jack Lloyd | 2017-09-08 | 1 | -2/+2 |
| * | | Fix ccache detection | Jack Lloyd | 2017-09-08 | 1 | -1/+2 |
| * | | Script the Windows CI build | Jack Lloyd | 2017-09-08 | 9 | -70/+128 |
| |/ | |||||
* | | Merge GH #1203 Add Win32 filesystem API access for MinGW | Jack Lloyd | 2017-09-10 | 2 | -6/+55 |
|\ \ | |||||
| * | | Make it actually work | Jack Lloyd | 2017-09-10 | 1 | -2/+6 |
| * | | Well, it compiles | Jack Lloyd | 2017-09-10 | 2 | -6/+51 |
| |/ | |||||
* | | Homebrew helpfully autoupdates | Jack Lloyd | 2017-09-10 | 1 | -2/+1 |
* | | Fix bad comparison in Winsock code | Jack Lloyd | 2017-09-10 | 1 | -1/+1 |
|/ | |||||
* | Update news | Jack Lloyd | 2017-09-08 | 1 | -0/+22 |
* | Merge GH #1197 Fix loading of plaintext PKCS#8 private keys in FFI | Jack Lloyd | 2017-09-08 | 2 | -8/+20 |
|\ | |||||
| * | Fix loading of plaintext PKCS#8 private keys | René Korthaus | 2017-09-08 | 2 | -8/+20 |
* | | Merge GH #1193 Improve Apple Clang detection logic | Jack Lloyd | 2017-09-08 | 2 | -14/+39 |
|\ \ | |||||
| * | | Adjust min version for non "based on LLVM" appleclang | Simon Warta | 2017-09-07 | 2 | -2/+4 |
| * | | Improve appleclang version logic | Simon Warta | 2017-09-07 | 2 | -13/+36 |
| * | | Rename variable xcode_version_to_clang -> appleclang_to_clang_version | Simon Warta | 2017-09-07 | 1 | -3/+3 |
| |/ | |||||
* | | Merge GH #1195 Only ignore generated makefile | Jack Lloyd | 2017-09-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | Be specific in .gitignore Makefile exclusion | Allan L. Bazinet | 2017-09-07 | 1 | -1/+1 |
| |/ | |||||
* | | Merge GH #1196 Fix missing pip3 install on Travis | Jack Lloyd | 2017-09-08 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Add missing pip3 installation | Simon Warta | 2017-09-08 | 1 | -0/+2 |
|/ | |||||
* | Avoid throwing in deallocate | Jack Lloyd | 2017-09-07 | 1 | -4/+4 |