summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbodo <bodo>2011-09-05 09:30:50 +0000
committerbodo <bodo>2011-09-05 09:30:50 +0000
commit6a5809b4b00828fda1cc5df555d9b4dd0c7419cf (patch)
tree62cd9b8c78c6b4c5fffa7d26de993eeffcbad5b4 /CHANGES
parent6f0c3afad9740841b043855553cb8cfaa02cf17d (diff)
downloadopenssl-6a5809b4b00828fda1cc5df555d9b4dd0c7419cf.tar.gz
Synchronize with 1.0.1 CHANGES file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 23 insertions, 17 deletions
diff --git a/CHANGES b/CHANGES
index e3362efa4..b8dde65d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,22 +11,6 @@
to handle HMAC cases.
[Steve Henson]
- *) Add GCM support to TLS library. Some custom code is needed to split
- the IV between the fixed (from PRF) and explicit (from TLS record)
- portions. This adds all GCM ciphersuites supported by RFC5288 and
- RFC5289. Generalise some AES* cipherstrings to inlclude GCM and
- add a special AESGCM string for GCM only.
- [Steve Henson]
-
- *) Expand range of ctrls for AES GCM. Permit setting invocation
- field on decrypt and retrieval of invocation field only on encrypt.
- [Steve Henson]
-
- *) Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support.
- As required by RFC5289 these ciphersuites cannot be used if for
- versions of TLS earlier than 1.2.
- [Steve Henson]
-
*) Add functions FIPS_module_version() and FIPS_module_version_text()
to return numberical and string versions of the FIPS module number.
[Steve Henson]
@@ -274,11 +258,33 @@
Changes between 1.0.0e and 1.0.1 [xx XXX xxxx]
- *) Add RC4-MD5 and AESNI-SHA1 "stiched" implementations.
+ *) Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
This work was sponsored by Intel.
[Andy Polyakov]
+ *) Add GCM support to TLS library. Some custom code is needed to split
+ the IV between the fixed (from PRF) and explicit (from TLS record)
+ portions. This adds all GCM ciphersuites supported by RFC5288 and
+ RFC5289. Generalise some AES* cipherstrings to inlclude GCM and
+ add a special AESGCM string for GCM only.
+ [Steve Henson]
+
+ *) Expand range of ctrls for AES GCM. Permit setting invocation
+ field on decrypt and retrieval of invocation field only on encrypt.
+ [Steve Henson]
+
+ *) Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support.
+ As required by RFC5289 these ciphersuites cannot be used if for
+ versions of TLS earlier than 1.2.
+ [Steve Henson]
+
+ *) For FIPS capable OpenSSL interpret a NULL default public key method
+ as unset and return the appopriate default but do *not* set the default.
+ This means we can return the appopriate method in applications that
+ swicth between FIPS and non-FIPS modes.
+ [Steve Henson]
+
*) Redirect HMAC and CMAC operations to FIPS module in FIPS mode. If an
ENGINE is used then we cannot handle that in the FIPS module so we
keep original code iff non-FIPS operations are allowed.