aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/if_algo/if_algo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store all DH group info in constant memory instead of Library_State configlloyd2013-12-251-1/+1
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-271-0/+6
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
* Move class decls togetherlloyd2010-03-211-10/+10
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-6/+1
* Remove IF_Corelloyd2010-03-051-4/+0
* Cleanupslloyd2010-03-041-5/+4
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-041-20/+6
* New IF constructors, simplifies RSA/RWlloyd2010-03-041-0/+32
* Remove more load hookslloyd2010-03-041-8/+0
* Kill pkcs8_decoderlloyd2010-03-041-43/+0
* Add similar decoding constructors to the private keyslloyd2010-03-041-0/+22
* Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC)lloyd2010-03-041-30/+0
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-1/+12
* Kill pkcs8_encoderlloyd2010-03-041-26/+0
* Add a pkcs8_private_key similiar to x509_subject_public_keylloyd2010-03-041-13/+18
* Add a new function to public key x509_subject_public_key which returnslloyd2010-03-041-28/+7
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-4/+8
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-28/+30
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+213