aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/get_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split up libstate/get_enc.cpplloyd2013-12-251-225/+0
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Helps if you return the right typelloyd2012-01-201-1/+1
* Support lookup of the SSLv3 PRFlloyd2012-01-201-0/+5
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-0/+4
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-3/+8
* Move PBKDF lookups to enginelloyd2010-11-041-33/+2
* 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