RE: OpenSSL port in FreeBSD: DTLS networking problem (DF bit not set)

2012-06-03 Thread Oleg Moskalenko
> -Original Message- > From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Michael Tuexen > Sent: Sunday, June 03, 2012 5:02 PM > To: openssl-users@openssl.org > Cc: Robin Seggelmann > Subject: Re: OpenSSL port in FreeBSD: DTLS networking problem

Re: OpenSSL port in FreeBSD: DTLS networking problem (DF bit not set)

2012-06-03 Thread Michael Tuexen
On Jun 3, 2012, at 11:35 PM, Oleg Moskalenko wrote: > Hi Michael > > You are right, this is SHOULD, not MUST, but still it is strongly > recommended. Hi Oleg, my point was that the application SHOULD be able to control the sending of the DF bit, not that the DF bit always has to be set... >

RE: Problems installing

2012-06-03 Thread Curtis, John G
I did some additional digging and carved out the Perl detection section of config into its own script and it was able to find the installed version properly. I then place few "echo" statements in the original script and found the "Can't open" error occurs on line 862: if "$i/perl$EXE" -e 'exi

variable response size of "openssl rand" on windows

2012-06-03 Thread alexis _
hello, this is my first post here, so please sorry if the question feels clumsy or inappropriate. i am concerned about the use of random generation so i thought using openssl random generation algorithm would be agood idea. Indeed after browsing at the openssl rand source it seems the seeding

RE: OpenSSL port in FreeBSD: DTLS networking problem (DF bit not set)

2012-06-03 Thread Oleg Moskalenko
Hi Michael You are right, this is SHOULD, not MUST, but still it is strongly recommended. My point was that, probably, OpenSSL should make the things as universally and portable as possible... it allows setting this bit to DF for Linux, and if FreeBSD provides the same facility, then why not u

Re: OpenSSL port in FreeBSD: DTLS networking problem (DF bit not set)

2012-06-03 Thread Michael Tuexen
On Jun 3, 2012, at 7:56 PM, Oleg Moskalenko wrote: > Hi > > I am using the OpenSSL library with FreeBSD, primarily the DTLS > functionality. Unfortunately, what I discovered, is that the DTLS networking > requirements are implemented for Linux only in OpenSSL code. That code is > protected by

OpenSSL port in FreeBSD: DTLS networking problem (DF bit not set)

2012-06-03 Thread Oleg Moskalenko
Hi I am using the OpenSSL library with FreeBSD, primarily the DTLS functionality. Unfortunately, what I discovered, is that the DTLS networking requirements are implemented for Linux only in OpenSSL code. That code is protected by #ifdef OPENSSL_SYS_LINUX and nothing is done for other OSes (see

RE: Problems installing

2012-06-03 Thread Curtis, John G
/dev/null does exist and the reply from "perl-v" tells me it is in my path. Where do I go from here? From: owner-openssl-us...@openssl.org on behalf of Jeremy Farrell Sent: Sat 6/2/2012 9:57 PM To: openssl-users@openssl.org Subject: RE: Problems installing Ju