aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 15:12:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 15:12:07 +0000
commit1c455bc084837cd040f1b4877854c56f39ac70a1 (patch)
treee4f2011e1538148573bc520559be1eb804fb6824 /CHANGES
parent9f6b0635ad87845ddf9c88f0b17569e07c26c4b4 (diff)
downloadopenssl-1c455bc084837cd040f1b4877854c56f39ac70a1.tar.gz
new function ASN1_TIME_diff to calculate difference between two ASN1_TIME structures
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e4eaaed70..534b9481e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) New function ASN1_TIME_diff to calculate the difference between two
+ ASN1_TIME structures or one structure and the current time.
+ [Steve Henson]
+
*) Fixes and wildcard matching support to hostname and email checking
functions. Add manual page.
[Florian Weimer (Red Hat Product Security Team)]