This serie of patches improves the xmpp protocol support for starttls
 on s_client. 
 This fixes several issues found on the code related to xmpp protocol,
 and also adds a new option that allows to start the tls session with
 any server that uses virtual hosts (like gtalk).
 
 * The following tests now stablish the TLS connection correctly,
   meanwhile before this patch they failed:
     openssl s_client -connect coderollers.com:5222 -starttls xmpp
     openssl s_client -connect chat.facebook.com:5222 -starttls xmpp
     openssl s_client -connect talk.google.com:5222 -starttls xmpp -xmpphost 
gmail.com

 * Also, the following test now fails properly, meanwhile before this
   patch it generated an infinite loop:
     openssl s_client -connect random.jabb3r.net:5222 -starttls xmpp


Carlos Alberto Lopez Perez (4):
  Fix XMPP code detection on s_client starttls xmpp
  Fix infinite loop on s_client starttls xmpp
  Add "xmpp" to the list of supported starttls protocols on s_client
    manpage
  Add an "-xmpphost" option to s_client

 apps/s_client.c       |   17 +++++++++++++----
 doc/apps/s_client.pod |   10 +++++++++-
 2 files changed, 22 insertions(+), 5 deletions(-)

-- 
1.7.10.4

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

Reply via email to