aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check PSS salt length during verificationJack Lloyd2018-08-301-11/+31
* Accept PKCS1v15 as an alias for EMSA3Jack Lloyd2018-08-021-2/+3
* Avoid unused parameter warningsJack Lloyd2017-12-221-0/+6
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+1
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Support PSSR_RawJack Lloyd2017-09-161-4/+9
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-151-2/+11
* Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-1/+5
* Content:Tomasz Frydrych2017-04-031-2/+0
* Add ISO9796-2 Signature Schemes giving message recovery 2 and 3.Never2016-12-051-12/+43
* Fix PSSRJack Lloyd2016-10-211-1/+1
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-18/+34
* Remove Algo_RegistryJack Lloyd2016-10-211-33/+57
* Merge GH #504 Add ECKCDSAJack Lloyd2016-06-201-0/+13
|\
| * Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+13
* | remove all uses of EMSA1_BSIDaniel Neus2016-05-021-8/+0
|/
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+10
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-0/+74