aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* More todosJack Lloyd2018-10-121-0/+2
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-128-12/+71
* Small fixes for QNX [ci skip]Jack Lloyd2018-10-123-1/+4
* Make it possible to overwrite options to ar using AR_OPTIONSJack Lloyd2018-10-081-1/+2
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-073-2/+7
* Alas, Clang in Travis is also too old for this to workJack Lloyd2018-10-061-1/+1
* GCC in Travis is too old (doesn't have ISA attribute)Jack Lloyd2018-10-061-1/+1
* Test single amalgamation fileJack Lloyd2018-10-051-0/+3
* Update newsJack Lloyd2018-10-051-0/+6
* Fix single amalgamation file with AVX2Jack Lloyd2018-10-051-0/+2
* Add explicit AVX2 function annotationsJack Lloyd2018-10-053-2/+30
* Add more SM2 signature testsJack Lloyd2018-10-051-0/+56
* Merge GH #1698 Resolve leak during ECDSA verify with old OpenSSLJack Lloyd2018-10-042-6/+24
|\
| * Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-032-6/+24
* | Remove Travis notification emails [ci skip]Jack Lloyd2018-10-031-3/+0
|/
* Bump version to 2.9Jack Lloyd2018-10-012-1/+6
* Merge GH #1697 Remove Visual C++ 2013 supportJack Lloyd2018-10-0158-255/+156
|\
| * Make a few simple functions constexprJack Lloyd2018-10-016-32/+29
| * Remove support for Visual C++ 2013Jack Lloyd2018-10-0153-224/+128
|/
* Update for 2.8.0 release2.8.0Jack Lloyd2018-10-012-4/+4
* Fix more MSVC warningsJack Lloyd2018-10-014-31/+56
* With MSVC, use /arch:AVX for AVX2 enabled codeJack Lloyd2018-10-011-1/+1
* Fix [ci skip]Jack Lloyd2018-10-011-1/+1
* Handle PPC crypto bit in tests [ci skip]Jack Lloyd2018-10-012-1/+3
* Fix some warnings in ARM specific codeJack Lloyd2018-10-012-28/+34
* Fix more MSVC warningsJack Lloyd2018-10-0116-38/+61
* Avoid a MSVC 2015 warningJack Lloyd2018-10-013-3/+3
* Fix some MSVC warningsJack Lloyd2018-09-308-18/+18
* Merge GH #1696 Fix bugs in UUID classJack Lloyd2018-09-306-106/+230
|\
| * Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-306-106/+230
* | Add some tests of the versioning functionsJack Lloyd2018-09-301-0/+46
|/
* Merge GH #1693 Refactor mode tests, fix CBC bugsJack Lloyd2018-09-3013-125/+837
|\
| * Add more tests for CBC, CFB, OFB, CTR and GCMJack Lloyd2018-09-296-2/+635
| * Refactor mode tests, and correct bugs foundJack Lloyd2018-09-299-127/+206
|/
* Avoid null pointer write in FFIJack Lloyd2018-09-282-1/+7
* Use correct array length in Serpent AVX2Jack Lloyd2018-09-281-2/+2
* Minor update to goals textJack Lloyd2018-09-281-21/+21
* Spell check the documentationJack Lloyd2018-09-2837-104/+104
* Skip using mmap allocation if mlock is not available.Jack Lloyd2018-09-271-8/+4
* Add OS::running_in_privileged_stateJack Lloyd2018-09-274-17/+41
* fileno is a macro on OpenBSDJack Lloyd2018-09-271-3/+4
* Merge GH #1692 Fix test failure when http_util disabledJack Lloyd2018-09-261-1/+1
|\
| * Fix x509_path_x509test failing when http_util module was not enabledJose Pereira2018-09-251-1/+1
* | Small improvements to FFI docsJack Lloyd2018-09-251-3/+28
* | No need for an RNG object here [ci skip]Jack Lloyd2018-09-251-2/+1
* | Change Clang fuzzing flags to avoid deprecated options. [ci skip]Jack Lloyd2018-09-241-1/+1
* | Avoid some gcc warnings in mode padding fuzzer [ci skip]Jack Lloyd2018-09-231-1/+5
* | Fix a crash in the mode padding fuzzerJack Lloyd2018-09-232-0/+5
* | Update newsJack Lloyd2018-09-221-0/+3
* | Add a fuzzer for OAEP unpaddingJack Lloyd2018-09-223-10/+135