aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa
Commit message (Expand)AuthorAgeFilesLines
* More Doxygen updates/fixeslloyd2010-06-151-1/+7
* Move where pk_ops is included, remove rng.h from dl_algo.hlloyd2010-03-211-0/+1
* KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-15/+1
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-1/+2
* Remove decls of removed RSA encrypt/decryptlloyd2010-03-091-5/+0
* De-name unused rng arglloyd2010-03-091-1/+1
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-7/+12
* Add back RSA consistency checking (decrypt only)lloyd2010-03-092-3/+8
* Remove decls of unimplemented functionslloyd2010-03-081-3/+0
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-082-2/+7
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-8/+4
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-5/+1
* Remove unused variablelloyd2010-03-051-1/+0
* Remove IF_Corelloyd2010-03-052-51/+3
* Add RSA encrypt/decrypt opslloyd2010-03-052-21/+60
* Constify sign and verify opslloyd2010-03-052-5/+5
* Remove sign and verify ops from key typeslloyd2010-03-052-11/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Add verification ops for all signature key typeslloyd2010-03-051-0/+21
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-052-13/+1
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-0/+42
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-042-7/+11
* New IF constructors, simplifies RSA/RWlloyd2010-03-042-38/+15
* Remove more load hookslloyd2010-03-042-2/+5
* Add similar decoding constructors to the private keyslloyd2010-03-041-5/+7
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-1/+4
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si...lloyd2009-10-091-1/+7
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-7/+6
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-38/+42
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Add Doxygen comments to RSA key constructors (from InSiTo)lloyd2008-10-131-8/+31
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-5/+6
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-1/+2
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-013-0/+243