aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_list.c
Commit message (Expand)AuthorAgeFilesLines
* convert users of build time defaults to use new defaults apiNeil Horman2024-07-091-2/+2
* Fixes for potential deadlockcchinchole2024-07-031-0/+4
* Fix engine cleanup error handlingBernd Edlinger2023-09-151-3/+7
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* engine: update to structure based atomicsPauli2023-07-011-10/+9
* Convert the ENGINE struct_ref field to be an atomicMatt Caswell2023-06-061-11/+46
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+6
* Avoid loading of a dynamic engine twiceBernd Edlinger2021-11-231-0/+87
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-6/+6
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-9/+16
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-20/+19
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis2020-04-151-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-2/+1
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-041-1/+2
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer2018-01-081-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-1/+1
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-3/+15
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* 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
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-16/+20
* Configure et al: move the installation directory logic to MakefilesRichard Levitte2016-02-101-5/+0
* Remove store.Rich Salz2016-02-101-1/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* fix code indentation issueFdaSilvaYY2016-02-021-8/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-1/+1
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+1
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-3/+1
* Dead code cleanup; remove #if 0 from crypto/engineRich Salz2015-02-021-9/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-324/+294
* Add loaded dynamic ENGINEs to list.Dr. Stephen Henson2014-01-281-0/+1
* PR: 1813Dr. Stephen Henson2010-03-271-0/+1
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-021-0/+1
* avoid infinite recursion if dynamic engine isn't loadedNils Larsch2005-08-061-10/+14
* This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe2004-06-011-1/+1