summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_openssl.c
AgeCommit message (Expand)Author
2016-02-09Don't run RC4 test with no-rc4Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2015-12-09set standard EC method in eng_opensslDr. Stephen Henson
2015-12-09remove ECDSA_METHOD from ENGINEDr. Stephen Henson
2015-12-09remove ECDH_METHOD from ENGINEDr. Stephen Henson
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2010-11-24fix typo in HMAC redirection, add HMAC INIT tracingDr. Stephen Henson
2010-11-24VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thisDr. Stephen Henson
2008-10-31Fix warnings after commit#17578.Andy Polyakov
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-07-16makeNils Larsch
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2004-04-19More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2002-12-04Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-03-06ENGINE module additions.Dr. Stephen Henson
2001-11-22The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe
2001-09-25"FALLBACK" handling was a hack that was thrown out long ago in theGeoff Thorpe
2001-09-25This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forGeoff Thorpe
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller