| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Sphinx PDF build. GH #746 | Jack Lloyd | 2016-12-14 | 1 | -1/+1 |
* | Remove ECB mode | Jack Lloyd | 2016-12-04 | 2 | -2/+0 |
* | Updates module policy, fixes test suite errors | Matthias Gierlings | 2016-12-01 | 1 | -1/+1 |
* | Add note on rfc6979 signatures to manual [ci skip] | René Korthaus | 2016-11-28 | 1 | -3/+3 |
* | Fix amalgamation | Jack Lloyd | 2016-11-27 | 1 | -2/+2 |
* | Add compiler.h macro header extracted from build.h | Jack Lloyd | 2016-11-26 | 1 | -176/+40 |
* | Add Cilk/OpenMP support | Jack Lloyd | 2016-11-26 | 3 | -0/+51 |
* | Updates docs & module policy | Matthias Gierlings | 2016-11-26 | 1 | -0/+1 |
* | Move Sonar config to build-data | Jack Lloyd | 2016-11-22 | 1 | -0/+21 |
* | Add key_constraints_to_string, GOST-34.10 cert handling | Jack Lloyd | 2016-11-18 | 1 | -0/+2 |
* | Add OIDs for SHA-3 and SHA-3 signature algorithms | Jack Lloyd | 2016-11-17 | 1 | -1/+30 |
* | Don't strictly require ffi in modern policy | Jack Lloyd | 2016-11-17 | 1 | -3/+2 |
* | Added Extended Hash-Based Signatures (XMSS) | Matthias Gierlings | 2016-11-11 | 1 | -0/+1 |
* | Add BOTAN_WARN_UNUSED_RESULT macro | Jack Lloyd | 2016-11-09 | 1 | -0/+6 |
* | Add OID for XMSS | Jack Lloyd | 2016-11-06 | 1 | -0/+3 |
* | Add an in-house EC curve for TLS at compile-time | René Korthaus | 2016-11-03 | 1 | -0/+5 |
* | Remove unused values from build.h | Jack Lloyd | 2016-11-03 | 1 | -3/+8 |
* | Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lock | Jack Lloyd | 2016-11-03 | 1 | -0/+211 |
|\ |
|
| * | Remove ability to add OIDS at runtime. Remove global OID lock. | Jack Lloyd | 2016-11-03 | 1 | -0/+211 |
* | | Remove automatic self-testing of public and private keys | Jack Lloyd | 2016-11-03 | 1 | -5/+0 |
|/ |
|
* | Add new configure argument --optimize-for-size | Jack Lloyd | 2016-11-03 | 4 | -0/+4 |
* | Import fuzzer drivers | Jack Lloyd | 2016-10-30 | 1 | -0/+2 |
* | Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runner | Jack Lloyd | 2016-10-28 | 3 | -23/+19 |
* | Merge GH #691/#488 Add GMAC. Add MessageAuthenticationCode::start_msg | Jack Lloyd | 2016-10-28 | 1 | -0/+1 |
|\ |
|
| * | Implements GMAC with GHASH. | Matthias Gierlings | 2016-10-28 | 1 | -0/+1 |
* | | Update modern policy: Add NewHope, SQL, ChaCha20 SSE2. Prohibit TLS-CBC | Jack Lloyd | 2016-10-28 | 1 | -1/+8 |
|/ |
|
* | Build the docs during CI | Jack Lloyd | 2016-10-22 | 2 | -1/+2 |
* | Merge GH #669 Add SHA-3, SHAKE-128, and BoringSSL-mode NewHope | Jack Lloyd | 2016-10-20 | 2 | -1/+3 |
|\ |
|
| * | Update policy files for SHA-3 | Jack Lloyd | 2016-10-19 | 2 | -1/+3 |
* | | Merge GH #671 Allow eme_raw in BSI mode | Jack Lloyd | 2016-10-20 | 1 | -1/+0 |
|\ \ |
|
| * | | we do the padding ourself so eme_raw is fine | Daniel Neus | 2016-10-20 | 1 | -1/+0 |
| |/ |
|
* | | Predefine some variables for doxygen [ci skip] | René Korthaus | 2016-10-20 | 1 | -1/+8 |
* | | Remove obsolete doxygen tag [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+0 |
|/ |
|
* | Merge GH #665 Add IncludeOS target, make filesystem/threads optional | Jack Lloyd | 2016-10-17 | 20 | -1/+50 |
|\ |
|
| * | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -1/+8 |
| * | configure - Better handling of filesystem feature bit | Jack Lloyd | 2016-10-12 | 19 | -1/+39 |
| * | Add IncludeOS target. Make filesystem support optional. | Jack Lloyd | 2016-10-10 | 1 | -0/+4 |
* | | Add doxygen mainpage | René Korthaus | 2016-10-10 | 1 | -0/+1 |
|/ |
|
* | Update BSI policy | René Korthaus | 2016-10-04 | 1 | -0/+3 |
* | Maintainer mode fixes. | Jack Lloyd | 2016-09-21 | 1 | -1/+1 |
* | Update policy files wrt algorithm removals | Jack Lloyd | 2016-09-02 | 2 | -13/+0 |
* | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEA | Jack Lloyd | 2016-09-02 | 2 | -12/+0 |
* | Check for non-existent modules in policy files. | Jack Lloyd | 2016-09-01 | 2 | -9/+2 |
* | Maintainer mode fixes | Jack Lloyd | 2016-08-31 | 2 | -2/+2 |
* | Remove HMAC_RNG from BSI policy, not needed after #520/#593 | Jack Lloyd | 2016-08-29 | 1 | -1/+0 |
* | Travis CI additions and cleanup | Jack Lloyd | 2016-08-28 | 2 | -3/+7 |
* | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 3 | -7/+6 |
* | Merge GH #584 Changes to support Windows debugging | Jack Lloyd | 2016-08-17 | 1 | -1/+1 |
|\ |
|
| * | change botan CLI filename to botan-cli.exe | Daniel Neus | 2016-08-17 | 2 | -2/+2 |
| * | No PDB output for CLI and tests | Daniel Neus | 2016-08-16 | 1 | -1/+1 |