New functions to set lookup_crls callback and to retrieve internal X509_STORE
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cbdf33df1eec950d759da1f4306bd4de32f95d0f..9c8f298d5c55912c986159f718a85ca2a80d2438 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,22 @@
 
  Changes between 1.0.x and 1.1.0  [xx XXX xxxx]
 
+  *) New functions to set lookup_crls function and to retrieve
+     X509_STORE from X509_STORE_CTX.
+     [Steve Henson]
+
+  *) New ctrl and macro to retrieve supported points extensions.
+     Print out extension in s_server and s_client.
+     [Steve Henson]
+
+  *) 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)]
+
   *) New experimental SSL_CONF* functions. These provide a common framework
      for application configuration using configuration files or command lines.
      [Steve Henson]