]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_client.c
Check that the subject name in a proxy cert complies to RFC 3820
[thirdparty/openssl.git] / apps / s_client.c
2015-09-28  Dr. Stephen HensonSRP memory leak fix
2015-05-20  Matt CaswellAdd -no_alt_chains option to apps to implement the...
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-25  Matt CaswellFix bug in s_client. Previously default verify location...
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-27  Matt CaswellRemove explicit setting of read_ahead for DTLS. It...
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellFix source where indent will not be able to cope
2015-01-22  Matt CaswellFurther comment changes for reformat
2014-12-31  Dominik Neubauertypo in s_client
2014-12-03  Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-11-19  Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-07-06  Dr. Stephen HensonUsage for -hack and -prexit -verify_return_error
2013-02-09  Andy Polyakovssl/*: fix linking errors with no-srtp.
2012-11-20  Dr. Stephen Hensonfix leaks
2012-07-03  Dr. Stephen HensonFix memory leak.
2012-06-08  Ben LaurieReduce version skew.
2012-03-18  Dr. Stephen HensonAlways use SSLv23_{client,server}_method in s_client...
2012-03-14  Richard Levittecipher should only be set to PSK if JPAKE is used. OpenSSL_1_0_1
2012-02-11  Dr. Stephen HensonPR: 2716
2012-01-12  Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2011-12-31  Dr. Stephen HensonPR: 2658
2011-12-14  Dr. Stephen HensonPR: 1794
2011-11-15  Ben LaurieAdd TLS exporter.
2011-11-15  Ben LaurieAdd DTLS-SRTP.
2011-11-13  Ben LaurieAdd Next Protocol Negotiation.
2011-10-09  Dr. Stephen HensonDon't disable TLS v1.2 by default any more.
2011-05-11  Dr. Stephen Hensonmake kerberos work with OPENSSL_NO_SSL_INTERN
2011-05-11  Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-05-11  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
2011-03-16  Ben LaurieAdd SRP.
2010-06-27  Dr. Stephen HensonBackport TLS v1.1 support from HEAD
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-12-16  Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-08  Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-11-11  Dr. Stephen Hensoncommit missing apps code for reneg fix
2009-08-12  Dr. Stephen HensonPR: 1997
2009-06-30  Dr. Stephen HensonUpdate from HEAD.
2009-05-17  Dr. Stephen HensonPR: 1929
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-02-15  Dr. Stephen HensonStop warning about use of *printf() without a format.
2008-12-20  Dr. Stephen HensonMake no-engine work again.
2008-11-24  Dr. Stephen HensonUpdate from stable-branch.
2008-11-16  Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-12  Dr. Stephen HensonUpdate from stable branch.
2008-10-26  Ben LaurieAdd JPAKE.
2008-10-22  Lutz JänickeAllow detection of input EOF in quiet mode by adding...
2008-10-19  Dr. Stephen HensonFix Warning...
2008-10-14  Ben LaurieAdd XMPP STARTTLS support.
2008-10-12  Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-09-03  Dr. Stephen HensonMake no-tlsext compile.
2008-06-03  Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-23  Bodo Möllerfix length parameter in SSL_set_tlsext_opaque_prf_input...
2007-09-21  Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-08-23  Dr. Stephen HensonAdd usage message for -sess_out, -sess_in
2007-08-23  Dr. Stephen HensonDocs and usage messages for RFC4507bis support.
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,
next