cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Enumerations
certrev.c File Reference
#include "cert/cert.h"
#include "enc_dec/asn1.h"
#include "enc_dec/asn1_ext.h"

Go to the source code of this file.

Macros

#define MAX_ID_SIZE   128
 
#define CRL_SORT_LIMIT   1024
 

Enumerations

enum  { CTAG_OI_CERTIFICATE, CTAG_OI_CERTIDWITHSIG, CTAG_OI_RTCS }
 
enum  { OCSP_STATUS_NOTREVOKED, OCSP_STATUS_REVOKED, OCSP_STATUS_UNKNOWN }
 

Macro Definition Documentation

#define CRL_SORT_LIMIT   1024

Definition at line 32 of file certrev.c.

#define MAX_ID_SIZE   128

Definition at line 21 of file certrev.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
CTAG_OI_CERTIFICATE 
CTAG_OI_CERTIDWITHSIG 
CTAG_OI_RTCS 

Definition at line 36 of file certrev.c.

anonymous enum
Enumerator:
OCSP_STATUS_NOTREVOKED 
OCSP_STATUS_REVOKED 
OCSP_STATUS_UNKNOWN 

Definition at line 40 of file certrev.c.