aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid false positive valgrind in TLS CBC decryptionJack Lloyd2017-08-291-2/+2
* Revert f16c3df4fc4edJack Lloyd2017-08-291-1/+1
* Seems Sonar wants coverage infoJack Lloyd2017-08-291-1/+1
* For cross builds, build everything but test only a limited subsetJack Lloyd2017-08-291-6/+13
* Avoid math on booleansJack Lloyd2017-08-291-3/+3
* Avoid catching by valueJack Lloyd2017-08-291-1/+1
* In OCSP::CertID don't crash if SHA-1 not availableJack Lloyd2017-08-291-1/+1
* Avoid `throw new Exception`Jack Lloyd2017-08-291-1/+1
* Use Xenial ccache on TravisJack Lloyd2017-08-291-4/+4
* Drop CircleCIJack Lloyd2017-08-295-50/+0
* Rename (and fix) Sonar targetJack Lloyd2017-08-293-6/+6
* Rename Travis setup scriptJack Lloyd2017-08-291-0/+0
* Further fixes to ci build scriptJack Lloyd2017-08-293-58/+99
* OpenSSL module requires public key code be enabled in buildJack Lloyd2017-08-291-0/+4
* Skip PKCS11 tests if SoftHSM library isn't thereJack Lloyd2017-08-291-3/+7
* We've always been at war with shell scriptsJack Lloyd2017-08-298-415/+208
* CI build using Python script to orchestrateJack Lloyd2017-08-292-1/+259
* Merge GH #1158 Add build mode for fuzzer testsJack Lloyd2017-08-2994-822/+455
|\
| * Remove hard-coded fuzz testsJack Lloyd2017-08-2556-455/+0
| * Run fuzzers under coverage tests as wellJack Lloyd2017-08-251-6/+8
| * Flush stdout for CIJack Lloyd2017-08-251-0/+1
| * Fix bad iterator deref in OpenSSL RSAJack Lloyd2017-08-251-1/+3
| * Report corpus counts, add --gdb optionJack Lloyd2017-08-251-15/+66
| * Add a guard to avoid doing &v[1] when v.size() == 1Jack Lloyd2017-08-251-2/+6
| * Create new fuzzer build modeJack Lloyd2017-08-2536-362/+390
* | Avoid using GCC ivdep pragma in GCC 4.8 [ci skip]Jack Lloyd2017-08-281-1/+1
* | Fix Doxygen build [ci skip]Jack Lloyd2017-08-271-1/+4
* | Add compatibility comment for getauxval on AndroidSimon Warta2017-08-271-0/+2
|/
* Add ARIA option to TLS suite info generatorJack Lloyd2017-08-231-1/+9
* Use correct padding mode in ARIA CBC testJack Lloyd2017-08-231-1/+1
* Fix TLS ciphersuite generator for ARIAJack Lloyd2017-08-231-2/+2
* Cleanup ARIAJack Lloyd2017-08-233-382/+261
* Add missing ARIA test vectors (GH #1004)Jeffrey Walton2017-08-231-0/+35
* Add ARIA Block Cipher (GH #1004)Jeffrey Walton2017-08-234-0/+738
* Fix bug affecting AltiVec on ppc64le processorsJack Lloyd2017-08-231-8/+2
* Fix Altivec detectionJack Lloyd2017-08-221-2/+2
* Add support for ECDHE_PSK AEAD ciphersuitesJack Lloyd2017-08-222-4/+11
* libFuzzer has moved in the LLVM svnJack Lloyd2017-08-221-2/+2
* Remove BOTAN_PARALLEL_FOR from T-table AESJack Lloyd2017-08-221-1/+1
* Simplify botan_privkey_create_XXXJack Lloyd2017-08-222-89/+18
* Add dh functions in ffiKonstantinos Kolelis2017-08-223-7/+224
* Merge GH #1154 Add check for passhash9 algo being available in testsJack Lloyd2017-08-194-9/+37
|\
| * Add is_passhash9_alg_supported()René Korthaus2017-08-194-24/+37
| * Add guards for MAC and hash algo used in passhash9 testsRené Korthaus2017-08-181-1/+16
* | Newhope cleanupsJack Lloyd2017-08-183-664/+669
|/
* Change type of botan_scrub_mem from uint8_t* to void*Jack Lloyd2017-08-172-2/+2
* In SHACAL2 be smarter about how the round keys are loadedJack Lloyd2017-08-161-9/+15
* Optimize SHACAL2Jack Lloyd2017-08-162-46/+20
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-156-8/+79