aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pssr
Commit message (Expand)AuthorAgeFilesLines
* Prevent using non-sensical padding schemesJack Lloyd2021-05-221-0/+4
* Modify EMSA code to avoid raw pointers as argsJack Lloyd2021-04-062-14/+14
* More raw pointer removalJack Lloyd2021-04-052-6/+6
* Add some helpers for start_consJack Lloyd2021-01-131-4/+4
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-4/+4
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-5/+5
* 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-1/+0
* Avoid using deprecated public fields of AlgorithmIdentifierJack Lloyd2019-08-041-6/+4
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* Check PSS salt length during verificationJack Lloyd2018-08-302-25/+63
* DER improvementsJack Lloyd2018-05-221-18/+10
* Use API annotationsJack Lloyd2018-03-021-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/+59
* Header file cleanupsJack Lloyd2017-09-211-0/+2
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-202-47/+158
|\
| * Clear return value, and verify 'raw' hash matches expected sizeJack Lloyd2017-09-161-1/+7
| * Support PSSR_RawJack Lloyd2017-09-162-47/+152
* | 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-18/+18
* Remove Algo_RegistryJack Lloyd2016-10-212-16/+0
* Improve pk_pad doxygen [ci skip]René Korthaus2016-10-191-2/+2
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+2
* 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-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-22/+22
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-4/+3
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+1
* pk_pad: Add missing overridesDaniel Seither2015-07-301-4/+4
* lib/pk_pad: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-4/+4
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-7/+6
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
* Use registry also for KDF, EMSA, and EMElloyd2015-01-312-1/+20
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Support 0 length salts in PSSR. Bugzilla 268lloyd2014-03-272-3/+12
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-183-0/+189