Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add unit test for HMAC_DRBG::randomize_with_ts_input() | René Korthaus | 2016-08-25 | 1 | -0/+39 | |
* | | | | | | Merge GH #593 RNG work | Jack Lloyd | 2016-08-26 | 38 | -424/+1147 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Correct comment | Jack Lloyd | 2016-08-25 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 38 | -424/+1147 | |
* | | | | | Use ccache for OS X Travis build | Jack Lloyd | 2016-08-24 | 2 | -18/+25 | |
|/ / / / | ||||||
* | | | | Another PKCS #11 amalg fix | Jack Lloyd | 2016-08-23 | 1 | -1/+1 | |
* | | | | Work around some amalgamation issues. | Jack Lloyd | 2016-08-23 | 2 | -6/+4 | |
* | | | | Deactivate SonarQube PR analysis | Daniel Neus | 2016-08-22 | 1 | -8/+11 | |
* | | | | fix minimized build when pkcs11 module enabled | Daniel Neus | 2016-08-20 | 3 | -5/+23 | |
* | | | | Merge GH #596: PKCS #11 in CircleCI builds | Jack Lloyd | 2016-08-19 | 5 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | Enable PKCS#11 module in Circle CI builds | Daniel Neus | 2016-08-19 | 5 | -5/+5 | |
* | | | | | Merge GH #594: PKCS #11 in Travis builds | Jack Lloyd | 2016-08-19 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Enable PKCS#11 module in Travis CI builds | Daniel Neus | 2016-08-19 | 1 | -3/+3 | |
| |/ / / / | ||||||
* | | | | | Merge GH #591 | Jack Lloyd | 2016-08-19 | 14 | -232/+606 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Rename find_constraints() and let it throw instead of returning a combination | René Korthaus | 2016-08-19 | 5 | -33/+218 | |
| * | | | | Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures | René Korthaus | 2016-08-17 | 8 | -23/+57 | |
| * | | | | Fix allowed_usage() and add tests for key usage | René Korthaus | 2016-08-17 | 3 | -128/+222 | |
| * | | | | Fix GH #425 and run x509 tests with different signature algorithms | René Korthaus | 2016-08-17 | 6 | -73/+134 | |
* | | | | | SonarQube integration / Travis CI changes | Daniel Neus | 2016-08-18 | 2 | -12/+36 | |
* | | | | | fix source file encoding ANSI -> UTF-8 | Daniel Neus | 2016-08-17 | 2 | -3/+3 | |
|/ / / / | ||||||
* | | | | missing adjustment in install.py from GH #584 | Daniel Neus | 2016-08-17 | 1 | -1/+1 | |
* | | | | Merge GH #583 Clean up TLS ciphersuite handling | Jack Lloyd | 2016-08-17 | 4 | -727/+201 | |
|\ \ \ \ | ||||||
| * | | | | Clean up TLS ciphersuite handling | Jack Lloyd | 2016-08-16 | 4 | -727/+201 | |
* | | | | | Merge GH #581 Threefish-512 AVX2 work | Jack Lloyd | 2016-08-17 | 1 | -76/+165 | |
|\ \ \ \ \ | ||||||
| * | | | | | Threefish-512 AVX2 optimizations | Jack Lloyd | 2016-08-10 | 1 | -76/+165 | |
* | | | | | | Merge GH #584 Changes to support Windows debugging | Jack Lloyd | 2016-08-17 | 2 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | change botan CLI filename to botan-cli.exe | Daniel Neus | 2016-08-17 | 2 | -2/+2 | |
| * | | | | | | fix install.py to copy botand.dll in debug mode | Daniel Neus | 2016-08-16 | 1 | -1/+2 | |
| * | | | | | | No PDB output for CLI and tests | Daniel Neus | 2016-08-16 | 1 | -1/+1 | |
* | | | | | | | Merge GH #586 Remove information from build.h making build non-reproducible. ... | Jack Lloyd | 2016-08-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove configure extra information from build.h | Simon Warta | 2016-08-16 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge GH #585 Prevent x86-32 vs x86-64 build time confusion | Jack Lloyd | 2016-08-17 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Check configured CPU arch against compiler setting | Simon Warta | 2016-08-16 | 1 | -0/+16 | |
| |/ / / / / / | ||||||
* | | | | | | | Update info.txt | Daniel Neus | 2016-08-16 | 1 | -2/+1 | |
* | | | | | | | add sha1_sse2 to the TLS module dependencies | Daniel Neus | 2016-08-15 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | add amalgamation builds for AppVeyor | Daniel Neus | 2016-08-12 | 1 | -0/+4 | |
* | | | | | | restore to original pkcs11.h | Daniel Neus | 2016-08-12 | 1 | -4/+4 | |
* | | | | | | Headers can be marked as external by using `<header:external>` in info.txt. | Daniel Neus | 2016-08-12 | 3 | -2/+11 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge GH #573: Add test for HMAC_DRBG reseed | Jack Lloyd | 2016-08-11 | 1 | -0/+41 | |
|\ \ \ \ \ | ||||||
| * | | | | | reseed test for hmac_drbg | Kai Michaelis | 2016-08-10 | 1 | -0/+41 | |
| |/ / / / | ||||||
* | | | | | Merge GH #572: Fixes for OS X clang x86-32 build | Jack Lloyd | 2016-08-11 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fix compile issue on Mac OS if MACOSX_DEPLOYMENT_TARGET<=10.8 | Bi11 | 2016-08-10 | 1 | -0/+1 | |
| * | | | | Fix x86 32-bit building for clang on Mac OS | Bi11 | 2016-08-10 | 1 | -0/+2 | |
* | | | | | Merge GH #570 X509_Certificate APIs | Jack Lloyd | 2016-08-10 | 3 | -9/+58 | |
|/ / / / | ||||||
* | | | | Merge GH #551 Add frp256v1 curve | Jack Lloyd | 2016-08-02 | 7 | -2/+345 | |
|\ \ \ \ | ||||||
| * | | | | Added ecdsa_keygen for frp256v1 | Simon Cogliani | 2016-08-01 | 2 | -3/+2 | |
| * | | | | Added test vectors ecdsa_rfc6979 for frp256v1 | Simon Cogliani | 2016-08-01 | 1 | -0/+22 | |
| * | | | | Added test vectors ecdh_kat and ecdh_keygen for frp256v1 | Simon Cogliani | 2016-07-31 | 2 | -1/+102 | |
| * | | | | Merge branch 'master' into frp256v1 | Simon Cogliani | 2016-07-31 | 2 | -7/+9 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into frp256v1 | Simon Cogliani | 2016-07-30 | 11 | -20/+263 | |
| |\ \ \ \ \ |