This commit is contained in:
David Weinstein 2016-08-16 23:56:37 -04:00
parent 234ce581f9
commit 90c42fc026
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ impl<'a> X509Ref<'a> {
}
}
/// Returns certificate Not Before validity period.
/// Returns certificate Not After validity period.
/// Requires the `x509_expiry` feature.
#[cfg(feature = "x509_expiry")]
pub fn not_after(&self) -> Asn1TimeRef {
@ -444,7 +444,7 @@ impl<'a> X509Ref<'a> {
}
}
/// Returns certificate Not After validity period.
/// Returns certificate Not Before validity period.
/// Requires the `x509_expiry` feature.
#[cfg(feature = "x509_expiry")]
pub fn not_before(&self) -> Asn1TimeRef {