Update CHANGES.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 2 Apr 2008 11:24:22 +0000 (11:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Apr 2008 11:24:22 +0000 (11:24 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2e1ab472cabb16eba7e85f1edfa2c31a216c0a58..65e6d77f0d35a329dc7748df7cd156c426c70c67 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
  Changes between 0.9.8g and 0.9.8h  [xx XXX xxxx]
 
+  *) Add AES_wrap_key() and AES_unwrap_key() functions to implement
+     RFC3394 compatible AES key wrapping.
+     [Steve Henson]
+
+  *) Add utility functions to handle ASN1 structures. ASN1_STRING_set0():
+     sets string data without copying. X509_ALGOR_set0() and
+     X509_ALGOR_get0(): set and retrieve X509_ALGOR (AlgorithmIdentifier)
+     data. Attribute function X509at_get0_data_by_OBJ(): retrieves data
+     from an X509_ATTRIBUTE structure optionally checking it occurs only
+     once. ASN1_TYPE_set1(): set and ASN1_TYPE structure copying supplied
+     data.
+     [Steve Henson]
+
   *) Fix BN flag handling in RSA_eay_mod_exp() and BN_MONT_CTX_set()
      to get the expected BN_FLG_CONSTTIME behavior.
      [Bodo Moeller (Google)]