index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
rsa
/
rsa_oaep.c
Age
Commit message (
Expand
)
Author
2019-10-17
Sync RSA_padding_check_PKCS1_OAEP_mgf1().
Joel Sing
2019-10-09
Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*
Joel Sing
2019-10-04
Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.
Joel Sing
2019-10-03
Move towards making RSA OAEP functions handle arbitrary message digests.
Joel Sing
2018-08-19
whitespace fix
Theo Buehler
2018-08-19
Don't leak db on error in RSA_padding_check_PKCS1_OAEP().
Theo Buehler
2018-08-05
In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure.
Brent Cook
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-06-20
Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-07-10
delete some casts. ok miod
Ted Unangst
2014-07-09
More KNF.
Joel Sing
2014-07-09
Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding
Miod Vallat
2014-07-09
KNF
Miod Vallat
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
more: no need to null check before free; ok guenther
Theo de Raadt
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-13
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
Miod Vallat
2013-02-14
cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt
Markus Friedl
2012-10-13
resolve conflicts
Damien Miller
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2006-06-27
resolve conflicts
Damien Miller
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2001-08-01
merge openssl 0.9.6b-engine
Bob Beck
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
import openssl-0.9.7-beta1
Bob Beck