webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
x509cset.c File Reference
#include <openssl/asn1.h>
#include <openssl/evp.h>
#include <openssl/obj.h>
#include <openssl/x509.h>
#include "../internal.h"

Functions

int X509_CRL_set_version (X509_CRL *x, long version)
 
int X509_CRL_set_issuer_name (X509_CRL *x, X509_NAME *name)
 
int X509_CRL_set_lastUpdate (X509_CRL *x, const ASN1_TIME *tm)
 
int X509_CRL_set_nextUpdate (X509_CRL *x, const ASN1_TIME *tm)
 
int X509_CRL_sort (X509_CRL *c)
 
int X509_CRL_up_ref (X509_CRL *crl)
 
int X509_REVOKED_set_revocationDate (X509_REVOKED *x, ASN1_TIME *tm)
 
int X509_REVOKED_set_serialNumber (X509_REVOKED *x, ASN1_INTEGER *serial)
 

Function Documentation

◆ X509_CRL_set_issuer_name()

int X509_CRL_set_issuer_name ( X509_CRL x,
X509_NAME name 
)

◆ X509_CRL_set_lastUpdate()

int X509_CRL_set_lastUpdate ( X509_CRL x,
const ASN1_TIME tm 
)

◆ X509_CRL_set_nextUpdate()

int X509_CRL_set_nextUpdate ( X509_CRL x,
const ASN1_TIME tm 
)

◆ X509_CRL_set_version()

int X509_CRL_set_version ( X509_CRL x,
long  version 
)

◆ X509_CRL_sort()

int X509_CRL_sort ( X509_CRL c)

◆ X509_CRL_up_ref()

int X509_CRL_up_ref ( X509_CRL crl)

◆ X509_REVOKED_set_revocationDate()

int X509_REVOKED_set_revocationDate ( X509_REVOKED x,
ASN1_TIME tm 
)

◆ X509_REVOKED_set_serialNumber()

int X509_REVOKED_set_serialNumber ( X509_REVOKED x,
ASN1_INTEGER serial 
)