summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_pss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use timing-safe compares for checking results in signature verificationdjm2018-09-051-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-20/+12
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-4/+3
* Make sure all error conditions in RSA_padding_add_PKCS1_PSS_mgf1() causemiod2014-07-131-3/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* More KNF.jsing2014-07-091-5/+6
* KNFmiod2014-07-091-97/+93
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-4/+2
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-8/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* import OpenSSL-1.0.1cdjm2012-10-131-28/+53
* import OpenSSL-1.0.0adjm2010-10-011-5/+11
* import openssl-0.9.8jdjm2009-01-091-3/+3
* import of OpenSSL 0.9.8hdjm2008-09-061-1/+9
* import of openssl-0.9.7jdjm2006-06-271-0/+261