gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 18bca1c817de94e29c286bd33ebe93890f27cbfe..8c26ac0bca40dd08d6b9d317fb101597e7aba2b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
  _______________
 
  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.NB: safestack not reimplemented yet.
+     [Kurt Roeckx <kurt@roeckx.be>, Peter Hartley <pdh@utter.chaos.org.uk>]
   
   *) Add RFC4507 support to OpenSSL. This includes the corrections in
      RFC4507bis. The encrypted ticket format is an encrypted encoded
@@ -22,6 +26,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