Finish sentence with a "."
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 78159bc62c3e75dbe4c8c2539170297af76d084c..5b3be3eebc6c7387c65f1b4e84af10d273f410b2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,16 +3,23 @@
  _______________
 
  Changes between 0.9.8e and 0.9.8f  [xx XXX xxxx]
+
+  *) Changes to avoid need for function casts in OpenSSL: some compilers
+     (gcc 4.2 and later) reject their use.
+     [Kurt Roeckx <kurt@roeckx.be>, Peter Hartley <pdh@utter.chaos.org.uk>,
+      Steve Henson]
   
   *) Add RFC4507 support to OpenSSL. This includes the corrections in
      RFC4507bis. The encrypted ticket format is an encrypted encoded
      SSL_SESSION structure, that way new session features are automatically
      supported.
 
-     If a client application caches session in an SSL_SESSION support it
-     should automatically be supported because an extension includes the
-     ticket in the structure. The SSL_CTX structure automatically generates
-     keys for ticket protection in servers so again support should be possible
+     If a client application caches session in an SSL_SESSION structure
+     support is transparent because tickets are now stored in the encoded
+     SSL_SESSION.
+     
+     The SSL_CTX structure automatically generates keys for ticket
+     protection in servers so again support should be possible
      with no application modification.
 
      If a client or server wishes to disable RFC4507 support then the option
@@ -20,6 +27,8 @@
 
      Add a TLS extension debugging callback to allow the contents of any client
      or server extensions to be examined.
+
+     This work was sponsored by Google.
      [Steve Henson]
 
   *) Add initial support for TLS extensions, specifically for the server_name