aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_rsapss.t
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible memleak in rsa_pub_encodeBernd Edlinger2023-09-111-1/+9
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2023-08-241-0/+2
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-081-1/+36
* Obtain PSS salt length from providerClemens Lang2022-12-081-1/+10
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-271-2/+6
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala2022-03-221-1/+11
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Do not depend on the exact exit failure value of dgst appTomas Mraz2021-06-111-15/+15
* test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte2020-05-141-8/+26
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TEST: Modify test/recipes/15-test_rsapss.t to leave artifacts behindRichard Levitte2020-02-181-1/+0
* Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre2019-05-021-4/+4
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Rather use -out parameter than redirect stdoutRichard Levitte2017-03-141-2/+2
* Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger2017-03-131-0/+49