Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CECPQ1 TLS ciphersuites | Jack Lloyd | 2016-11-17 | 19 | -46/+251 |
* | This range check was in the wrong direction | Jack Lloyd | 2016-11-17 | 1 | -1/+1 |
* | Add OIDs for SHA-3 and SHA-3 signature algorithms | Jack Lloyd | 2016-11-17 | 2 | -2/+77 |
* | Don't strictly require ffi in modern policy | Jack Lloyd | 2016-11-17 | 1 | -3/+2 |
* | Merge GH #727 Tests for KDF::name | Jack Lloyd | 2016-11-16 | 12 | -35/+36 |
|\ | |||||
| * | KDF1 uses a hash function only | René Korthaus | 2016-11-16 | 1 | -1/+1 |
| * | Add a test for KDF::name() | René Korthaus | 2016-11-15 | 12 | -35/+36 |
* | | Merge GH #721 Documentation reorg and expansion | Jack Lloyd | 2016-11-16 | 6 | -272/+943 |
|\ \ | |||||
| * | | added manual code examples and removed Nyberg-Rueppel, Rabin-Williams from doc | Never | 2016-11-16 | 1 | -37/+101 |
| * | | Doc changes/additions: hash,symmetric crypto and pubkey | Never | 2016-11-11 | 6 | -272/+879 |
* | | | Fix TLS client next protocol handling | Jack Lloyd | 2016-11-16 | 1 | -1/+2 |
* | | | Fix incompatability with (some) common TLS stack | Jack Lloyd | 2016-11-16 | 4 | -15/+26 |
* | | | Add a script to test TLS compat with major sites | Jack Lloyd | 2016-11-16 | 3 | -0/+113 |
* | | | Add new TLS callback for when session is activated | Jack Lloyd | 2016-11-16 | 2 | -0/+8 |
* | | | Fix inverted conditional | Jack Lloyd | 2016-11-16 | 1 | -1/+2 |
* | | | Disable ffi on cross builds. | Jack Lloyd | 2016-11-16 | 1 | -1/+1 |
* | | | Reword [ci skip] | Jack Lloyd | 2016-11-16 | 1 | -1/+1 |
* | | | Todo updates [ci skip] | Jack Lloyd | 2016-11-16 | 1 | -1/+2 |
* | | | Fix TLS corruption tests. | Jack Lloyd | 2016-11-15 | 2 | -8/+11 |
* | | | Add negative tests for cipher mode padding | Jack Lloyd | 2016-11-15 | 2 | -52/+107 |
| |/ |/| | |||||
* | | Merge GH #724 Add ESP (IPsec) CBC padding mode | Jack Lloyd | 2016-11-15 | 4 | -1/+102 |
|\ \ | |||||
| * | | Update ISO standard for OneAndZeros_Padding | René Korthaus | 2016-11-15 | 1 | -1/+1 |
| * | | Check all padding bytes in ESP_Padding::unpad() | René Korthaus | 2016-11-15 | 2 | -4/+24 |
| * | | Check all ESP padding bytes during unpad | René Korthaus | 2016-11-14 | 1 | -12/+11 |
| * | | Add ESP block cipher padding from RFC 4303 | René Korthaus | 2016-11-14 | 3 | -1/+83 |
* | | | Merge GH #723 Add HKDF_Extract and full HKDF | Jack Lloyd | 2016-11-15 | 4 | -31/+237 |
|\ \ \ | |||||
| * | | | Add test vectors for HKDF-Expand and HKDF-Extract | René Korthaus | 2016-11-15 | 2 | -24/+142 |
| * | | | Add full HKDF implementation | René Korthaus | 2016-11-12 | 4 | -46/+134 |
| |/ / | |||||
* | | | Update/reorg 1.11.34 notes | Jack Lloyd | 2016-11-15 | 1 | -45/+42 |
* | | | Move gen_bakefile IO call to end of main | Jack Lloyd | 2016-11-15 | 1 | -9/+10 |
* | | | Merge GH #725 Add PKCS11 docs [ci skip] | Jack Lloyd | 2016-11-14 | 2 | -0/+1245 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add PKCS#11 documentation | Daniel Neus | 2016-11-14 | 2 | -0/+1245 |
|/ / | |||||
* | | Add params to XMSS test inputs | Jack Lloyd | 2016-11-12 | 3 | -47/+53 |
* | | Remove unused Key_Type typedefs | Jack Lloyd | 2016-11-12 | 2 | -4/+0 |
* | | Update news | Jack Lloyd | 2016-11-12 | 2 | -6/+12 |
* | | Remove unused variable from tests | Jack Lloyd | 2016-11-12 | 2 | -8/+0 |
* | | Basic speed test for XMSS | Jack Lloyd | 2016-11-12 | 1 | -0/+34 |
* | | Fixes for XMSS wrt 9c72dabc9 | Jack Lloyd | 2016-11-12 | 5 | -31/+6 |
* | | Merge GH #717 Add XMSS signatures | Jack Lloyd | 2016-11-12 | 36 | -1/+4348 |
|\ \ | |||||
| * | | Implements changes from XMSS review | Matthias Gierlings | 2016-11-11 | 13 | -82/+18 |
| * | | Added Extended Hash-Based Signatures (XMSS) | Matthias Gierlings | 2016-11-11 | 37 | -1/+4412 |
* | | | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 44 | -308/+134 |
|/ / | |||||
* | | Merge GH #552 Add Cipher_Mode::reset, better AEAD tests | Jack Lloyd | 2016-11-10 | 26 | -64/+491 |
|\ \ | |||||
| * | | Cipher_Mode and AEAD_Mode improvements | Daniel Neus | 2016-11-08 | 26 | -64/+491 |
| |/ | |||||
* | | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 13 | -93/+329 |
* | | Remove remaining old style casts. | Jack Lloyd | 2016-11-09 | 3 | -7/+6 |
* | | NewHope cleanup | Jack Lloyd | 2016-11-09 | 1 | -63/+300 |
* | | Check missing Pipe::read return values | Jack Lloyd | 2016-11-09 | 2 | -6/+12 |
* | | Add BOTAN_WARN_UNUSED_RESULT macro | Jack Lloyd | 2016-11-09 | 3 | -13/+19 |
* | | Assert expected EOF from read | Jack Lloyd | 2016-11-09 | 1 | -1/+1 |