aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke2001-08-031-1/+0
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-2/+11
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-22/+1
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-091-0/+12
* avoid buffer overflowBodo Möller2001-03-311-0/+8
* this time *really* fix the /../ check ...Bodo Möller2001-03-301-3/+2
* For -WWW, fix test for ".." directory references (and avoid warning forBodo Möller2001-03-301-8/+22
* For some experiments, it is sometimes nice to serve files with completeRichard Levitte2001-03-101-9/+18
* I missed one.Geoff Thorpe2001-02-231-1/+1
* This adds command-line support to s_server for controlling the generationGeoff Thorpe2001-02-211-1/+48
* Get e_os2.h to get all the system definitions correctly.Richard Levitte2001-02-201-1/+1
* Include opensslconf.h or the like early to make sure system macros getRichard Levitte2001-02-201-0/+1
* honour '-no_tmp_rsa'Bodo Möller2001-02-201-1/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-7/+7
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-18/+18
* Add "-rand" option to s_client and s_server.Lutz Jänicke2001-02-151-1/+15
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-0/+3
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+7
* Never call load_dh_param(NULL) because this leads to an illegalBodo Möller2000-11-021-4/+7
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+33