| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -6/+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 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 1 | -7/+0 |
| | |\ \ |
|
| | * | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -1/+1 |
* | | | | | Move where pk_ops is included, remove rng.h from dl_algo.h | lloyd | 2010-03-21 | 1 | -0/+1 |
* | | | | | 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 |
| |_|_|/
|/| | | |
|
* | | | | Remove decls of removed RSA encrypt/decrypt | lloyd | 2010-03-09 | 1 | -5/+0 |
* | | | | 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 | 2 | -7/+12 |
* | | | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 2 | -3/+8 |
* | | | Remove decls of unimplemented functions | lloyd | 2010-03-08 | 1 | -3/+0 |
* | | | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 2 | -2/+7 |
* | | | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 1 | -8/+4 |
* | | | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 1 | -5/+1 |
* | | | Remove unused variable | lloyd | 2010-03-05 | 1 | -1/+0 |
* | | | Remove IF_Core | lloyd | 2010-03-05 | 2 | -51/+3 |
* | | | Add RSA encrypt/decrypt ops | lloyd | 2010-03-05 | 2 | -21/+60 |
* | | | Constify sign and verify ops | lloyd | 2010-03-05 | 2 | -5/+5 |
* | | | Remove sign and verify ops from key types | lloyd | 2010-03-05 | 2 | -11/+0 |
* | | | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 1 | -1/+1 |
* | | | Add verification ops for all signature key types | lloyd | 2010-03-05 | 1 | -0/+21 |
* | | | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 2 | -13/+1 |
* | | | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 2 | -0/+42 |
* | | | Remove IF_Scheme_PrivateKey::PKCS8_load_hook | lloyd | 2010-03-04 | 2 | -7/+11 |
* | | | New IF constructors, simplifies RSA/RW | lloyd | 2010-03-04 | 2 | -38/+15 |
* | | | Remove more load hooks | lloyd | 2010-03-04 | 2 | -2/+5 |
* | | | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -5/+7 |
* | | | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -1/+4 |
| |/
|/| |
|
* | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -7/+0 |
|/ |
|
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si... | lloyd | 2009-10-09 | 1 | -1/+7 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -7/+6 |
* | Move the contents of pubkey/pubkey (which was kind of a catch-all to | lloyd | 2009-07-15 | 1 | -1/+0 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -38/+42 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -1/+0 |
* | Add Doxygen comments to RSA key constructors (from InSiTo) | lloyd | 2008-10-13 | 1 | -8/+31 |
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -5/+6 |
* | 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 | 3 | -0/+243 |