summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_ctrl.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2017-08-25Use strcpy instead of sprintf %sRich Salz
2017-07-05Undo commit d420ac2Rich Salz
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-09Move engine library over to using the new thread APIMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-06-04Make sure the function definitions match their declaration.Richard Levitte
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe