> -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
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...
>
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
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
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
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
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
/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