Re: [Openvpn-devel] [Openvpn-users] Segmentation Fault

2016-07-08 Thread pbarton
It seems to mostly replace all "md5_..." stuff with "sha1_..." functions (looks very much like find-and-replace to me...) *and* it adds a special fips function call that allows MD5 in certain circumstances... + /* FIPS 140-2 explicitly allows MD5 for the use in PRF although it is not + * to

Re: [Openvpn-devel] [Openvpn-users] Segmentation Fault

2016-07-08 Thread Gert Doering
Hi, On Fri, Jul 08, 2016 at 06:18:08PM +0200, Jan Just Keijser wrote: > https://build.opensuse.org/package/view_file/network:vpn/openvpn/openvpn-fips140-2.3.2.patch?expand=1 It seems to mostly replace all "md5_..." stuff with "sha1_..." functions (looks very much like find-and-replace to me...) *

Re: [Openvpn-devel] [Openvpn-users] Segmentation Fault

2016-07-08 Thread Jan Just Keijser
Hi, On 08/07/16 16:55, pbar...@netprotec.com wrote: Please run the OpenVPN instance which core dumps via gdb. When it segfaults, type the command 'bt' (backtrace) and provide us with the complete backtrace. Then we can have an idea where in the code it crashed. Another alte