Re: [openssl-dev] 1.1 release being delayed

2016-06-24 Thread Jouni Malinen
get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) Is there a clear point in time after which the OpenSSL 1.1.0 API is expected to be fully frozen for the release (well, other than the final public release showing up)? (*) https://www.openssl.org/p

[openssl-dev] OpenSSL 1.1.0-pre4 change in SSL_get_version() return value

2016-03-18 Thread Jouni Malinen
nd SSL_SESSION_print(). In addition to that, it seems to be changing DTL1_BAD_VER value for SSL_SESSION_print(). It should also be noted that the new implementation does not match the man page for SSL_get_version(): https://www.openssl.org/docs/manmaster/ssl/SSL_get_version.htm

[openssl-dev] OpenSSL 1.1.0 and OCSP stapling with status_request_v2 (RFC 6961)

2016-02-17 Thread Jouni Malinen
that can currently be added: 00 05 00 05 01 00 00 00 00 Parsing ServerHello: Accept status_request_v2 extension Parsing CertificateStatus: Accept certificate status type ocsp_multi(2) -- Jouni MalinenPGP id EFC895FA -- openssl-dev mailing list

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 3 published

2016-02-16 Thread Jouni Malinen
ory leaks, those were not caused by the OpenSSL library itself. As such, I've already added the #ifdef based on OpenSSL version. This has the additional benefit of marking up code for cleanup once OpenSSL 1.0.2 support terminates in the future. -- Jouni Malinen

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 3 published

2016-02-15 Thread Jouni Malinen
On Mon, Feb 15, 2016 at 09:34:33PM +, Matt Caswell wrote: > On 15/02/16 21:25, Jouni Malinen wrote: > > Is this change in OpenSSL behavior expected? Is it not allowed to call > > EVP_cleanup() and then re-initialize OpenSSL digests with > > SSL_library_init()? > >

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 3 published

2016-02-15 Thread Jouni Malinen
On Mon, Feb 15, 2016 at 10:52:27PM +0200, Jouni Malinen wrote: > On Mon, Feb 15, 2016 at 07:04:20PM +, OpenSSL wrote: > >OpenSSL version 1.1.0 pre release 3 (alpha) > It looks like something in pre release 3 has changed behavior in a way > that results in SSL_CTX_ne

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 3 published

2016-02-15 Thread Jouni Malinen
or is there supposed to be some changes needed in applications using OpenSSL to work with this auto init/de-init libssl change? -- Jouni MalinenPGP id EFC895FA -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 2 published

2016-01-15 Thread Jouni Malinen
ify -trusted ca-incorrect.pem -purpose sslclient user.pem $OPENSSL verify -trusted ca.pem -purpose sslserver server-eku-client.pem $OPENSSL verify -trusted ca.pem -purpose sslserver server-expired.pem -- Jouni MalinenPGP id EFC895FA _

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 2 published

2016-01-14 Thread Jouni Malinen
1E48C1FF: ??? ==627==by 0xFFF00038F: ??? ==627==by 0xFFF00038F: ??? ==627==by 0x1: ??? ==627==by 0x654653F: ??? ==627== Address 0x1003029407 is not stack'd, malloc'd or (recently) free'd -- Jouni MalinenPGP id EFC895FA __

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 2 published

2016-01-14 Thread Jouni Malinen
Thanks! I confirmed that both the patch on top of pre-rel 2 (+ CRL fix) and the current master branch snapshot fixed all the test cases that I saw failing previously. -- Jouni MalinenPGP id EFC895FA ___ openssl

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 2 published

2016-01-14 Thread Jouni Malinen
; Date: Thu Jan 14 12:23:35 2016 -0500 > > Always initialize X509_STORE_CTX get_crl pointer Thanks! This applied on top of pre-rel 2 does indeed resolve the CRL issue I saw. -- Jouni MalinenPGP id EFC895FA _

Re: [openssl-dev] OpenSSL version 1.1.0 pre release 2 published

2016-01-14 Thread Jouni Malinen
error 19 (self signed certificate in certificate chain) depth 1 for '/C=FI/O=w1.fi/CN=Root CA' So this has to be something with how the chain verification code gets configured.. I'll see if I can find the commit that changed the behavior to make it a bit more easier to figure out what exactly may have

