aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2014-09-22 15:34:12 -0700
committerAlex Wang <alexw@nicira.com>2014-09-22 18:38:25 -0700
commit4a1f9610682d785e18fd38f86d81a66aa212789f (patch)
treec81ba2ceb822e474c0e2cb8407a5c91b48710354 /NEWS
parent13a30965fad9df08125bbbce0b2958309f64146e (diff)
ovs-pki: Use SHA-1 instead of SHA-512 as message digest.
Commit 9ff33ca7 (ovs-pki: Use SHA-512 instead of MD5 as message digest.) changes the message digest algorithm to SHA-512. This seems to break the unit tests on some xenserver 5.6/6.0 builds causing the error: "SSL_connect: error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm". As a solution, this commit changes the message digest algorithm to SHA-1 which works for both the above xenserver builds and centos 7. VMware-BZ: #1319116 Signed-off-by: Alex Wang <alexw@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9ea90fb5..a8bd45b68 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ Post-v2.3.0
* "resubmit" actions may now be included in action sets. The resubmit
is executed last, and only if the action set has no "output" or "group"
action.
- - ovs-pki: Changed message digest algorithm from MD5 to SHA-512 because
+ - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
MD5 is no longer secure and some operating systems have started to disable
it in OpenSSL.
- ovsdb-server: New OVSDB protocol extension allows inequality tests on