gwenhywfar 4.0.3

ssl_cert_flags.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     begin       : Wed Mar 16 2005
00003     copyright   : (C) 2005-2010 by Martin Preuss
00004     email       : martin@libchipcard.de
00005 
00006  ***************************************************************************
00007  *          Please see toplevel file COPYING for license details           *
00008  ***************************************************************************/
00009 
00010 
00011 #ifndef GWEN_SSL_CERT_FLAGS_H
00012 #define GWEN_SSL_CERT_FLAGS_H
00013 
00014 
00015 #define GWEN_SSL_CERT_FLAGS_SIGNER_NOT_FOUND 0x00000001
00016 #define GWEN_SSL_CERT_FLAGS_INVALID          0x00000002
00017 #define GWEN_SSL_CERT_FLAGS_REVOKED          0x00000004
00018 #define GWEN_SSL_CERT_FLAGS_EXPIRED          0x00000008
00019 #define GWEN_SSL_CERT_FLAGS_NOT_ACTIVE       0x00000010
00020 #define GWEN_SSL_CERT_FLAGS_BAD_HOSTNAME     0x00000020
00021 #define GWEN_SSL_CERT_FLAGS_BAD_DATA         0x00000040
00022 #define GWEN_SSL_CERT_FLAGS_SYSTEM           0x00000080
00023 #define GWEN_SSL_CERT_FLAGS_OK               0x80000000
00024 
00025 
00026 #endif
00027 
00028