added get_subjectKeyIdentifier() to x509_t
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user