Uniform BN_bn2binpad() and BN_bn2lebinpad() implementations
[openssl.git] / crypto / rsa /
2019-09-06 Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-05-28 Richard LevitteUpdate copyright year
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
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-07 Bernd EdlingerFix memory overrun in rsa padding check functions
2018-12-08 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-12-08 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-12-08 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-12-08 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-23 Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-11-20 Matt CaswellUpdate copyright year
2018-10-12 Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-09-16 PauliUse 'i' as parameter name not 'I'.
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-28 Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-14 Matt CaswellUpdate copyright year
2018-07-31 PauliCheck return from BN_sub
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-06-18 Jack BatesConvert _meth_get_ functions to const getters
2018-04-16 Billy BrumleyRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-03-27 Matt CaswellUpdate copyright year
2018-03-21 Samuel Weiserconsttime flag changed
2018-03-21 Samuel Weiserused ERR set/pop mark
2018-03-21 Samuel WeiserReplaced variable-time GCD with consttime inversion...
2018-03-01 Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-26 Emilia KasperRemove resolved TODO
2017-06-14 Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-05-27 Rich SalzMake default_method mostly compile-time
2017-04-27 Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
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-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2016-12-10 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-16 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
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-18 Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-04-28 Matt CaswellDon't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
2016-04-27 Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-28 Rich SalzGH715: Missed some null-check-removals.
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-03 Emilia KasperRT4148
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Rich Salzmem functions cleanup
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
next