aboutsummaryrefslogtreecommitdiff
path: root/engines/e_capi_err.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12Put message strings in state filesRich Salz1-1/+1
Add "*" as indicator meaning the function/reason is removed, so put an empty string in the function/reason string table; this preserves backward compatibility by keeping the #define's. In state files, trailing backslash means text is on the next line. Add copyright to state files Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3640)
2017-06-07make error tables const and separate header fileRich Salz1-102/+78
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-51/+6
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-98/+101
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-10capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx1-1/+3
Reviewed-by: Matt Caswell <matt@openssl.org>
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-1/+4
2008-06-03Add preliminary SSL client auth callback to CryptoAPI ENGINE.Dr. Stephen Henson1-1/+2
2008-05-31Add CryptoAPI error file too.Dr. Stephen Henson1-0/+178