Mercurial > trustbridge
diff common/errorcodes.h @ 259:20d515604daa
Added new module with helper functions to parse certs.
Currently only stuff to get O and CN from Subject DN.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 15:41:11 +0200 |
parents | bf8c74992724 |
children | 22408d797c92 |
line wrap: on
line diff
--- a/common/errorcodes.h Tue Apr 01 14:34:24 2014 +0200 +++ b/common/errorcodes.h Tue Apr 01 15:41:11 2014 +0200 @@ -19,6 +19,8 @@ #define ERR_STORE_ADD_FAILURE 8 /* Generic invalid input */ #define ERR_INVALID_INPUT 9 +/* Generic invalid certificate */ +#define ERR_INVALID_CERT 10 /*********************************************************************** * mozilla specific errors and warnings