aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* explicit initFdaSilvaYY2016-07-251-1/+1
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-231-5/+20
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Move dso.h to internalRich Salz2016-03-231-1/+0
* Remove #error from include files.Rich Salz2016-03-201-9/+3
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+1
* Don't run RC4 test with no-rc4Rich Salz2016-02-091-0/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+72
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-1/+1
* set standard EC method in eng_opensslDr. Stephen Henson2015-12-091-0/+1
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-11/+9
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-18/+55
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-3/+3
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+2
* remove 0 assignments.Rich Salz2015-09-031-5/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-8/+3
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-3/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-438/+442
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-4/+4
* fix typo in HMAC redirection, add HMAC INIT tracingDr. Stephen Henson2010-11-241-2/+5
* VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thisDr. Stephen Henson2010-11-241-0/+242
* Fix warnings after commit#17578.Andy Polyakov2008-10-311-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-0/+2
* makeNils Larsch2005-07-161-0/+6
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-1/+1
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-191-0/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+1
* Do not implement RC4 stuff if RC4 is disabled. Concequently, apply the sameRichard Levitte2002-12-041-0/+15
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+1
* Add ECDH support.Bodo Möller2002-08-091-0/+11
* ENGINE module additions.Dr. Stephen Henson2002-03-061-0/+28
* The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe2001-11-221-12/+38
* "FALLBACK" handling was a hack that was thrown out long ago in theGeoff Thorpe2001-09-251-17/+1
* This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE forGeoff Thorpe2001-09-251-9/+224