aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pssr/pssr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-301-21/+57
* DER improvementsJack Lloyd2018-05-221-18/+10
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-231-0/+1
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+52
* Header file cleanupsJack Lloyd2017-09-211-0/+2
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-201-47/+120
|\
| * Clear return value, and verify 'raw' hash matches expected sizeJack Lloyd2017-09-161-1/+7
| * Support PSSR_RawJack Lloyd2017-09-161-47/+114
* | Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
|/
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* Remove Algo_RegistryJack Lloyd2016-10-211-14/+0
* Mass-prefix member vars with m_René Korthaus2016-01-081-20/+20
* 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
* 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
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-1/+18
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Support 0 length salts in PSSR. Bugzilla 268lloyd2014-03-271-1/+6
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-181-0/+134