comparison 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
comparison
equal deleted inserted replaced
258:bf8c74992724 259:20d515604daa
17 #define ERR_STORE_ACCESS_DENIED 7 17 #define ERR_STORE_ACCESS_DENIED 7
18 /* Failed to add certificate to store */ 18 /* Failed to add certificate to store */
19 #define ERR_STORE_ADD_FAILURE 8 19 #define ERR_STORE_ADD_FAILURE 8
20 /* Generic invalid input */ 20 /* Generic invalid input */
21 #define ERR_INVALID_INPUT 9 21 #define ERR_INVALID_INPUT 9
22 /* Generic invalid certificate */
23 #define ERR_INVALID_CERT 10
22 24
23 /*********************************************************************** 25 /***********************************************************************
24 * mozilla specific errors and warnings 26 * mozilla specific errors and warnings
25 * errors range from 0x0081 to 0x08F 27 * errors range from 0x0081 to 0x08F
26 * warnings from 0x0091 to 0x0098 28 * warnings from 0x0091 to 0x0098

http://wald.intevation.org/projects/trustbridge/