]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
[thirdparty/openssl.git] / crypto / rsa /
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-02  Antoine CœurFix Typos
2019-05-21  Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-04-30  Dr. Matthias St... FIPS: Fix compiler errors in rsa_chk.c when building...
2019-04-26  David BenjaminCopy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
2019-04-17  PauliSP 800-56B steps enumerated.
2019-04-10  Bernd EdlingerAvoid creating invalid rsa pss params
2019-03-29  Shane LontisFixed unmatched BN_CTX_start/end if an invalid exponent...
2019-03-22  Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-22  Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2019-03-12  Shane Lontisadded generated files
2019-03-12  Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-07  Bernd EdlingerDo the error handling in pkey_rsa_decrypt in constant...
2019-03-07  Bernd EdlingerFix memory overrun in rsa padding check functions
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-11  PauliFix comment typo
2018-12-31  Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-13  Mansour Ahmadiadd missing check for BN_mod_inverse
2018-12-13  Mansour Ahmadifix inconsistent flen check in rsa_pk1 and rsa_oaep
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-11-30  Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-11-30  Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-11-30  Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-11-30  Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-21  Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-10-22  PauliRSA security bits calculation
2018-10-12  Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-11  Mykola BaibuzSafer memory cleanup in (crypto/rsa/rsa_lib.c)
2018-09-16  PauliUse 'i' as parameter name not 'I'.
2018-09-11  Matt CaswellUpdate copyright year
2018-09-10  Dr. Matthias St... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-06  Shane LontisRSA padding Zeroization fixes
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-08-23  Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-07-31  PauliCheck return from BN_sub
2018-07-14  Andy Polyakovrsa/*: switch to BN_bn2binpad.
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.
next