aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rw
Commit message (Expand)AuthorAgeFilesLines
* More Doxygen updates/fixeslloyd2010-06-151-2/+8
* 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
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-8/+14
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-082-1/+7
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+5
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-3/+1
* Remove IF_Corelloyd2010-03-052-8/+3
* Constify sign and verify opslloyd2010-03-052-6/+6
* Remove sign and verify ops from key typeslloyd2010-03-052-55/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Add verification ops for all signature key typeslloyd2010-03-052-1/+40
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-5/+57
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-042-6/+11
* New IF constructors, simplifies RSA/RWlloyd2010-03-042-33/+10
* Remove more load hookslloyd2010-03-042-2/+5
* Add similar decoding constructors to the private keyslloyd2010-03-041-2/+8
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-2/+6
* 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
* 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-35/+39
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* 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-0/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-013-0/+218