cosmetics
This commit is contained in:
@@ -111,7 +111,7 @@ struct x509_t {
|
|||||||
chunk_t (*get_serialNumber) (const x509_t *this);
|
chunk_t (*get_serialNumber) (const x509_t *this);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get serial number from the certificate.
|
* @brief Get subjectKeyID from the certificate.
|
||||||
*
|
*
|
||||||
* @param this calling object
|
* @param this calling object
|
||||||
* @return subjectKeyID
|
* @return subjectKeyID
|
||||||
@@ -130,7 +130,7 @@ struct x509_t {
|
|||||||
identification_t *(*get_issuer) (const x509_t *this);
|
identification_t *(*get_issuer) (const x509_t *this);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the subjects ID.
|
* @brief Get the subjectDistinguisheName.
|
||||||
*
|
*
|
||||||
* The resulting ID is always a identification_t
|
* The resulting ID is always a identification_t
|
||||||
* of type ID_DER_ASN1_DN.
|
* of type ID_DER_ASN1_DN.
|
||||||
|
|||||||
Reference in New Issue
Block a user