aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct read in test fuzzersJack Lloyd2018-12-231-1/+1
* Add a multi-file input mode for test fuzzersJack Lloyd2018-12-233-24/+105
* Move coverage before fuzzers in Travis buildJack Lloyd2018-12-231-1/+1
* In Travis, run OS X firstJack Lloyd2018-12-231-1/+1
* By default just run 20 of the AEAD test vectors through CLIJack Lloyd2018-12-231-6/+11
* Increase Travis ccache sizeJack Lloyd2018-12-231-1/+1
* Increase Travis git pull depthJack Lloyd2018-12-231-1/+1
* Another try at silencing Coverity on thisJack Lloyd2018-12-231-1/+1
* Initialize System_Error::m_error_codeJack Lloyd2018-12-231-1/+2
* Avoid double return of unique_ptrJack Lloyd2018-12-231-1/+3
* Add --no-store-vc-rev option for use in CI buildsJack Lloyd2018-12-232-1/+6
* Update newsJack Lloyd2018-12-231-1/+1
* Increase Travis ccache to 750MJack Lloyd2018-12-231-1/+1
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-235-14/+15
* Now Timer does not need to include an internal headerJack Lloyd2018-12-231-1/+0
* De-inline more of TimerJack Lloyd2018-12-232-41/+37
* Make significant_words const time alsoJack Lloyd2018-12-234-40/+75
* In Timer, grab CPU clock firstJack Lloyd2018-12-231-9/+9
* Increase Travis ccache againJack Lloyd2018-12-231-1/+1
* Merge GH #1795 Make high_bit and ctz const timeJack Lloyd2018-12-234-58/+67
|\
| * Remove now incorrect commentJack Lloyd2018-12-221-5/+0
| * Make high_bit and ctz actually const timeJack Lloyd2018-12-221-3/+3
| * Promote ct_is_zero and expand_top_bit to bit_ops.hJack Lloyd2018-12-222-10/+21
| * Make ctz and high_bit faster and const-time-ishJack Lloyd2018-12-223-48/+51
|/
* Increase Travis cache size [ci skip]Jack Lloyd2018-12-221-2/+2
* Fix build with PGI [ci skip]Jack Lloyd2018-12-221-5/+7
* Update newsJack Lloyd2018-12-211-2/+2
* Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decodingJack Lloyd2018-12-219-92/+171
|\
| * Use consistent logic for OAEP and PKCS1v15 decodingJack Lloyd2018-12-219-92/+171
* | Merge GH #1793 Cleanup use of rotate.h headerJack Lloyd2018-12-2128-2/+30
|\ \
| * | Avoid including rotate.h in bswap.hJack Lloyd2018-12-2128-2/+30
|/ /
* / Stop compressing Travis ccacheJack Lloyd2018-12-211-3/+1
|/
* Address a couple of Coverity false positivesJack Lloyd2018-12-194-7/+62
* Correct affected version range for CVE-2018-20187Jack Lloyd2018-12-191-1/+1
* Update newsJack Lloyd2018-12-191-0/+4
* Merge GH #1792 Avoid unblinded Montgomery ladder during ECC keygenJack Lloyd2018-12-193-11/+41
|\
| * Avoid using unblinded Montgomery ladder during ECC key generationJack Lloyd2018-12-183-11/+41
|/
* Update roadmap [ci skip]Jack Lloyd2018-12-182-56/+30
* Test how long it takes to precompute base point multiplesJack Lloyd2018-12-162-1/+21
* Merge GH #1789 Improvements to const time lookupsJack Lloyd2018-12-143-22/+26
|\
| * In PointGFp addition, prevent all_zeros from being shortcircuitedJack Lloyd2018-12-141-4/+7
| * Unroll const_time_lookup by 2Jack Lloyd2018-12-141-6/+10
| * Simplify the const time lookup in ECC scalar mulJack Lloyd2018-12-141-12/+9
|/
* Update newsJack Lloyd2018-12-141-1/+1
* Merge GH #1788 Use 3-bit comb for ECC base point multipliesJack Lloyd2018-12-142-19/+36
|\
| * Use a 3-bit comb for ECC base point multiplyJack Lloyd2018-12-132-19/+36
|/
* Another todo [ci skip]Jack Lloyd2018-12-131-0/+1
* More todos [ci skip]Jack Lloyd2018-12-121-0/+2
* Make this comment more clear [ci skip]Jack Lloyd2018-12-121-1/+2
* Some cleanups in x25519Jack Lloyd2018-12-101-53/+43