summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-15 13:25:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-15 13:25:26 +0000
commit1bf508c9cff57587df382cf5729d0d937405d59d (patch)
tree10ece7cd3c204de8fe8d5f9e6dbb472f12ffb0d9 /CHANGES
parent799668c1ceebda16a93371923459b0fdf5670fa4 (diff)
new function to diff tm structures
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a0736f43f3..6f713d9e87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
+ *) New function OPENSSL_gmtime_diff to find the difference in days
+ and seconds between two tm structures. This will be used to provide
+ additional functionality for ASN1_TIME.
+ [Steve Henson]
+
*) New -sigopt option to the ca, req and x509 utilities. Additional
signature parameters can be passed using this option and in
particular PSS.