summaryrefslogtreecommitdiff
path: root/pss.c
Commit message (Collapse)AuthorAgeFilesLines
* New macros TMP_DECL_ALIGN and TMP_ALLOC_ALIGN.Niels Möller2018-02-191-4/+4
|
* Fix assertion failure in pss signature verification.Niels Möller2017-06-091-4/+7
| | | | | | * pss.c (pss_verify_mgf1): Check for m being too large, fixing an assertion failure for certain invalid signatures. Based on a patch contributed by Daiki Ueno.
* Avoid unnecessary memset and xor operations in pss_encode_mgf1.merge-pssNiels Möller2017-04-041-9/+8
|
* Use const for input mpz_t argument to pss_verify_mgf1.Niels Möller2017-04-041-1/+1
|
* Implement PSS encoding functionsDaiki Ueno2017-03-211-0/+196
Signed-off-by: Daiki Ueno <dueno@redhat.com>