[openssl.org #2512] [PATCH] Fix for BIO_new_accept()

2011-05-08 Thread Michael Tuexen via RT
The attached patch fixes 1.0.0-stable and 1.0.1-stable such that BIO_new_accept(8080) will bind an IPv4 or IPv6 socket, which depends on the system. stable-0.9.8 would use an IPv4 socket. BIO_new_accept(::8080) will bind an IPv6 socket. BIO_new_accept(*:8080) will bind an IPv4 socket. Best

openssl-1.0.1-stable-SNAP-20110508 issues

2011-05-08 Thread The Doctor
Finally got fips to work, however 1) In either README or READ.FIPS, please state to compile FIPS, please use GNU make. BSD make was choking 2) openssl version -a yields OpenSSL 1.1.0-fips-dev xx XXX built on: Sun May 8 10:06:19 MDT 2011 platform: debug-bsdi-x86-elf options:

Re: openssl-1.0.1-stable-SNAP-20110508 issues

2011-05-08 Thread The Doctor
On Sun, May 08, 2011 at 02:02:59PM -0600, The Doctor wrote: Finally got fips to work, however 1) In either README or READ.FIPS, please state to compile FIPS, please use GNU make. BSD make was choking 2) openssl version -a yields OpenSSL 1.1.0-fips-dev xx XXX built on: Sun