Fix warnings.
[openssl.git] / apps / s_client.c
2007-08-12 Dr. Stephen HensonFix warnings.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-02-22 Lutz JänickeFix problem with multi line responses in -starttls...
2007-02-21 Lutz JänickeExtend SMTP and IMAP protocol handling to perform the...
2007-02-18 Dr. Stephen HensonUpdates from 0.9.8-stable branch.
2007-02-16 Richard LevitteAdd STARTTLS support for IMAP and FTP.
2006-11-29 Nils Larschreplace macros with functions
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-06-15 Bodo MöllerCall 'print_stuff' even if a handshake failed.
2006-04-17 Dr. Stephen HensonIf we include winsock2.h then FD_SET wants an unsigned...
2006-04-11 Ulf MöllerAdd BeOS support.
2006-03-18 Nils Larschcheck if con != NULL before using it
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-12 Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-04 Richard LevitteFix signed/unsigned char clashes.
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerC style fix-up
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-11-04 Andy PolyakovEliminate dependency on read/write/stat in apps under...
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-05 Nils Larschsome const fixes
2005-01-04 Andy PolyakovDJGPP update.
2004-12-13 Dr. Stephen HensonFix s_client so it works without a certificate again.
2004-11-16 Dr. Stephen HensonPR: 910
2004-08-12 Richard LevitteOn systems that use case-insensitive symbol names ...
2004-06-28 Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-06 Richard Levittes_client should inform the user of any compression...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-05-28 Lutz JänickeAdd minimum POP3 STLS hack to s_client.c (as was provid...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-16 Richard LevitteSet up the engine before doing anything random-related...
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-11-14 Richard LevitteImplement STARTTLS for certain protocols, currently...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-16 Lutz JänickeFlush buffers to prevent mixed output (Adam Back <adam...
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-02-20 Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20 Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-15 Lutz JänickeAdd "-rand" option to s_client and s_server.
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Richard LevitteSmall fix to enable reading from stdin as well.
2000-03-10 Richard LevitteAdd the possibility (with -ign_eof) to ignore end of...
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-23 Dr. Stephen HensonMake s_server, s_client check cipher list return codes.
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29 Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-09-20 Dr. Stephen HensonFix to make s_client and s_server work under Windows...
1999-08-09 Bodo Möller-crlf option.
1999-08-08 Bodo MöllerComments.
1999-08-07 Bodo MöllerNew option "-crlf" to s_client and s_server which tells...
1999-07-28 Ulf MöllerVMS updates.
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-04 Ulf MöllerAvoid type conflict on Unix with DEC C.
1999-05-17 Bodo MöllerIf we couldn't handle "-showcerts" (which happens with...
1999-05-13 Ulf MöllerVMS support bug fixes.
1999-05-13 Ulf MöllerVMS support.
1999-04-27 Bodo MöllerA new comment.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-14 Bodo MöllerCleaning up Ben's clean-ups :-)
1999-04-14 Bodo MöllerSome tiny fixes.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-10 Ben LaurieAdjust renegotiation slightly.
1999-04-09 Bodo MöllerBugfix: s_client occasionally would sleep in select...
1999-03-31 Bodo MöllerNew option "-showcerts" for s_client
next