aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* replace macros with functionsNils Larsch2006-11-291-2/+2
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-171-1/+3
* If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson2006-04-171-2/+2
* Add BeOS support.Ulf Möller2006-04-111-2/+17
* Change default curve (for compatibility with aBodo Möller2006-03-301-3/+3
* check if con != NULL before using itNils Larsch2006-03-181-4/+7
* fix signed vs. unsigned warningNils Larsch2006-03-111-1/+1
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+136
* More TLS extension related changes.Bodo Möller2006-01-111-9/+10
* Further TLS extension updatesBodo Möller2006-01-091-7/+10
* Fixes for TLS server_name extensionBodo Möller2006-01-061-5/+4
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-10/+13
* C style fix-upBodo Möller2006-01-021-82/+91
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-21/+248
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-041-29/+4
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-0/+2
* don't try to load cert/key when the "-nocert" option is setNils Larsch2005-09-021-11/+14
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-1/+1
* makeNils Larsch2005-07-161-0/+8
* DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte2005-05-301-0/+6
* ecc api cleanup; summary:Nils Larsch2005-05-161-13/+5
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-261-2/+2
* Add DTLS support.Ben Laurie2005-04-261-5/+69
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-1/+1
* const fixesNils Larsch2005-04-071-3/+3
* some const fixesNils Larsch2005-04-051-4/+4
* PR: 910Dr. Stephen Henson2004-11-161-5/+112
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-121-2/+2
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-3/+7
* Netware-specific changes,Richard Levitte2003-11-281-5/+11
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-1/+6
* Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte2003-09-271-8/+4
* Include the instance in the Kerberos ticket information.Richard Levitte2003-09-271-1/+7
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-11/+11
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+12
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe2002-12-081-0/+6
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+8
* Fix to build better with DJGPP.Richard Levitte2002-11-141-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+3
* fix warnings (CHARSET_EBCDIC)Bodo Möller2002-08-151-7/+7
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-1/+1
* ECC ciphersuite supportBodo Möller2002-08-091-1/+79
* Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2002-07-161-5/+5
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* ECDSA supportBodo Möller2002-02-131-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-1/+69
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+1