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

2011-05-08 Thread Dr. Stephen Henson
On Sun, May 08, 2011, The Doctor wrote: > 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 y

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

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: bn(64

Re: direct usage of socket file descriptor

2011-05-08 Thread Anton Vodonosov
Sorry, I posted it to the wrong list by mistate. 08.05.2011, 02:30, "Anton Vodonosov" : > Hello. > > Is it safe to retrieve a socket handle like this: > > (ccl::ioblock-device (ccl::stream-ioblock socket t)) > > and then perform some IO on it directly (in foreign code). > > Can this lead to a

direct usage of socket file descriptor

2011-05-08 Thread Anton Vodonosov
Hello. Is it safe to retrieve a socket handle like this:  (ccl::ioblock-device (ccl::stream-ioblock socket t)) and then perform some IO on it directly (in foreign code). Can this lead to any problems (like the Windows crush we are discussing in the ccl-devel)? Best regards,- Anton _

Re: OpenSSL 1.0.0 BIO_new_accept _only_ binds to IPV6 interface?

2011-05-08 Thread Michael Tüxen
On May 7, 2011, at 11:14 PM, Justin Schoeman wrote: > Michael Tüxen wrote: >> On May 7, 2011, at 10:40 PM, Justin Schoeman wrote: >> >> >>> William A. Rowe Jr. wrote: >>> On 5/7/2011 7:16 AM, Justin Schoeman wrote: > It does not matter which of these I try, openssl alwa