aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa1
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Small cleanups in EMSA1Jack Lloyd2021-06-071-10/+12
* Prevent using non-sensical padding schemesJack Lloyd2021-05-221-0/+2
* Modify EMSA code to avoid raw pointers as argsJack Lloyd2021-04-062-2/+2
* More raw pointer removalJack Lloyd2021-04-052-3/+3
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-5/+3
* 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-7/+5
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-3/+1
* Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-031-2/+7
* Catch exceptions by reference not valueJack Lloyd2018-03-161-17/+11
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-232-2/+7
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-222-0/+41
* Make EMSA1 data privateJack Lloyd2017-10-021-6/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* 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-1/+1
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-15/+15
* Simplify EMSA1 message recovery codeJack Lloyd2016-11-021-14/+12
* Add ECKCDSA signature algorithmRené Korthaus2016-06-142-1/+10
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+0
* pk_pad: Add missing overridesDaniel Seither2015-07-301-4/+4
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-4/+0
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* More unique_ptr, and pull <memory> all the way up to types.hlloyd2014-01-182-30/+17
* Move lib into srclloyd2014-01-103-0/+158