aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/get_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use size_t in SCAN_Namelloyd2010-10-121-1/+1
* When creating a PBKDF2, first check if the argument name is a knownlloyd2010-08-211-2/+6
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
* Allow asking for EMSA3(Raw) in get_emsa (returning a new EMSA3_Raw object)lloyd2008-11-281-0/+4
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-3/+3
* Make SCAN_Name::arg return a new SCAN_Name that has the same providers list,lloyd2008-11-111-16/+24
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-0/+3
* Remove lookup dep from basic pubkey classeslloyd2008-11-101-0/+3
* Shorten SCAN_Name's argument arg in function nameslloyd2008-11-101-17/+17
* Move get_bc_pad to def_engine/def_mode.cpplloyd2008-11-101-28/+0
* Remove support for block cipher padding methods in engine. Like S2K,lloyd2008-11-101-0/+28
* Remove support for S2K in Engines. There are only three implementations oflloyd2008-11-101-1/+39
* Modify get_enc to use SCAN_Namelloyd2008-11-091-82/+41
* Remove get_mgf - unsused internally, and I doubt apps use it muchlloyd2008-11-081-19/+0
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+240