webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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) |
int X509_CRL_set_version | ( | X509_CRL * | x, |
long | version | ||
) |
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 | ||
) |