| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -121/+0 |
* | Remove global_rng calls for setting up blinding, instead require a RNG | lloyd | 2013-12-25 | 1 | -3/+3 |
* | Refuse to make RSA/RW keys under 1024 bits | lloyd | 2013-12-06 | 1 | -1/+1 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -1/+0 |
* | In RSA and RW signers, add the message contents to the RNG state | lloyd | 2012-07-19 | 1 | -5/+7 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 1 | -1/+1 |
* | Put an upper bound on the blinding value to 160 bits. This seems to be | lloyd | 2012-06-17 | 1 | -1/+1 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -3/+3 |
* | Post-merge fixups | lloyd | 2010-10-13 | 1 | -0/+1 |
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -3/+4 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 1 | -2/+4 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1... | lloyd | 2010-03-10 | 1 | -1/+1 |
| | |\ |
|
| | * | | Add back async use for RSA, NR, DSA (was lost in mainline merge) | lloyd | 2010-03-09 | 1 | -1/+3 |
| | * | | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -1/+1 |
* | | | | | Use size_t instead of u32bit in all of pubkey | lloyd | 2010-10-12 | 1 | -3/+3 |
* | | | | | Use BOTAN_ASSERT in various places | lloyd | 2010-09-26 | 1 | -2/+3 |
* | | | | | In RSA and RW key generation, if we generate a key that isn't exactly | lloyd | 2010-09-22 | 1 | -5/+6 |
|/ / / / |
|
* | | | | KeyPair::check_key's behavior of throwing an exception upon failure was | lloyd | 2010-03-21 | 1 | -15/+1 |
* | | | | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | De-name unused rng arg | lloyd | 2010-03-09 | 1 | -1/+1 |
|/ / |
|
* | | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 1 | -3/+8 |
* | | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 1 | -2/+7 |
* | | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 1 | -2/+5 |
* | | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 1 | -8/+4 |
* | | Remove IF_Core | lloyd | 2010-03-05 | 1 | -45/+0 |
* | | Add RSA encrypt/decrypt ops | lloyd | 2010-03-05 | 1 | -11/+28 |
* | | Constify sign and verify ops | lloyd | 2010-03-05 | 1 | -3/+3 |
* | | Remove sign and verify ops from key types | lloyd | 2010-03-05 | 1 | -9/+0 |
* | | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 1 | -10/+1 |
* | | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 1 | -0/+25 |
* | | Remove IF_Scheme_PrivateKey::PKCS8_load_hook | lloyd | 2010-03-04 | 1 | -3/+10 |
* | | New IF constructors, simplifies RSA/RW | lloyd | 2010-03-04 | 1 | -30/+0 |
* | | Remove more load hooks | lloyd | 2010-03-04 | 1 | -1/+1 |
|/ |
|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -34/+36 |
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 1 | -1/+2 |
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 1 | -0/+161 |