summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2008-10-26Add JPAKE.Ben Laurie
2008-10-22Allow detection of input EOF in quiet mode by adding -no_ign_eof optionLutz Jänicke
2008-10-19Fix Warning...Dr. Stephen Henson
2008-10-14Add XMPP STARTTLS support.Ben Laurie
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-09-03Make no-tlsext compile.Dr. Stephen Henson
2008-06-03Add support for client cert engine setting in s_client app.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-23fix length parameter in SSL_set_tlsext_opaque_prf_input() callsBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-08-23Add usage message for -sess_out, -sess_inDr. Stephen Henson
2007-08-23Docs and usage messages for RFC4507bis support.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-02-22Fix problem with multi line responses in -starttls by using a bufferingLutz Jänicke
2007-02-21Extend SMTP and IMAP protocol handling to perform the requiredLutz Jänicke
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson
2007-02-16Add STARTTLS support for IMAP and FTP.Richard Levitte
2006-11-29replace macros with functionsNils Larsch
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2006-06-15Call 'print_stuff' even if a handshake failed.Bodo Möller
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
2006-03-18check if con != NULL before using itNils Larsch
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
2006-03-11fix signed vs. unsigned warningNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02C style fix-upBodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-05some const fixesNils Larsch
2005-01-04DJGPP update.Andy Polyakov
2004-12-13Fix s_client so it works without a certificate again.Dr. Stephen Henson
2004-11-16PR: 910Dr. Stephen Henson
2004-08-12On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte