Initial experimental CMAC implementation.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5baf7e4f7f9ac550446ae202fb8927aa50ea8a97..bce3fcf79efc64357fa8b678969567e3d0763304 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,12 @@
 
  Changes between 1.0.0 and 1.1.0  [xx XXX xxxx]
 
+  *) Initial CMAC implementation. WARNING: EXPERIMENTAL, API MAY CHANGE.
+     [Steve Henson]
+
   *) Experiemental regnegotiation in s_server -www mode. If the client 
-     browsers /reneg connection is renegotiated. If /renegcert it is
-     renegotiated requestion a certificate.
+     browses /reneg connection is renegotiated. If /renegcert it is
+     renegotiated requesting a certificate.
      [Steve Henson]
 
   *) Add an "external" session cache for debugging purposes to s_server. This
 
  Changes between 0.9.8m (?) and 1.0.0  [xx XXX xxxx]
 
+  *) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher
+     context. The operation can be customised via the ctrl mechanism in
+     case ENGINEs want to include additional functionality.
+     [Steve Henson]
+
   *) Tolerate yet another broken PKCS#8 key format: private key value negative.
      [Steve Henson]