Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -2/+2 |
* | Don't reject TLS packets with zero plaintext bytes | Jack Lloyd | 2016-04-15 | 1 | -0/+6 |
* | Clean up PK decryption encoding. | Jack Lloyd | 2016-03-20 | 1 | -5/+9 |
* | Add PK_Decryptor::decrypt_or_random | Jack Lloyd | 2016-03-20 | 1 | -2/+24 |
* | Add constant time conditional swap, add, sub for bigint words | Jack Lloyd | 2016-02-17 | 1 | -1/+1 |
* | Avoid Coverity false positive | Jack Lloyd | 2016-02-09 | 1 | -1/+5 |
* | Use valgrind's memcheck API for checking const time annotations | Jack Lloyd | 2016-01-03 | 1 | -14/+27 |
* | Missing include dependency | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Asan fix - referencing &vec[vec.size()] instead of vec.end() | Jack Lloyd | 2015-10-26 | 1 | -0/+16 |
* | TLS improvements | Jack Lloyd | 2015-10-25 | 1 | -0/+36 |
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 1 | -71/+48 |
* | Cleanups in ct and oaep | Jack Lloyd | 2015-10-17 | 1 | -87/+12 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -0/+207 |