Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 05:34:31AM -0700, The Doctor wrote: > On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > > >>

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > >> tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' > > > > Are you sure

Re: [openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2016-01-06 Thread Hubert Kario via RT
On Monday 28 December 2015 15:28:26 Kurt Roeckx via RT wrote: > On Mon, Dec 28, 2015 at 03:01:28PM +, Short, Todd via RT wrote: > > Hello OpenSSL.org: > > > > This is a patch for the master branch. The changes in master to add > > ChaCha20 to OpenSSL do not include an

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 07:33:27AM -0700, The Doctor wrote: > On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > >

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > SSLeay_version(SSLEAY_VERSION))) <0) > > > > Could there be anything that is

[openssl-dev] [openssl.org #4220] Simple BIO demo make memory leak

2016-01-06 Thread wangjin via RT
Dear, Recently, I got an issue on my RHEL6.5 x64 platform with original openssl-1.0.2e without patch. Please find the attached files for testing demo, this simple demo will generate Memory Leak, is it a bug ? I am not sure why? Thank you for in advance. The same test on Win7 x64,

[openssl-dev] [openssl.org #4219] [typos] DANE related docs

2016-01-06 Thread Claus Assmann via RT
diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod index 66eb1b3..29fc4db 100644 --- a/doc/ssl/SSL_CTX_dane_enable.pod +++ b/doc/ssl/SSL_CTX_dane_enable.pod @@ -40,7 +40,7 @@ SSL_CTX_dane_mtype_set() may then be called zero or more times to to adjust the supported

Re: [openssl-dev] [openssl.org #4208]: [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_1-stable and OpenSSL_1_0_2-stable.

2016-01-06 Thread Juan Manuel Guerrero via RT
Am 29.12.2015 20:43, schrieb The default queue via RT: > I have been using the DJGPP port of OpenSSL for a couple of years and I would > like to propose some fixes and improvements. No one of the proporsed changes > have impact on any other port. I supply two patches, one for today's >

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-06 Thread Juan Manuel Guerrero
clude # include +# include # include # include # define _setmode setmode # define _O_TEXT O_TEXT # define _O_BINARY O_BINARY +# define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12) +# undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'eg

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread Kurt Roeckx
On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > >> tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' > > > > Are you sure

Re: [openssl-dev] [openssl.org #4208] : [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_1-stable and OpenSSL_1_0_2-stable.

2016-01-06 Thread Juan Manuel Guerrero via RT
Am 29.12.2015 20:43, schrieb The default queue via RT: > I have been using the DJGPP port of OpenSSL for a couple of years and I would > like to propose some fixes and improvements. No one of the proporsed changes > have impact on any other port. I supply two patches, one for today's >

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-06 Thread Juan Manuel Guerrero via RT
12) +# undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets. */ # undef DEVRANDOM # define DEVRANDOM "/dev/urandom\x24" # endif/* __DJGPP__ */ djgpp-openssl-SNAP-20160106.patch.gz Description: GNU Zip compressed data ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4219] [typos] DANE related docs

2016-01-06 Thread Viktor Dukhovni
On Wed, Jan 06, 2016 at 05:15:58PM +, Claus Assmann via RT wrote: > diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod > index 66eb1b3..29fc4db 100644 > diff --git a/doc/ssl/SSL_set1_host.pod b/doc/ssl/SSL_set1_host.pod > index b008a5f..0ef2448 100644 Thanks

Re: [openssl-dev] [PATCH][OpenSSL-1.0.2] making it possible to do async session lookup during session resumption

2016-01-06 Thread Alessandro Ghedini
On Wed, Jan 06, 2016 at 06:21:13AM +, Viktor Dukhovni wrote: > On Tue, Jan 05, 2016 at 02:44:32PM -0800, Zi Lin wrote: > > > Hi OpenSSL devs, > > > > I want to propose a patch that makes OpenSSL compatible with > > asynchronous session lookup during session resumption. > > I think this is a