aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/if_algo
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-261/+0
* Store all DH group info in constant memory instead of Library_State configlloyd2013-12-251-1/+1
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-272-0/+8
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-9/+9
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-1/+1
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-4/+4
* Move class decls togetherlloyd2010-03-211-10/+10
* Move where pk_ops is included, remove rng.h from dl_algo.hlloyd2010-03-211-4/+1
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-6/+1
* Remove IF_Corelloyd2010-03-057-245/+1
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+5
* Cleanupslloyd2010-03-041-5/+4
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-042-22/+8
* New IF constructors, simplifies RSA/RWlloyd2010-03-042-1/+42
* Remove more load hookslloyd2010-03-042-9/+0
* Kill pkcs8_decoderlloyd2010-03-042-44/+0
* Add similar decoding constructors to the private keyslloyd2010-03-042-2/+30
* Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC)lloyd2010-03-042-32/+0
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-042-1/+17
* The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-041-1/+0
* Kill pkcs8_encoderlloyd2010-03-042-27/+0
* Add a pkcs8_private_key similiar to x509_subject_public_keylloyd2010-03-042-13/+20
* Add a new function to public key x509_subject_public_key which returnslloyd2010-03-042-29/+9
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-042-4/+10
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-11/+10
* 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-6/+8
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-81/+93
* Add BOTAN_DLL macro to Default_IF_Oplloyd2008-11-081-1/+1
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-082-39/+24
* Add Doxygen comments to if_algo.h (from InSiTo)lloyd2008-10-131-7/+32
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-011-2/+1
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-014-8/+120
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-015-0/+418