aboutsummaryrefslogtreecommitdiff
path: root/engines/e_capi_err.h
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07make error tables const and separate header fileRich Salz1-54/+41
Run perltidy on util/mkerr Change some mkerr flags, write some doc comments Make generated tables "const" when genearting lib-internal ones. Add "state" file for mkerr Renerate error tables and headers Rationalize declaration of ERR_load_XXX_strings Fix out-of-tree build Add -static; sort flags/vars for options. Also tweak code output Moved engines/afalg to engines (from master) Use -static flag Standard engine #include's of errors Don't linewrap err string tables unless necessary Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3392)
2016-05-17Manual fixes after copyright consolidationRich Salz1-55/+12
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-54/+55
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-10capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx1-0/+2
Reviewed-by: Matt Caswell <matt@openssl.org>
2011-09-01PR: 2586Dr. Stephen Henson1-0/+4
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch.
2009-06-15Fix error codes.Dr. Stephen Henson1-1/+1
2009-05-03Make CAPI engine UNICODE aware (it didn't work on Win64).Andy Polyakov1-0/+1
2008-08-13fix error function codesBodo Möller1-0/+1
2008-06-04Add support for Windoes dialog box based certificate selection.Dr. Stephen Henson1-0/+3
2008-06-03Add preliminary SSL client auth callback to CryptoAPI ENGINE.Dr. Stephen Henson1-0/+1
2008-05-31Add CryptoAPI ENGINE from stable branch.Dr. Stephen Henson1-0/+118