aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #721 Documentation reorg and expansionJack Lloyd2016-11-166-272/+943
|\
| * added manual code examples and removed Nyberg-Rueppel, Rabin-Williams from docNever2016-11-161-37/+101
| * Doc changes/additions: hash,symmetric crypto and pubkeyNever2016-11-116-272/+879
* | Fix TLS client next protocol handlingJack Lloyd2016-11-161-1/+2
* | Fix incompatability with (some) common TLS stackJack Lloyd2016-11-164-15/+26
* | Add a script to test TLS compat with major sitesJack Lloyd2016-11-163-0/+113
* | Add new TLS callback for when session is activatedJack Lloyd2016-11-162-0/+8
* | Fix inverted conditionalJack Lloyd2016-11-161-1/+2
* | Disable ffi on cross builds.Jack Lloyd2016-11-161-1/+1
* | Reword [ci skip]Jack Lloyd2016-11-161-1/+1
* | Todo updates [ci skip]Jack Lloyd2016-11-161-1/+2
* | Fix TLS corruption tests.Jack Lloyd2016-11-152-8/+11
* | Add negative tests for cipher mode paddingJack Lloyd2016-11-152-52/+107
* | Merge GH #724 Add ESP (IPsec) CBC padding modeJack Lloyd2016-11-154-1/+102
|\ \
| * | Update ISO standard for OneAndZeros_PaddingRené Korthaus2016-11-151-1/+1
| * | Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-152-4/+24
| * | Check all ESP padding bytes during unpadRené Korthaus2016-11-141-12/+11
| * | Add ESP block cipher padding from RFC 4303René Korthaus2016-11-143-1/+83
* | | Merge GH #723 Add HKDF_Extract and full HKDFJack Lloyd2016-11-154-31/+237
|\ \ \
| * | | Add test vectors for HKDF-Expand and HKDF-ExtractRené Korthaus2016-11-152-24/+142
| * | | Add full HKDF implementationRené Korthaus2016-11-124-46/+134
| |/ /
* | | Update/reorg 1.11.34 notesJack Lloyd2016-11-151-45/+42
* | | Move gen_bakefile IO call to end of mainJack Lloyd2016-11-151-9/+10
* | | Merge GH #725 Add PKCS11 docs [ci skip]Jack Lloyd2016-11-142-0/+1245
|\ \ \ | |/ / |/| |
| * | Add PKCS#11 documentationDaniel Neus2016-11-142-0/+1245
|/ /
* | Add params to XMSS test inputsJack Lloyd2016-11-123-47/+53
* | Remove unused Key_Type typedefsJack Lloyd2016-11-122-4/+0
* | Update newsJack Lloyd2016-11-122-6/+12
* | Remove unused variable from testsJack Lloyd2016-11-122-8/+0
* | Basic speed test for XMSSJack Lloyd2016-11-121-0/+34
* | Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-125-31/+6
* | Merge GH #717 Add XMSS signaturesJack Lloyd2016-11-1236-1/+4348
|\ \
| * | Implements changes from XMSS reviewMatthias Gierlings2016-11-1113-82/+18
| * | Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-1137-1/+4412
* | | Pubkey cleanupsJack Lloyd2016-11-1244-308/+134
|/ /
* | Merge GH #552 Add Cipher_Mode::reset, better AEAD testsJack Lloyd2016-11-1026-64/+491
|\ \
| * | Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-0826-64/+491
| |/
* | Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-1013-93/+329
* | Remove remaining old style casts.Jack Lloyd2016-11-093-7/+6
* | NewHope cleanupJack Lloyd2016-11-091-63/+300
* | Check missing Pipe::read return valuesJack Lloyd2016-11-092-6/+12
* | Add BOTAN_WARN_UNUSED_RESULT macroJack Lloyd2016-11-093-13/+19
* | Assert expected EOF from readJack Lloyd2016-11-091-1/+1
* | Fix version number typoJack Lloyd2016-11-091-1/+1
* | Merge GH #720 Fix bakefile creationJack Lloyd2016-11-081-0/+4
|\ \
| * | fix: bakefile not created when specifying "--with-bakefile"Daniel Neus2016-11-081-0/+4
| |/
* | Correct comment [ci skip]Jack Lloyd2016-11-081-1/+1
* | Remove Key_Type typedefsJack Lloyd2016-11-0814-32/+0
* | Remove Spec typedef from pk_opsJack Lloyd2016-11-081-35/+0
|/
* Add CPUID::is_little_endianJack Lloyd2016-11-072-0/+35