From: Stephen R. <rs...@gm...> - 2019-07-22 21:52:38
|
It's stock OpenVPN from the website but the CentOS image [1] does have FIPS enabled which appears to have caused the problem. I disabled FIPS on the CentOS 7 system using the following: yum remove dracut-fips\* dracut --force grubby --update-kernel=ALL --remove-args=fips=1 sed -i 's/ fips=1//' /etc/default/grub While this does fix the problem, I would prefer to keep FIPS enabled though. Is there a way to support FIPS? [1] https://github.com/plus3it/spel On Mon, Jul 22, 2019 at 2:17 PM Gert Doering <ge...@gr...> wrote: > Hi, > > On Mon, Jul 22, 2019 at 12:05:09PM -0400, Stephen Reese wrote: > > Mon Jul 22 15:18:53 2019 library versions: OpenSSL 1.0.2k-fips 26 Jan > > Is this stock openvpn, or with some sort of extra patches added for > FIPS support? > > gert > > -- > "If was one thing all people took for granted, was conviction that if you > feed honest figures into a computer, honest figures come out. Never > doubted > it myself till I met a computer with a sense of humor." > Robert A. Heinlein, The Moon is a Harsh > Mistress > > Gert Doering - Munich, Germany > ge...@gr... > |