Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 1 | -5/+5 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -0/+9 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -2/+2 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -1/+1 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 1 | -3/+4 |
* | Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to | lloyd | 2015-03-11 | 1 | -1/+1 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 2 | -18/+27 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -7/+6 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -18/+1 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 2 | -120/+0 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 5 | -0/+790 |