aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling memmove with a null source in PKCSv1 signature encodingJack Lloyd2017-03-031-1/+7
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-16/+16
* Remove Algo_RegistryJack Lloyd2016-10-211-12/+0
* Mass-prefix member vars with m_René Korthaus2016-01-081-2/+2
* 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-111-7/+1
* 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
* 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-101-1/+1
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-181-0/+116