added get_subjectKeyIdentifier() to x509_t

This commit is contained in:
Andreas Steffen
2009-09-26 22:10:36 +02:00
parent f12d8cf719
commit 8ad23ba346
2 changed files with 39 additions and 14 deletions
@@ -73,6 +73,13 @@ struct x509_t {
*/
chunk_t (*get_serial)(x509_t *this);
/**
* Get the the subjectKeyIdentifier.
*
* @return subjectKeyIdentifier as chunk_t, internal data
*/
chunk_t (*get_subjectKeyIdentifier)(x509_t *this);
/**
* Get the the authorityKeyIdentifier.
*