[ovs-git] [openvswitch/ovs] 53d58a: ovs-pki: Use SHA-1 instead of SHA-512 as message d...

GitHub noreply at github.com
Tue Sep 23 20:11:52 UTC 2014


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: 53d58ab0fabe8eab57a0d29f5bca08adc620c8da
      https://github.com/openvswitch/ovs/commit/53d58ab0fabe8eab57a0d29f5bca08adc620c8da
  Author: Alex Wang <alexw at nicira.com>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M NEWS
    M utilities/ovs-pki.in

  Log Message:
  -----------
  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: #1304530

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list