aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pkcs1
Commit message (Expand)AuthorAgeFilesLines
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-082-3/+3
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+1
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-112-7/+3
* pk_pad: Add missing overridesDaniel Seither2015-07-301-8/+8
* Fix module combi: adler32,eme_oaepSimon Warta2015-07-081-0/+1
* lib/pk_pad: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-3/+3
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+5
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+13
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-1/+1
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-1/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-183-0/+189