aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pkcs1
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-2/+2
* Split EMSA_PKCS1v15_Raw constructorsJack Lloyd2021-05-292-14/+15
* Prevent using non-sensical padding schemesJack Lloyd2021-05-221-0/+3
* Modify EMSA code to avoid raw pointers as argsJack Lloyd2021-04-062-3/+7
* More raw pointer removalJack Lloyd2021-04-051-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-7/+5
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Avoid using deprecated public fields of AlgorithmIdentifierJack Lloyd2019-08-041-6/+3
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* Fix crash in EMSA_PKCS1v15_Raw if the hash function was not enabled.Jack Lloyd2018-01-171-1/+1
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-231-0/+1
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-222-0/+39
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-182-2/+30
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* 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-182-26/+26
* Remove Algo_RegistryJack Lloyd2016-10-212-14/+0
* Improve pk_pad doxygen [ci skip]René Korthaus2016-10-191-1/+1
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+4
* 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