aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rw/rw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-3/+3
* In RSA and RW key generation, if we generate a key that isn't exactlylloyd2010-09-221-6/+6
* 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-091-5/+10
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-1/+5
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+5
* Remove IF_Corelloyd2010-03-051-2/+0
* Constify sign and verify opslloyd2010-03-051-4/+4
* Remove sign and verify ops from key typeslloyd2010-03-051-49/+0
* Add verification ops for all signature key typeslloyd2010-03-051-0/+23
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+33
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-041-2/+10
* New IF constructors, simplifies RSA/RWlloyd2010-03-041-30/+0
* Remove more load hookslloyd2010-03-041-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-25/+27
* 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-011-0/+145