Re: [openssl-dev] EAP-FAST and OpenSSL 1.1.x with new client TLS state machine

2015-12-04 Thread Jouni Malinen
ble to pass all my EAP regression tests. -- Jouni MalinenPGP id EFC895FA ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-08-02 Thread Jouni Malinen
On Fri, Jul 31, 2015 at 08:36:46PM +0100, Matt Caswell wrote: https://github.com/openssl/openssl/commit/e1e088ec7f2f33c4c4ad31312d62c536441d4358 Thanks! With this, all my EAP test cases are now passing with the OpenSSL master branch snapshot. -- Jouni Malinen

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-07-31 Thread Jouni Malinen
On Thu, Jul 30, 2015 at 11:00:45AM +0100, Matt Caswell wrote: On 28/07/15 15:09, Jouni Malinen wrote: The remaining issue for EAP-FAST server is in the SSL_set_session_secret_cb() callback not having access to the correct server_random through SSL_get_server_random(). Is this still

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-07-28 Thread Jouni Malinen
it seems to work now). -- Jouni MalinenPGP id EFC895FA ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-07-27 Thread Jouni Malinen
from OpenSSL without having to implement the PRF for this externally (and without exporting the master key for that matter). -- Jouni MalinenPGP id EFC895FA ___ openssl-dev mailing list To unsubscribe: https

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-07-24 Thread Jouni Malinen
OpenSSL releases, so I should at least notice regressions in the relevant areas pretty quickly. In theory, I could also do this on snapshot builds (or repository snapshots in general). -- Jouni MalinenPGP id EFC895FA

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-07-23 Thread Jouni Malinen
, server_random + client_random, 48)). -- Jouni MalinenPGP id EFC895FA ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl.org #2128] PKCS12_PBE_add is a noop but maybe it should add the algorithms?

2010-01-11 Thread Jouni Malinen
On Tue, Dec 15, 2009 at 10:18 AM, Tomas Mraz via RT r...@openssl.org wrote: If you call just SSL_library_init() and PKCS12_PBE_add some pkcs12 files will not be loadable and moreover the openssl will crash due to missing checks for ciphers not found. I've reported the crash in a separate

Re: openssl-0.9.8d-tls-extensions.patch is not in the latest openssl-0.9.8k.tar.gz

2009-04-29 Thread Jouni Malinen
in the latest wpa_supplicant release (openssl-0.9.8i-tls-extensions.patch applies to OpenSSL 0.9.8k). -- Jouni MalinenPGP id EFC895FA __ OpenSSL Project

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-23 Thread Jouni Malinen via RT
Here's a backport version of the session ticket override patch against OpenSSL 0.9.8i. This provides the same API that was committed into 0.9.9 tree and it can be used with the current development snapshot of wpa_supplicant/hostapd 0.6.x for EAP-FAST. -- Jouni Malinen

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-16 Thread Jouni Malinen
to be working fine and will make it much easier for distributions to include EAP-FAST support in the future. -- Jouni MalinenPGP id EFC895FA __ OpenSSL Project

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-16 Thread Jouni Malinen via RT
to be working fine and will make it much easier for distributions to include EAP-FAST support in the future. -- Jouni MalinenPGP id EFC895FA __ OpenSSL Project

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-12 Thread Jouni Malinen
is also inconsistent with the rest of OpenSSL. The attached version should clean up indentation to match with rest of the code. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 5077) for the parts used by EAP-FAST

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-12 Thread Jouni Malinen via RT
is also inconsistent with the rest of OpenSSL. The attached version should clean up indentation to match with rest of the code. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 5077) for the parts used by EAP-FAST

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-12 Thread Jouni Malinen
/wpa_supplicant, but I haven't committed the matching changes yet into my repository since I did not want to change the API use there before the modified version gets into the OpenSSL repository. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-12 Thread Jouni Malinen via RT
/wpa_supplicant, but I haven't committed the matching changes yet into my repository since I did not want to change the API use there before the modified version gets into the OpenSSL repository. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-10-22 Thread Jouni Malinen via RT
the initial patch that was done before the session ticket support was added to OpenSSL. In practice, SSL_set_hello_extension() is only used to replace the SessionTicket extension (ext_type=35) and any mechanism that allows this to be done would be fine. -- Jouni Malinen

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-10-22 Thread Jouni Malinen
the initial patch that was done before the session ticket support was added to OpenSSL. In practice, SSL_set_hello_extension() is only used to replace the SessionTicket extension (ext_type=35) and any mechanism that allows this to be done would be fine. -- Jouni Malinen

