aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add option to enable/disable generation of pkg-config fileJack Lloyd2018-10-183-7/+21
| * Set default compiler in the info files instead of in configure sourceJack Lloyd2018-10-186-22/+29
| * Add an OS flag for if the shared lib should be symlinked or notJack Lloyd2018-10-183-6/+7
|/
* Merge GH #1711 Fix TLS version intoleranceJack Lloyd2018-10-171-10/+10
|\
| * Fix TLS version intolerance bugJack Lloyd2018-10-171-10/+10
|/
* Merge GH #1709 Fix TLS intolerance of unknown signature algorithmsJack Lloyd2018-10-165-17/+36
|\
| * Fix TLS signature algorithm intoleranceJack Lloyd2018-10-165-17/+36
* | Fix CLI testsJack Lloyd2018-10-161-9/+13
|/
* Merge GH #1707 Refactor base32/base64Jack Lloyd2018-10-153-72/+73
|\
| * Simplify base32/base64 by moving common logic to code_base.hJack Lloyd2018-10-153-72/+73
* | Use a smaller sieve when generating primesJack Lloyd2018-10-151-3/+7
|/
* Correct error with XTS minimum block sizeJack Lloyd2018-10-154-2/+586
* Remove duplicated XTS test vectorsJack Lloyd2018-10-151-25/+2
* Merge GH #1705 Make configure.py more flexible about list parsingJack Lloyd2018-10-153-1/+10
|\
| * Allow configure.py parse_multiple_enable to accept an empty list and extra co...Daniel Wyatt2018-10-143-1/+10
* | Merge GH #1704 Use emplace_back where appropriateJack Lloyd2018-10-156-15/+15
|\ \
| * | move instead of copyrumcajs2018-10-146-15/+15
| |/
* / Unroll Blowfish loop by 4 instead of 2Jack Lloyd2018-10-141-16/+45
|/
* Only use Python3 in CI builds if requested explicitlyJack Lloyd2018-10-121-2/+4
* Disable use of pylint3 in TravisJack Lloyd2018-10-123-9/+9
* 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