Added support for CRL generation to x509 plugin

This commit is contained in:
Martin Willi
2010-05-21 16:25:51 +02:00
parent aab861608a
commit 13c593f126
5 changed files with 202 additions and 3 deletions
@@ -46,4 +46,13 @@ struct x509_crl_t {
*/
x509_crl_t *x509_crl_load(certificate_type_t type, va_list args);
/**
* Generate a X.509 CRL.
*
* @param type certificate type, CERT_X509_CRL only
* @param args builder_part_t argument list
* @return X.509 CRL, NULL on failure
*/
x509_crl_t *x509_crl_gen(certificate_type_t type, va_list args);
#endif /** X509_CRL_H_ @}*/