summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use timing-safe compares for checking results in signature verificationdjm2018-09-051-3/+4
* Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017.tb2018-07-231-120/+148
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-11/+5
* revert previous accidental commitbeck2017-04-281-7/+9
* *** empty log message ***beck2017-04-281-9/+7
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-17/+15
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-3/+3
* Drop stupid (int) casts for the arguments of malloc() and friends. This ismiod2015-07-191-3/+3
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-16/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* More KNF.jsing2014-07-091-10/+10
* In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSAmiod2014-07-091-14/+3
* KNFmiod2014-07-091-156/+135
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-2/+2
* We have stdio and are not WIN16.jsing2014-05-231-2/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-17/+0
* resolve conflictsdjm2012-10-131-0/+33
* resolve conflicts, fix local changesdjm2010-10-011-36/+52
* resolve conflictsdjm2009-01-091-2/+22
* resolve conflictsdjm2008-09-061-2/+2
* fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;djm2006-09-091-0/+17
* resolve conflictsdjm2005-04-291-3/+6
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-12/+13
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-13/+17
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+9
* OpenSSL 0.9.5 mergebeck2000-03-191-60/+93
* OpenSSL 0.9.4 mergebeck1999-09-291-18/+10
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+196