summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-23 20:51:38 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-23 20:51:38 +0000
commitc608171d9c30eb54a30fe71f9a02a922514dfec7 (patch)
tree5117f51c9ae6ec1ecf69775b2a3e9083ac528639 /CHANGES
parentc2d4c2867b517ca9114cc80503e3ba18e6bc8a83 (diff)
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65bbce6c39..48537e854e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -271,6 +271,11 @@
Changes between 1.0.0e and 1.0.1 [xx XXX xxxx]
+ *) Add RC4-MD5 and AESNI-SHA1 "stiched" implementations.
+
+ This work was sponsored by Intel.
+ [Andy Polyakov]
+
*) 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.