Remove support for OPENSSL_NO_TLSEXT
[openssl.git] / apps / s_server.c
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22 Matt CaswellFix various OPENSSL_NO_* options
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-15 Rich SalzUse #error in openssl/srp.h
2015-05-13 Matt CaswellRemove Kerberos support from apps
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Matt CaswellFix s_server version specific methods
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-28 Rich Salzremove malloc casts
2015-04-26 Rich SalzFix error message
2015-04-26 Rich SalzRT2962: add -keytab and -krb5svc flags.
2015-04-26 Rich SalzFree malloc data on encoding errors.
2015-04-25 Rich SalzQuote HTML entities in s_server output
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-25 Rich SalzAdd missing BIO_flush() calls
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-11 Rich Salzfree NULL cleanup 10
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-23 Matt Caswellapps return value checks
2015-03-17 Matt CaswellDead code removal from apps
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-09 Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-26 Matt CaswellRemoved support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_...
2015-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1
2015-01-27 Matt CaswellRemove explicit setting of read_ahead for DTLS. It...
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-05 Piotr SikoraFix building with no-srtp
2014-12-18 Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-12-03 Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-11-19 Matt CaswellFix s_server -ssl2. Previously this reported "Error...
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-07-15 Dr. Stephen HensonDon't allow -www etc options with DTLS.
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-14 Dr. Stephen HensonUse case insensitive compare for servername.
2014-07-06 Dr. Stephen HensonUsage for -hack and -prexit -verify_return_error
2014-07-06 Dr. Stephen Hensons_server usage for certificate status requests
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-07-01 Dr. Stephen HensonMake NO_SYS_UN_H compile.
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-05-09 Geoff Thorpes_client/s_server: support unix domain sockets
2014-05-05 Geoff Thorpeapps/s_server: document '-naccept' cmd-line argument
2014-03-28 Dr. Stephen HensonSecurity callback debug print out.
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-03-27 Dr. Stephen HensonAdd -no_resumption_on_reneg to SSL_CONF.
2014-02-05 Ben LaurieFix whitespace, new-style comments.
2014-02-05 Scott DeboyRe-add alert variables removed during rebase
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-01-26 Dr. Stephen HensonAdd cert callback retry test.
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-09-25 Ben LaurieShow useful errors.
2013-09-12 Scott DeboyInitialize next_proto in s_server - resolves incorrect...
2013-09-06 Ben LaurieConst fix.
2013-09-06 Scott DeboyFree generated supp data after handshake completion...
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2013-07-22 Adam LangleySupport ALPN.
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-04-09 Dr. Stephen HensonDual DTLS version methods.
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2012-12-29 Dr. Stephen Hensonmake JPAKE work again, fix memory leaks
2012-12-26 Dr. Stephen Hensonmissing tab
2012-12-12 Dr. Stephen Hensonadd -crl_download option to s_server
2012-12-06 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-12-05 Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2012-12-02 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-11-26 Dr. Stephen Hensonset cmdline flag in s_server
2012-11-23 Dr. Stephen HensonDon't display messages about verify depth in s_server...
2012-11-22 Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-11-21 Dr. Stephen Hensonsupport -quiet with -msg or -trace
2012-11-21 Dr. Stephen Hensononly use a default curve if not already set
2012-11-20 Dr. Stephen Hensonfix leaks
2012-11-19 Dr. Stephen Hensonwith -rev close connection if client sends "CLOSE"
next