summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_ctrl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Convert the ENGINE struct_ref field to be an atomicMatt Caswell2023-06-061-9/+4
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-26/+19
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* 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 strcpy instead of sprintf %sRich Salz2017-08-251-18/+14
* Undo commit d420ac2Rich Salz2017-07-051-7/+3
* Fix some style issues...FdaSilvaYY2016-08-021-9/+7
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-251-6/+7
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-2/+2
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-312/+308
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-4/+4
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+2
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-3/+0
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+7
* Make sure the function definitions match their declaration.Richard Levitte2003-06-041-2/+2
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-0/+387