summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-01-24oops revert test code from previous commitDr. Stephen Henson
2010-01-24The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGDr. Stephen Henson
2009-12-08Add ctrl and macro so we can determine if peer support secure renegotiation.Dr. Stephen Henson
2009-11-08First cut of renegotiation extension.Ben Laurie
2009-10-28Don't attempt session resumption if no ticket is present and sessionDr. Stephen Henson
2009-09-20Stop unused variable warning.Dr. Stephen Henson
2009-09-04PR: 2028Dr. Stephen Henson
2009-08-13PR: 1997Dr. Stephen Henson
2009-06-05Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-17Formatting fix.Dr. Stephen Henson
2009-05-17Modified PR#1929 update from 1.0.0-stable.Dr. Stephen Henson
2008-12-20Make no-engine work again...Dr. Stephen Henson
2008-11-24Revert OPENSSL_EXPERIMENTAL patch.Dr. Stephen Henson
2008-11-12Add support for experimental code, not compiled in by default andDr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-05-19Document "openssl s_server" -crl_check* optionsLutz Jänicke
2008-05-18Typo.Dr. Stephen Henson
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-08-23Update docs.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2005-09-02don't try to load cert/key when the "-nocert" option is setNils Larsch
2005-07-16makeNils Larsch
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie
2005-04-07const fixesNils Larsch
2005-04-05some const fixesNils Larsch
2004-11-16PR: 910Dr. Stephen Henson
2004-08-12On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2003-11-28Netware-specific changes,Richard Levitte
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-09-27Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-15fix warnings (CHARSET_EBCDIC)Bodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-09ECC ciphersuite supportBodo Möller