diff options
author | Determinant <[email protected]> | 2019-06-19 19:11:58 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-19 19:11:58 -0400 |
commit | 4f41e23016dc316334e7d6cc8765bdf334b96f3e (patch) | |
tree | 560ad5144e9bc4d7193b0db1ffebb86aca1d0d68 /src/util.cpp | |
parent | 8f42d0581a8e0cd77bde459db6b61fd957e19c1b (diff) |
more openssl wrappers
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp index fde326a..66bcd12 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -49,8 +49,11 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "configuration file line too long", "invalid option format", "unable to load cert", - "uable to load key", - "tls generic error" + "unable to load key", + "tls generic error", + "x509 cert error", + "EVP_PKEY error", + "unknown error" }; const char *TTY_COLOR_RED = "\x1b[31m"; |