update ordinals
[openssl.git] / apps / s_client.c
2017-07-20 Richard LevitteFix apps/s_client.c's XMPP client
2017-03-29 Matt CaswellFree the compression methods in s_server and s_client
2016-10-20 Richard Levitteapps: make setup_engine() and release_engine() availabl...
2016-10-20 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-09-15 Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15 Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15 Richard LevitteRemove entirely unnecessary pointer size guards
2016-09-15 Richard LevitteVSI submission: redirect terminal input through socket
2016-07-28 Rich SalzAdd missing casts.
2016-07-08 Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-06-13 Dr. Stephen HensonFix link error.
2016-06-12 Dr. Stephen HensonDon't skip leading zeroes in PSK keys.
2016-02-02 Rich SalzGH611: s_client help message bug
2016-01-20 Rich SalzGH issue 572: Error in help message
2015-09-28 Dr. Stephen HensonSRP memory leak fix
2015-08-26 Hubert KarioGH351: -help text for some s_client/s_server flags
2015-04-20 Matt CaswellAdd -no_alt_chains option to apps to implement the new
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_2-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 CaswellAdditional comment changes for reformat of 1.0.2
2015-01-05 Piotr SikoraFix building with no-srtp
2014-12-31 Dominik Neubauertypo in s_client
2014-12-04 Richard Levittes_client and s_server take -verify_{host,email,ip}...
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 MoellerAdd TLS_FALLBACK_SCSV documentation, and move s_client...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-28 Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28 Dr. Stephen HensonUse consistent function naming.
2014-08-28 Dr. Stephen HensonNew extension callback features.
2014-08-28 Dr. Stephen HensonCallback revision.
2014-07-06 Dr. Stephen HensonUsage for -hack and -prexit -verify_return_error
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-06-12 Dr. Stephen Hensonremove some more DANE code
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Ben LaurieConst fix.
2014-02-09 Ben LaurieMore cleanup.
2014-02-09 Ben LaurieMake it build.
2014-02-09 Ben LaurieFix whitespace, new-style comments.
2014-02-09 Scott DeboyRe-add alert variables removed during rebase
2014-02-09 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-09 Scott DeboyFree generated supp data after handshake completion...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-25 Ben LaurieProduce PEM we would consume.
2013-09-18 Dr. Stephen HensonDual DTLS version methods.
2013-09-18 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-09-13 Adam LangleySupport ALPN.
2013-08-19 Dr. Stephen Hensonupdate usage messages
2013-08-19 Dr. Stephen HensonAdd -brief option to s_client and s_server to summarise...
2013-07-03 TrevorTrying cherrypick:
2013-05-15 Andy PolyakovRFC6689 support: add missing commit (git noob alert).
2013-01-19 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-01-18 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2013-01-18 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-12-30 Dr. Stephen Hensonadd support for separate verify can chain stores to...
2012-12-30 Dr. Stephen Hensonadd -chain options to s_client (backrpot from HEAD)
2012-12-30 Dr. Stephen Hensonremove unused cipher functionality from s_client
2012-12-29 Dr. Stephen Hensonmake JPAKE work again, fix memory leaks
2012-12-29 Dr. Stephen HensonDelegate command line handling for many common options...
2012-12-26 Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen Hensoncontify
2012-12-26 Dr. Stephen Hensonnew ctrl to retrive value of received temporary key...
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen Hensoncert_flags is unsigned
2012-12-26 Dr. Stephen Hensonadd support for client certificate callbak, fix memory...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-11-20 Dr. Stephen Hensonfix leaks
2012-07-03 Dr. Stephen HensonFix memory leak.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-11 Dr. Stephen HensonAdd options to set additional type specific certificate...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
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
next