Initial record tracing code. Print out all fields in SSL/TLS records
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 21bff0eda12ceabb9df39132257268b312ad415a..801b604a8f99a4bef318dac03bcf26051e3ffadc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Initial SSL tracing code. This parses out SSL/TLS records using the
+     message callback and prints the results. Needs compile time option
+     "enable-ssl-trace". New options to s_client and s_server to enable
+     tracing.
+     [Steve Henson]
+
+  *) New functions to retrieve certificate signature and signature
+     OID NID.
+     [Steve Henson]
+
   *) Print out deprecated issuer and subject unique ID fields in
      certificates.
      [Steve Henson]