Re: [Openvpn-devel] Enable FIPS encryption

2016-12-02 Thread boxartst
I think in order to activate FIPS mode in openvpn we need not only to build it against fips capable openssl, but also call FIPS_mode_set() function inside openvpn code. I'm guessing fips mode activation in the kernel in case of RHEL means that all services and applications in the system would

[Openvpn-devel] Enable FIPS encryption

2016-12-02 Thread boxartst
Hi! I would like to know if it's possible to enable fips enabled encryption on my vpn server? Here is a link to fips user guide https://www.openssl.org/docs/fips/UserGuide-2.0.pdf . It looks like I'd have to change source code and compile it myself to make it FIPS compliant. Any help or advi