Remove eng_aesni.c as AES-NI support is integrated directly at EVP.
[openssl.git] / apps / s_server.c
2011-10-09 Dr. Stephen HensonDon't disable TLS v1.2 by default now.
2011-05-11 Dr. Stephen Hensonmake kerberos work with OPENSSL_NO_SSL_INTERN
2011-05-06 Dr. Stephen HensonContinuing TLS v1.2 support: add support for server...
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2011-03-12 Ben LaurieAdd SRP support.
2011-02-06 Dr. Stephen HensonFix duplicate code and typo.
2010-11-16 Dr. Stephen Hensonadd TLS v1.1 options to s_server
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-08-26 Bodo MöllerFor better forward-security support, add functions
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-06-12 Ben LaurieFix warnings.
2010-01-28 Dr. Stephen HensonExperimental renegotiation support in s_server test...
2010-01-27 Dr. Stephen Hensonrevert wrongly committed test code
2010-01-27 Dr. Stephen Hensontypo
2009-12-27 Dr. Stephen HensonAdd simple external session cache to s_server. This...
2009-12-08 Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-12-07 Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-11-11 Dr. Stephen Hensoncommit missing apps code for reneg fix
2009-10-28 Dr. Stephen HensonAdd -no_cache option to s_server
2009-09-30 Dr. Stephen HensonPR: 2064, 728
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-18 Dr. Stephen HensonStop unused variable warning on WIN32 et al.
2009-08-12 Dr. Stephen HensonPR: 1997
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-30 Dr. Stephen HensonUse common verify parameters instead of the small ad...
2009-06-05 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-05-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-30 Dr. Stephen HensonDon't stop -cipher from working.
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-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-06-04 Ben LaurieMore type-checking.
2008-05-19 Lutz JänickeDocument "openssl s_server" -crl_check* options
2008-05-19 Lutz JänickeTypo. (From 0.9.8-stable/S. Henson)
2007-09-28 Dr. Stephen HensonTypo.
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-09-07 Dr. Stephen HensonFix warning: print format option not compatible with...
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-05-21 Dr. Stephen HensonFixes for dgst tool. Initialize md_name, sig_name prope...
2006-11-29 Nils Larschreplace macros with functions
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
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-30 Bodo MöllerChange default curve (for compatibility with a
2006-03-18 Nils Larschcheck if con != NULL before using it
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-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-02 Nils Larschdon't try to load cert/key when the "-nocert" option...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-07-16 Nils Larschmake
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-07 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
2004-11-16 Dr. Stephen HensonPR: 910
2004-08-12 Richard LevitteOn systems that use case-insensitive symbol names ...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
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-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-09 Bodo MöllerECC ciphersuite support
2002-07-16 Richard LevitteSet up the engine before doing anything random-related...
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-13 Bodo MöllerECDSA support
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-08-03 Lutz JänickeOops, one SSL_OP_NON_EXPORT_FIRST was left.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
next