[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-09-28 Thread Jouni Malinen via RT
patch update must be removed from the patch. This version was tested with openssl-SNAP-20080928.tar.gz. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 5077) for the parts used by EAP-FAST (RFC 4851

[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-08-24 Thread Jouni Malinen via RT
to OpenSSL development as someone outside the core development team would also be appreciated if no one in the core team is interested in looking into this or providing comments. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS

Session ticket and Session ID validation change in 0.9.8h

2008-05-29 Thread Jouni Malinen
and would welcome any recommendations on how to handle this issue for EAP-FAST (RFC 4851). -- Jouni MalinenPGP id EFC895FA __ OpenSSL Project http

[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-04-15 Thread Jouni Malinen via RT
would be very helpful. -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 5077) for the parts used by EAP-FAST (RFC 4851). This is based on the patch from Alexey Kobozev [EMAIL PROTECTED] (sent to openssl-dev

[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2007-08-23 Thread Jouni Malinen via RT
with EAP-FAST? -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 4507) for the parts used by EAP-FAST (RFC 4851). This is based on the patch from Alexey Kobozev [EMAIL PROTECTED] (sent to openssl-dev mailing

Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2007-08-22 Thread Jouni Malinen
with EAP-FAST? -- Jouni MalinenPGP id EFC895FA This patch adds support for TLS SessionTicket extension (RFC 4507) for the parts used by EAP-FAST (RFC 4851). This is based on the patch from Alexey Kobozev [EMAIL PROTECTED] (sent to openssl-dev mailing

TLS SessionTicket (RFC 4507) and EAP-FAST (RFC 4851)

2007-06-11 Thread Jouni Malinen
+SSL_set_hello_extension_cb 302 EXIST::FUNCTION:TLSEXT +SSL_set_session_secret_cb 303 EXIST::FUNCTION:TLSEXT -- Jouni MalinenPGP id EFC895FA __ OpenSSL Project

Re: [openssl.org #1276] [PATCH] TLS Extensions - RFC 3546 (Try 2)

2006-02-01 Thread Jouni Malinen
be a combination of adding the PAC-Opaque extension (a.k.a. SessionTicket TLS extension) and taking care of a callback for fetching pre-shared secret for session resumption. -- Jouni MalinenPGP id EFC895FA

Re: [openssl.org #1276] [PATCH] TLS Extensions - RFC 3546 (Try 2)

2006-01-27 Thread Jouni Malinen
. Has anyone taken a look at that and are there plans on adding support for it in 0.9.9-dev? The patch mentioned above includes at least the parts of this that are needed for peer side implementation of EAP-FAST. tls-ticket draft may include somewhat more generic mechanism, though. -- Jouni Malinen

Re: OpenSSL and EAP-FAST (ClientHello ext and no certificates)

2005-07-19 Thread Jouni Malinen
. If you are outside US, it looks like the only missing part would be in adding string [PATCH] to the subject line when sending the patch to this mailing list. -- Jouni MalinenPGP id EFC895FA diff -uprN openssl-0.9.8.orig/include/openssl/ssl.h openssl

Re: OpenSSL and EAP-FAST (ClientHello ext and no certificates)

2005-06-30 Thread Jouni Malinen
mentioned above. This is against OpenSSL 0.9.8 beta 6. -- Jouni MalinenPGP id EFC895FA diff -uprN openssl-0.9.8-beta6.orig/include/openssl/ssl.h openssl-0.9.8-beta6/include/openssl/ssl.h --- openssl-0.9.8-beta6.orig/include/openssl/ssl.h 2005-06-10 12