aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/iso9796/iso9796.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify EMSA code to avoid raw pointers as argsJack Lloyd2021-04-061-2/+2
* More raw pointer removalJack Lloyd2021-04-051-4/+4
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-3/+3
* Fix various MSVC warningsJack Lloyd2019-06-291-11/+14
* Add CT::Mask typeJack Lloyd2018-11-281-16/+18
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-231-7/+18
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+17
* Header file cleanupsJack Lloyd2017-09-211-1/+3
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Fix a valgrind const-time error in ISO 9796 paddingJack Lloyd2017-08-291-2/+7
* fix possible iso9796 side channel and add length checkNever2017-02-211-14/+26
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-35/+35
* Add ISO9796-2 Signature Schemes giving message recovery 2 and 3.Never2016-12-051-0/+270