Re: [openssl.org #2451] [PATCH] Enhancement: Telnet START_TLS in s_client

2014-08-31 Thread David Michael
Hi,

On Fri, Aug 29, 2014 at 1:47 PM, Rich Salz via RT r...@openssl.org wrote:
 Fixed in rsalz-monolith branch of akamai/openssl fork on github.
 To be part of post-1.0.2. Thanks!

Great.

 commit 0223322b17f50f2e46c072e4d1cdd2e82426260d

I checked this commit, and it looks like PROTO_XMPP's case is missing
a break, so it will fall through to PROTO_TELNET.

Thanks.

David
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: [openssl.org #2451] [PATCH] Enhancement: Telnet START_TLS in s_client

2014-08-30 Thread David Michael via RT
Hi,

On Fri, Aug 29, 2014 at 1:47 PM, Rich Salz via RT r...@openssl.org wrote:
 Fixed in rsalz-monolith branch of akamai/openssl fork on github.
 To be part of post-1.0.2. Thanks!

Great.

 commit 0223322b17f50f2e46c072e4d1cdd2e82426260d

I checked this commit, and it looks like PROTO_XMPP's case is missing
a break, so it will fall through to PROTO_TELNET.

Thanks.

David


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #2451] [PATCH] Enhancement: Telnet START_TLS in s_client

2014-08-29 Thread Rich Salz via RT
Fixed in rsalz-monolith branch of akamai/openssl fork on github.
To be part of post-1.0.2. Thanks!

commit 0223322b17f50f2e46c072e4d1cdd2e82426260d
Author: David Michael fedora@gmail.com
Date: Fri Aug 29 13:46:16 2014 -0400

RT2451: Add telnet to s_client -starttls

--
Rich Salz, OpenSSL dev team; rs...@openssl.org

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #2451] [PATCH] Enhancement: Telnet START_TLS in s_client

2011-02-17 Thread David Michael via RT
Hi,

  I sent this patch to the developer list a while ago after I made it
for a proof-of-concept in our network.  It turns out we will need to
support telnet's START_TLS connection method[1] in our mainframe
environment, and it would make things easier for our testing/debugging
if this was supported in OpenSSL by default.  So, this is my
enhancement request to add this functionality.

  The attached patch applies cleanly against the 1.0.0 releases.  Let
me know if there are any problems.

  Thanks

[1] https://tools.ietf.org/html/draft-altman-telnet-starttls-02



openssl-telnet-starttls.patch
Description: Binary data