]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa
Support public key and param check in EVP interface
[thirdparty/openssl.git] / crypto / rsa /
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
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.
next