[openssl.org #1766] [PATCH] s_client -reconnect and -starttls don't work together

2014-09-09 Thread Rich Salz via RT
Fixed in https://github.com/akamai/openssl/tree/rsalz-monolith/apps to be intergrated after 1.0.2 commit 07cae301ea569173e18ae585caa1457660baf024 Author: John Gardiner Myers Date: Tue Sep 9 14:12:42 2014 -0400 RT1766: s_client -reconnect and -starttls broke Using both -starttls and -reconnect d

[openssl.org #1766] [PATCH] s_client -reconnect and -starttls don't work together

2008-10-25 Thread John Gardiner Myers via RT
openssl s_client -starttls smtp -reconnect doesn't work, because it doesn't do the starttls protocol work after reconnecting. Fix: [EMAIL PROTECTED] openssl-0.9.8i]$ diff -ru apps/s_client.c~ apps/s_client.c --- apps/s_client.c~2008-06-04 13:11:17.0 -0700 +++ apps/s_client.c 200