aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increase Travis ccache sizesJack Lloyd2017-08-311-2/+2
* Slight cleanup in Curve25519_PrivateKey constructorJack Lloyd2017-08-291-8/+6
* Remove unused includeJack Lloyd2017-08-291-1/+0
* Avoid having variable named m_emsa twice in class hierarchyJack Lloyd2017-08-292-8/+16
* Add a todo re Dockerizing Travis buildJack Lloyd2017-08-291-0/+2
* Add a reminder to test with valgrind etc before releaseJack Lloyd2017-08-291-3/+18
* Fix a valgrind const-time error in ISO 9796 paddingJack Lloyd2017-08-291-2/+7
* Try to get Sonar to look at header filesJack Lloyd2017-08-291-1/+2
* Correct manual re key agreement schemesJack Lloyd2017-08-291-6/+10
* 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
* Travis: skip static build on ClangJack Lloyd2017-08-291-3/+4
* 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-292-5/+4
* Set USE_CCACHE in Travis yamlJack Lloyd2017-08-291-0/+1
* Drop CircleCIJack Lloyd2017-08-297-73/+0
* Rename (and fix) Sonar targetJack Lloyd2017-08-294-11/+11
* Update newsJack Lloyd2017-08-291-0/+5
* Merge GH #1162 Use Python script to orchestrate CI buildJack Lloyd2017-08-2913-399/+489
|\
| * Rename Travis setup scriptJack Lloyd2017-08-292-1/+1
| * Further fixes to ci build scriptJack Lloyd2017-08-295-60/+102
| * 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-299-420/+209
| * CI build using Python script to orchestrateJack Lloyd2017-08-293-8/+259
|/
* Add some docs about fuzzingJack Lloyd2017-08-292-0/+71
* Merge GH #1158 Add build mode for fuzzer testsJack Lloyd2017-08-2996-858/+540
|\
| * 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-2538-398/+475
* | 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
* | Merge GH #1161 Add comment re Android compat [ci skip]Jack Lloyd2017-08-271-0/+2
|\ \ | |/ |/|
| * Add compatibility comment for getauxval on AndroidSimon Warta2017-08-271-0/+2
|/
* Fix generating amalgamation under python3Jack Lloyd2017-08-251-3/+11
* Merge GH #1157 Add ARIA block cipherJack Lloyd2017-08-239-9/+671
|\
| * 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
| * Update docsJack Lloyd2017-08-232-3/+5
| * Fix TLS ciphersuite generator for ARIAJack Lloyd2017-08-231-2/+2
| * Cleanup ARIAJack Lloyd2017-08-233-382/+261