Re: [Openvpn-devel] OpenVPN and OpenSSL FIPS

2007-10-16 Thread Alon Bar-Lev
Hi! You can post your patch here... But better rebase to BETA-2.1 Then people may help you. Best Regards, Alon Bar-Lev On 10/17/07, Steve Rector wrote: > Hi All: > > I have OpenVPN-2.0.9 working with the OpenSSL FIPS module. What I've done > is added an --enable-fips option to configure which def

[Openvpn-devel] OpenVPN and OpenSSL FIPS

2007-10-16 Thread Steve Rector
Hi All: I have OpenVPN-2.0.9 working with the OpenSSL FIPS module. What I've done is added an --enable-fips option to configure which defines a USE_FIPS environment variable. I also created a static variable which is set to 1 if FIPS mode is enabled and 0 if disabled. I created a function used to

[Openvpn-devel] OpenVPN and OpenSSL FIPS

2007-10-05 Thread Steve Rector
Hi: I managed to compile openvpn with openssl-0.9.7m using the fips 140-2 validated module. Right now it works, but I'm working on cleaning things up a bit and doing additional testing. Once I get the changes I'm working on finished I'll post more info. Steve --