cosmetics

This commit is contained in:
Andreas Steffen
2006-10-28 13:14:42 +00:00
parent d267cca18f
commit ede816a786
+2 -2
View File
@@ -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.