summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-9/+9
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+8
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-2/+2
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-191-2/+2
* Deprecate the low level RC4 functionsPauli2020-01-161-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte2019-08-151-2/+4
* Coverity CID 1444957: Error handling issuesPauli2019-05-081-3/+6
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* 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