summaryrefslogtreecommitdiff
path: root/cipher/rsa-common.c
Commit message (Expand)AuthorAgeFilesLines
* rsa: Prevent usage of long salt in FIPS modeJakub Jelen2022-11-301-0/+14
* cipher: Extend RSA-PSS internal function for verify, too.NIIBE Yutaka2021-07-231-12/+36
* cipher: Extend RSA-PSS internal function.NIIBE Yutaka2021-07-231-12/+35
* cipher: Check by caller instead, not by callee for RSA-PSS.NIIBE Yutaka2021-07-231-12/+5
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* Fix typos found using codespellJustus Winter2015-11-171-2/+2
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-141-1/+1
* Add a simple (raw) PKCS#1 padding modeDmitry Eremin-Solenikov2014-03-041-0/+65
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-43/+43
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-43/+31
* pk: Move RSA encoding functions to a new file.Werner Koch2013-09-191-0/+985