Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 91194
Status: rejected
Priority: 0/
Queue: Net-SSLeay

People
Owner: Nobody in particular
Requestors: lkundrak [...] v3.sk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH 1/2] Update Changes for last edit
Date: Thu, 5 Dec 2013 15:06:35 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: Lubomir Rintel <lkundrak [...] v3.sk>
From: mikem-guest <mikem-guest@008bcf62-b706-0410-a62e-d321f1c85ab9> git-svn-id: svn://svn.debian.org/net-ssleay/trunk@384 008bcf62-b706-0410-a62e-d321f1c85ab9 --- Changes | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Changes b/Changes index de9a901..ab7c950 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ Revision history for Perl extension Net::SSLeay. Added LICENSE file copied form OpenSSL distribution to prevent complaints from various versions of kwalitee. Adjusted license: in META.yml to be 'openssl' + Adds support for the basic operations necessary to support ECDH for PFS, + e.g. EC_KEY_new_by_curve_name, EC_KEY_free and SSL_CTX_set_tmp_ecdh. 1.55 2013-06-08 Added support for TLSV1_1 and TLSV1_2 methods with SSL_CTX_tlsv1_1_new(), -- 1.7.1
From: lubo.rintel [...] gooddata.com
Sorry for sending in this one; I've used git send-email for a wrong branch. Please discard it. On Thu Dec 05 09:07:04 2013, lkundrak@v3.sk wrote: Show quoted text
> From: mikem-guest <mikem-guest@008bcf62-b706-0410-a62e-d321f1c85ab9> > > git-svn-id: svn://svn.debian.org/net-ssleay/trunk@384 008bcf62-b706- > 0410-a62e-d321f1c85ab9 > --- > Changes | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/Changes b/Changes > index de9a901..ab7c950 100644 > --- a/Changes > +++ b/Changes > @@ -6,6 +6,8 @@ Revision history for Perl extension Net::SSLeay. > Added LICENSE file copied form OpenSSL distribution to prevent > complaints > from various versions of kwalitee. > Adjusted license: in META.yml to be 'openssl' > + Adds support for the basic operations necessary to support ECDH > for PFS, > + e.g. EC_KEY_new_by_curve_name, EC_KEY_free and > SSL_CTX_set_tmp_ecdh. > > 1.55 2013-06-08 > Added support for TLSV1_1 and TLSV1_2 methods with > SSL_CTX_tlsv1_1_new(),
Rejected as requested