Bug#828478: [PATCH] ovs-pki: Use SHA-512 message digest when available.

2016-07-01 Thread Ben Pfaff
On Sun, Jun 26, 2016 at 08:55:04PM +0200, Kurt Roeckx wrote: > On Sun, Jun 26, 2016 at 11:05:35AM -0700, Ben Pfaff wrote: > > The upcoming OpenSSL 1.1.0 release disables use of SHA-1, which breaks the > > OVS unit tests, which use SHA-1. We last tried to switch to SHA-512 in > > 2014 with commit

Bug#828478: [PATCH] ovs-pki: Use SHA-512 message digest when available.

2016-06-26 Thread Kurt Roeckx
On Sun, Jun 26, 2016 at 11:05:35AM -0700, Ben Pfaff wrote: > The upcoming OpenSSL 1.1.0 release disables use of SHA-1, which breaks the > OVS unit tests, which use SHA-1. We last tried to switch to SHA-512 in > 2014 with commit 9ff33ca75e9fcc ("ovs-pki: Use SHA-512 instead of MD5 as > message

Bug#828478: [PATCH] ovs-pki: Use SHA-512 message digest when available.

2016-06-26 Thread Ben Pfaff
The upcoming OpenSSL 1.1.0 release disables use of SHA-1, which breaks the OVS unit tests, which use SHA-1. We last tried to switch to SHA-512 in 2014 with commit 9ff33ca75e9fcc ("ovs-pki: Use SHA-512 instead of MD5 as message digest."), but we had to downgrade to SHA-1 in commit 4a1f9610682d