| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Simplify EMSA1 message recovery code | Jack Lloyd | 2016-11-02 | 1 | -14/+12 |
* | | | Update PKCS11 code, no RNG required | Jack Lloyd | 2016-11-03 | 1 | -14/+1 |
* | | | Add create_key self test | Jack Lloyd | 2016-11-03 | 1 | -0/+2 |
* | | | Remove automatic self-testing of public and private keys | Jack Lloyd | 2016-11-03 | 18 | -139/+39 |
| |/
|/| |
|
* | | Add new configure argument --optimize-for-size | Jack Lloyd | 2016-11-03 | 4 | -0/+4 |
* | | Compile fix | Jack Lloyd | 2016-11-03 | 1 | -1/+1 |
* | | Remove blowfish table source file. | Jack Lloyd | 2016-11-03 | 1 | -190/+0 |
* | | Inline Blowfish tables to blowfish.cpp | Jack Lloyd | 2016-11-03 | 2 | -3/+182 |
* | | Rename zero_mem to secure_scrub_memory | Jack Lloyd | 2016-11-03 | 6 | -24/+45 |
* | | Move cert/x509 to top level and pem and pbes2 to pubkey. | Jack Lloyd | 2016-11-03 | 43 | -0/+0 |
* | | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 14 | -12/+0 |
* | | Deprecate LibraryInitializer | Jack Lloyd | 2016-11-03 | 2 | -28/+4 |
* | | Remove stray non-ASCII chars which broke compilation on non UTF-8 code pages. | Jack Lloyd | 2016-11-02 | 1 | -2/+2 |
* | | Remove lock and alias map from SCAN_Name | Jack Lloyd | 2016-11-02 | 1 | -4/+0 |
|/ |
|
* | Change TLS default policy to disable DSA, CCM-8, and static RSA | Jack Lloyd | 2016-11-02 | 2 | -11/+32 |
* | Fix ECKCDSA verification problem | Never | 2016-11-01 | 1 | -1/+1 |
* | Merge GH #700 Faster ECKCDSA verification | Jack Lloyd | 2016-10-31 | 1 | -10/+8 |
|\ |
|
| * | ECKCDSA improved verification (Shamirs Trick for speed and calculate length o... | Never | 2016-10-31 | 1 | -10/+8 |
* | | Test PK key creation via create_private_key API | Jack Lloyd | 2016-10-31 | 12 | -174/+106 |
|/ |
|
* | Avoid possibility of mismatched brackets. | Jack Lloyd | 2016-10-31 | 1 | -2/+6 |
* | Merge GH #699 Add socket-based HTTP client | Jack Lloyd | 2016-10-31 | 2 | -32/+101 |
|\ |
|
| * | HTTP for plain sockets | Jack Lloyd | 2016-10-30 | 2 | -32/+101 |
* | | Move license and news to top level directory | Jack Lloyd | 2016-10-31 | 2 | -3/+4 |
* | | More fixes for the fuzzer setup | Jack Lloyd | 2016-10-31 | 2 | -14/+14 |
* | | Compile fix | Jack Lloyd | 2016-10-31 | 1 | -2/+2 |
* | | Import fuzzer drivers | Jack Lloyd | 2016-10-30 | 29 | -0/+1095 |
|/ |
|
* | Add P-521 ECDSA test | Jack Lloyd | 2016-10-30 | 1 | -0/+9 |
* | Merge GH #696 Add ECKCDSA and ECGDSA speed tests | Jack Lloyd | 2016-10-30 | 1 | -0/+62 |
|\ |
|
| * | Add speedtests for ECKCDSA and ECGDSA | Never | 2016-10-30 | 1 | -0/+62 |
* | | Fix crash when default IV is empty. GH #697 | Jack Lloyd | 2016-10-30 | 1 | -1/+2 |
* | | Salsa20 accepts empty IVs | Jack Lloyd | 2016-10-30 | 2 | -4/+9 |
* | | Remove openpgp module | Jack Lloyd | 2016-10-30 | 3 | -266/+0 |
* | | Remove use of deprecated constructors in PKCS11 tests | Jack Lloyd | 2016-10-30 | 1 | -6/+6 |
|/ |
|
* | Merge GH #692 Remove deprecated RNGs and entropy sources | Jack Lloyd | 2016-10-30 | 26 | -2980/+38 |
|\ |
|
| * | Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runner | Jack Lloyd | 2016-10-28 | 26 | -2980/+38 |
* | | More filter tests | Jack Lloyd | 2016-10-29 | 2 | -17/+117 |
|/ |
|
* | Merge GH #691/#488 Add GMAC. Add MessageAuthenticationCode::start_msg | Jack Lloyd | 2016-10-28 | 9 | -9/+389 |
|\ |
|
| * | Add MAC::start_msg, update GMAC | Jack Lloyd | 2016-10-28 | 4 | -47/+59 |
| * | Implements GMAC with GHASH. | Matthias Gierlings | 2016-10-28 | 7 | -98/+192 |
| * | Added implementation for GMAC | Matthias Gierlings | 2016-10-27 | 9 | -58/+332 |
* | | Add TLS callbacks for debug and error logging. | Jack Lloyd | 2016-10-28 | 1 | -2/+28 |
* | | HMAC_DRBG - Fix constructor init order. Use create_or_throw to simplify. | Jack Lloyd | 2016-10-28 | 1 | -6/+3 |
* | | Update modern policy: Add NewHope, SQL, ChaCha20 SSE2. Prohibit TLS-CBC | Jack Lloyd | 2016-10-28 | 1 | -1/+8 |
* | | Remove bogus filter dependency in TSS | Jack Lloyd | 2016-10-28 | 2 | -2/+0 |
* | | Merge GH #687 Avoid unused return value warning under GCC | Jack Lloyd | 2016-10-28 | 1 | -2/+3 |
|\ \ |
|
| * | | Fixes randombit/botan#677 | Matthias Gierlings | 2016-10-27 | 1 | -2/+3 |
| |/ |
|
* | | make max_number_of_bytes_per_request configurable | Daniel Neus | 2016-10-28 | 3 | -28/+139 |
* | | Small pushes on test coverage | Jack Lloyd | 2016-10-27 | 2 | -1/+16 |
* | | Correct name for Comb4P | Jack Lloyd | 2016-10-27 | 1 | -1/+1 |
* | | Merge GH #689 Add tests for Pipe/Filter system | Jack Lloyd | 2016-10-27 | 2 | -16/+172 |
|\ \ |
|