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

GitHub noreply at github.com
Tue Sep 23 01:39:10 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4a1f9610682d785e18fd38f86d81a66aa212789f
      https://github.com/openvswitch/ovs/commit/4a1f9610682d785e18fd38f86d81a66aa212789f
  Author: Alex Wang <alexw at nicira.com>
  Date:   2014-09-22 (Mon, 22 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: #1319116

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




More information about the git mailing list