Added support for delta CRLs to x509 plugin

This commit is contained in:
Martin Willi
2011-01-05 16:46:03 +01:00
parent 1019cad161
commit 55e4d8982f
5 changed files with 130 additions and 7 deletions
@@ -382,6 +382,8 @@ static private_openssl_crl_t *create_empty()
},
.get_serial = _get_serial,
.get_authKeyIdentifier = _get_authKeyIdentifier,
.is_delta_crl = (void*)return_false,
.create_delta_crl_uri_enumerator = (void*)enumerator_create_empty,
.create_enumerator = _create_enumerator,
},
},