RAND_POOL: Add missing implementations for djgpp
[openssl.git] / crypto / rsa /
2018-05-29 Matt CaswellUpdate copyright year
2018-05-28 Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-04-17 Richard LevitteUpdate copyright year
2018-04-16 Matt CaswellRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-03-20 Matt CaswellUpdate copyright year
2018-03-01 Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2018-02-27 Matt CaswellUpdate copyright year
2018-02-21 Samuel WeiserReplaced variable-time GCD with consttime inversion...
2018-02-14 Matt CaswellFix a memory leak in an error path
2017-12-13 Bernd EdlingerMinor cleanup of the rsa mp limits code
2017-12-11 Sebastian Andrzej... rsa: Do not allow less than 512 bit RSA keys
2017-12-08 Bernd EdlingerAdd missing range checks on number of multi primes...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-05 Daniel BeveniusFix minor typo in comment in rsa_st
2017-11-28 Andy Polyakovrsa/rsa_gen.c: harmonize keygen's ability with RSA_secu...
2017-11-28 Andy Polyakovrsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
2017-11-23 Andy Polyakovrsa/rsa_gen.c: ensure backward compatibility with exter...
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovrsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-08-25 Paul YangFix coding style in crypto/rsa directory
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-19 Dr. Stephen HensonTypo: should check mgf1md
2017-07-19 Dr. Stephen HensonSet maskHash when creating parameters.
2017-07-17 Emilia KasperRemove resolved TODO
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-06-14 Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-27 Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-04-25 Dr. Stephen HensonAdd custom sig_info setting for RSA-PSS
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-03-06 Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Bernd EdlingerFix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT...
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen HensonRemove unnecessary frees and style fixes.
2017-01-08 Dr. Stephen HensonUse more desciptive macro name rsa_pss_restricted()
2017-01-08 Dr. Stephen Hensonstyle issues
2017-01-08 Dr. Stephen Hensonfree str on error
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen Hensonmake errors
2017-01-08 Dr. Stephen Hensonadd parameter error
2017-01-08 Dr. Stephen HensonOnly allow PSS padding for PSS keys.
2017-01-08 Dr. Stephen HensonDecode parameters properly.
2017-01-08 Dr. Stephen HensonReturn errors PKCS#7/CMS enveloped data ctrls and PSS
2017-01-08 Dr. Stephen HensonAdd PSS parameter restrictions.
2017-01-08 Dr. Stephen HensonInitial parameter restrictions.
2017-01-08 Dr. Stephen HensonAdd rsa_pss_get_param.
2017-01-08 Dr. Stephen HensonDon't allow PKCS#7/CMS encrypt with PSS.
2017-01-08 Dr. Stephen HensonAdd macros to determine if key or ctx is PSS.
2017-01-08 Dr. Stephen HensonSupport pad mode get/set for PSS keys.
2017-01-08 Dr. Stephen HensonKey gen param support.
2017-01-08 Dr. Stephen HensonSet PSS padding mode for PSS keys.
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen HensonSupport RSA operations in PSS.
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2017-01-08 Dr. Stephen HensonRSA-PSS key printing.
2017-01-08 Dr. Stephen HensonPSS parameter encode and decode.
2017-01-08 Dr. Stephen HensonSplit PSS parameter creation.
2017-01-08 Dr. Stephen HensonUse method key type instead of EVP_PKEY_RSA
2017-01-08 Dr. Stephen HensonPSS ASN.1 method
2017-01-08 Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2017-01-08 Dr. Stephen HensonAdd pss field to RSA structure and free it.
2017-01-08 Dr. Stephen HensonCache maskHash parameter
2016-12-09 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-15 Rich SalzCheck return value of some BN functions.
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-08-22 Rich SalzRT2676: Reject RSA eponent if even or 1
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-27 Andy Polyakovrsa/rsa_lib.c: const-ify RSA_get0_engine().
2016-06-27 Rich SalzRT4586: Remove RSA_memory_lock; unused, not needed
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16 Matt CaswellFix the build and tests following constification of...
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-23 FdaSilvaYYRemove useless NULL checks
next