Re: [openssl-dev] Adding async support

2015-10-07 Thread Dmitry Belyavsky
Dear Matt, On Wed, Oct 7, 2015 at 4:43 PM, Matt Caswell wrote: > > > On 07/10/15 14:29, Viktor Dukhovni wrote: > > > > Should applications generally enable async mode because that might > > be beneficial down the road? Or is this just for exotic hardware > > not likely to be

Re: [openssl-dev] Adding async support

2015-10-07 Thread Matt Caswell
On 07/10/15 21:44, Dmitry Belyavsky wrote: > Dear Matt, > > On Wed, Oct 7, 2015 at 4:43 PM, Matt Caswell > wrote: > > > > On 07/10/15 14:29, Viktor Dukhovni wrote: > > > > Should applications generally enable async mode because that

Re: [openssl-dev] [openssl.org #3891] [PATCH] Fix undefined behavior executed through OpenSSL tests

2015-10-07 Thread Kurt Roeckx via RT
On Tue, Jun 02, 2015 at 03:50:19PM +0200, Pascal Cuoq via RT wrote: > The attached archive contains a collection of patches for undefined behaviors > that happen while the tests in directory tests/ are executed, with a recent > (as of June 2015) OpenSSL git version. > > Each undefined behavior

[openssl-dev] [openssl.org #4075] Enhancement request: Camellia ECDHE+GCM suites

2015-10-07 Thread Moonchild via RT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello people, An enhancement request here for OpenSSL to add support for Camellia in GCM with ECC key exchange. Rationale: Camellia has been recognized as a modern and supported cipher by ENISA, NESSIE, CRYPTREC, ISO and IETF among others so

[openssl-dev] Adding async support

2015-10-07 Thread Matt Caswell
Hi all A number of people have expressed interest in the async work that I have been doing in collaboration with Intel. This has now progressed to the point where it is going through team review. I thought some of you might like to get early sight of this so I have pushed it to my personal github

Re: [openssl-dev] Elliptical Cipher Suites

2015-10-07 Thread Thirumal, Karthikeyan
Vik Am using 0.9.8a version. Am trying to fix few weak ciphers in my SSL connection and also to make Elliptical cipher suites enable. I see that ECDHE ciphers are elliptical - need more info on this. Thanks & Regards Karthikeyan Thirumal -Original Message- From:

Re: [openssl-dev] Elliptical Cipher Suites

2015-10-07 Thread Viktor Dukhovni
On Wed, Oct 07, 2015 at 12:14:38PM +, Thirumal, Karthikeyan wrote: > Can some one tell me how to enable all the Elliptical Cipher suites ? Is > there a single flag to enable all of the elliptical ciphers ? This question belongs on the openssL-users list, and even there much more detail needs

Re: [openssl-dev] Adding async support

2015-10-07 Thread Matt Caswell
On 07/10/15 14:29, Viktor Dukhovni wrote: > On Wed, Oct 07, 2015 at 10:46:26AM +0100, Matt Caswell wrote: > >> I have also added async support to s_server and s_client through the new >> "-async" flag. The will set the SSL_MODE_ASYNC mode. In order to have an >> effect you will obviously also

Re: [openssl-dev] Adding async support

2015-10-07 Thread Mark Ellzey
As a maintainer of libevent, and spending heaps of time in the ssl abstractions, anything to remove all the insane things you must do now for async io would be a reprieve of the horrors we've dealt with over the years. I do worry that these patches may take too much of the work away to the point

[openssl-dev] [openssl.org #4074] [PATCH] Fixes for when PSK, SRP, SRTP and DTLS1 are disabled

2015-10-07 Thread Short, Todd via RT
Hello OpenSSL Org: While evaluating the master branch, I discovered that the code does not compile, nor do the unit tests pass, when disabling certain features. Specifically, PSK, SRP, SRTP and DTLS1. The following patch for master branch will fix the issues. Thanks, -- -Todd Short //

[openssl-dev] Test, sorry, please ignore.

2015-10-07 Thread Salz, Rich
Thanks. /r$ -- Senior Architect, Akamai Technologies IM: richs...@jabber.at Twitter: RichSalz ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] Sorry, another test

2015-10-07 Thread Salz, Rich
/r$ ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Adding async support

2015-10-07 Thread Matt Caswell
On 07/10/15 16:57, Devchandra L Meetei wrote: > > > On Wed, Oct 7, 2015 at 3:16 PM, Matt Caswell > > wrote: > > > > libssl has been made async aware through the introduction of a new mode >

Re: [openssl-dev] Adding async support

2015-10-07 Thread Devchandra L Meetei
Hello Mark I have been working recently on evt , which is still in WIP, exposing a callback based async API's on top of libssl. The idea was to abstract libssl with well defined APIs that can be integrated with libraries like libevent and libuv. Thought It might

Re: [openssl-dev] Adding async support

2015-10-07 Thread Devchandra L Meetei
On Wed, Oct 7, 2015 at 3:16 PM, Matt Caswell wrote: > > > libssl has been made async aware through the introduction of a new mode > "SSL_MODE_ASYNC". The mode is set using a call to one of the existing > functions SSL_CTX_set_mode()