summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
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
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03RT4148Emilia Kasper
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09make updateDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz