aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includeslloyd2010-11-041-4/+0
* Move PBKDF lookups to enginelloyd2010-11-041-0/+9
* Move the implemention of the functions in the Engine base class into alloyd2010-06-161-33/+15
* Doxygen commentslloyd2010-06-161-14/+82
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
* Remove IF_Corelloyd2010-03-051-11/+0
* Add ops for ElGamal encryption and decryption.lloyd2010-03-051-12/+11
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-2/+2
* Remove NR and DSA specific hookslloyd2010-03-051-20/+0
* Add verification ops for all signature key typeslloyd2010-03-051-0/+5
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+6
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-9/+8
* Kill ECKAEG_Oplloyd2010-03-021-12/+0
* Remove ECDSA_Op and its attendant bitslloyd2010-03-021-12/+0
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-43/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Add an Algorithm_Factory& argument to Engine::get_cipher to avoid alloyd2008-11-231-1/+3
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-2/+1
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+180
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-225/+0
* Inline no-op Engine virtual functionslloyd2008-11-091-7/+18
* Add virtual hook to remove dep of Default_Engine on Engine itselflloyd2008-11-081-0/+2
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-081-0/+212