aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge GH #1726 Add missing includes caught by VC2019Jack Lloyd2018-11-021-0/+2
|\ \ | |/ |/|
| * Add missing <stdexcept> <string> necessaryCheney-Wang2018-11-021-0/+2
|/
* Minor optimization when primality checkingJack Lloyd2018-10-311-2/+4
* Handle setting AD after a nonce correctly in AEADsJack Lloyd2018-10-314-7/+40
* Update cipher mode documantationJack Lloyd2018-10-311-9/+55
* Fix some ReST format errorsJack Lloyd2018-10-304-17/+17
* Update newsJack Lloyd2018-10-301-0/+6
* Merge GH #1722 TSS improvements and bug fixJack Lloyd2018-10-3013-66/+612
|\
| * Lint fix [ci skip]Jack Lloyd2018-10-301-4/+4
| * Document TSSJack Lloyd2018-10-304-1/+71
| * Add test for TSS cli utilJack Lloyd2018-10-302-2/+56
| * Add CLI util for threshold secret sharingJack Lloyd2018-10-292-0/+115
| * Fixes and improvments for TSS codeJack Lloyd2018-10-295-62/+341
| * Add VarMap::get_req_bin_listJack Lloyd2018-10-292-2/+30
|/
* Fix compilation problem when scrypt is disabledJack Lloyd2018-10-291-0/+1
* Rename --disable-sha to --disable-sha-niJack Lloyd2018-10-261-1/+1
* Remove duplicated news item [ci skip]Jack Lloyd2018-10-261-4/+1
* Update newsJack Lloyd2018-10-261-0/+14
* Merge GH #1719 Add NEON ChaChaJack Lloyd2018-10-267-81/+403
|\
| * Add ChaCha in NEONJack Lloyd2018-10-265-1/+324
| * In ChaCha AVX2/SSE2 code s/input/state/Jack Lloyd2018-10-262-80/+79
|/
* Merge GH #1717 Fix building FFI when HOTP is disabledJack Lloyd2018-10-251-2/+2
|\
| * Fix FFI compilation without hotp moduleTobias Brunner2018-10-251-2/+2
|/
* Merge GH #1715 Add missing string includeJack Lloyd2018-10-241-0/+1
|\
| * Add missing <string> necessary to use std::string in tss.hBilly Robert O'Neal III2018-10-231-0/+1
|/
* Use more informative error message for invalid CBC paddingJack Lloyd2018-10-231-1/+1
* Add some long Blowfish testsJack Lloyd2018-10-182-0/+14
* Merge GH #1712 Cleanups for configureJack Lloyd2018-10-187-40/+64
|\
| * Canonicalize OS name firstJack Lloyd2018-10-181-11/+13
| * Handle different library naming on Windows in pkg-config fileJack Lloyd2018-10-181-1/+1
| * 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