Add an enumerator for PKCS#7 contained certificates

This commit is contained in:
Martin Willi
2012-12-19 10:32:08 +01:00
parent 9afbe59953
commit 9e967d7dda
4 changed files with 17 additions and 0 deletions
@@ -380,6 +380,7 @@ static private_pkcs7_enveloped_data_t* create_empty()
.get_encoding = _get_encoding,
.destroy = _destroy,
},
.create_cert_enumerator = (void*)enumerator_create_empty,
.get_attribute = (void*)return_false,
},
);