summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-26Remove resolved TODOEmilia Kasper
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-05-27Make default_method mostly compile-timeRich Salz
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2016-12-10Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-04Specifiy size of arraysKurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY
2016-05-23Remove useless NULL checksFdaSilvaYY
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-28Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-02-28GH715: Missed some null-check-removals.Rich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz