summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_oaep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync RSA_padding_check_PKCS1_OAEP_mgf1().jsing2019-10-171-64/+111
* Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*jsing2019-10-091-7/+2
* Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.jsing2019-10-041-9/+82
* Move towards making RSA OAEP functions handle arbitrary message digests.jsing2019-10-031-53/+59
* whitespace fixtb2018-08-191-2/+2
* Don't leak db on error in RSA_padding_check_PKCS1_OAEP().tb2018-08-191-7/+7
* In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure.bcook2018-08-051-3/+7
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-11/+7
* Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().jsing2015-06-201-2/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-4/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+3
* delete some casts. ok miodtedu2014-07-101-2/+2
* More KNF.jsing2014-07-091-5/+5
* Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP paddingmiod2014-07-091-6/+1
* KNFmiod2014-07-091-76/+79
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* more: no need to null check before free; ok guentherderaadt2014-05-301-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+1
* resolve conflictsdjm2012-10-131-2/+4
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-7/+13
* resolve conflicts, fix local changesdjm2010-10-011-14/+21
* resolve conflictsdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-061-15/+23
* resolve conflictsdjm2006-06-271-13/+19
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-131/+169
* merge openssl 0.9.6b-enginebeck2001-08-011-12/+17
* openssl-engine-0.9.6 mergebeck2000-12-151-4/+4
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+162