ovs-pki: Use SHA-1 instead of SHA-512 as message digest.
authorAlex Wang <alexw@nicira.com>
Mon, 22 Sep 2014 22:34:12 +0000 (15:34 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 23 Sep 2014 01:38:25 +0000 (18:38 -0700)
commit4a1f9610682d785e18fd38f86d81a66aa212789f
treec81ba2ceb822e474c0e2cb8407a5c91b48710354
parent13a30965fad9df08125bbbce0b2958309f64146e
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>
NEWS
utilities/ovs-pki.in