aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/ct_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Don't reject TLS packets with zero plaintext bytesJack Lloyd2016-04-151-0/+6
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-5/+9
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-2/+24
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-171-1/+1
* Avoid Coverity false positiveJack Lloyd2016-02-091-1/+5
* Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-14/+27
* Missing include dependencyJack Lloyd2015-10-261-1/+1
* Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-261-0/+16
* TLS improvementsJack Lloyd2015-10-251-0/+36
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-71/+48
* Cleanups in ct and oaepJack Lloyd2015-10-171-87/+12
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+207