summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2008-10-26Add JPAKE.Ben Laurie
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-05-19Document "openssl s_server" -crl_check* optionsLutz Jänicke
2008-05-19Typo. (From 0.9.8-stable/S. Henson)Lutz Jänicke
2007-09-28Typo.Dr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-23fix length parameter in SSL_set_tlsext_opaque_prf_input() callsBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-09-07Fix warning: print format option not compatible with size_t.Dr. Stephen Henson
2007-08-23Docs and usage messages for RFC4507bis support.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-05-21Fixes for dgst tool. Initialize md_name, sig_name properly. Return error codeDr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
2006-03-30Change default curve (for compatibility with aBodo Möller
2006-03-18check if con != NULL before using itNils Larsch
2006-03-11fix signed vs. unsigned warningNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02C style fix-upBodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson
2005-09-02don't try to load cert/key when the "-nocert" option is setNils Larsch
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils 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