]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_client.c
Avoid warnings. Fix fips_dssvs program.
[thirdparty/openssl.git] / apps / s_client.c
2007-06-22  Dr. Stephen HensonAvoid warnings. Fix fips_dssvs program.
2007-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branc...
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 HensonAvoid warning.
2007-02-16  Richard LevitteAdd STARTTLS support for IMAP and FTP.
2006-11-29  Nils Larschreplace macros with functions
2005-11-25  Ben LaurieImprove documentation.
2005-09-30  Dr. Stephen HensonUpdate from HEAD.
2005-05-30  Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
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
1999-02-15  Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1999-01-28  Ralf S. EngelschallFix names in usage page of s_time, s_server and s_client
1999-01-02  Paul C. SuttonSome more changes for renaming the binary from ssleay...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...