aboutsummaryrefslogtreecommitdiff
path: root/apps/s_server.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+12
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe1-0/+6
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-15WinCE patchesRichard Levitte1-0/+8
2002-11-14Fix to build better with DJGPP.Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+3
2002-08-15fix warnings (CHARSET_EBCDIC)Bodo Möller1-7/+7
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller1-1/+1
2002-08-09ECC ciphersuite supportBodo Möller1-1/+79
2002-07-16Set up the engine before doing anything random-related, since engine randomnessRichard Levitte1-5/+5
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-13ECDSA supportBodo Möller1-1/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-1/+69
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+1
2001-08-03Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke1-1/+0
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte1-2/+11
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-22/+1
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson1-0/+12
2001-03-31avoid buffer overflowBodo Möller1-0/+8
2001-03-30this time *really* fix the /../ check ...Bodo Möller1-3/+2
2001-03-30For -WWW, fix test for ".." directory references (and avoid warning forBodo Möller1-8/+22
2001-03-10For some experiments, it is sometimes nice to serve files with completeRichard Levitte1-9/+18
2001-02-23I missed one.Geoff Thorpe1-1/+1
2001-02-21This adds command-line support to s_server for controlling the generationGeoff Thorpe1-1/+48
2001-02-20Get e_os2.h to get all the system definitions correctly.Richard Levitte1-1/+1
2001-02-20Include opensslconf.h or the like early to make sure system macros getRichard Levitte1-0/+1
2001-02-20honour '-no_tmp_rsa'Bodo Möller1-1/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-7/+7
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-18/+18
2001-02-15Add "-rand" option to s_client and s_server.Lutz Jänicke1-1/+15
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke1-0/+3
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-0/+7
2000-11-02Never call load_dh_param(NULL) because this leads to an illegalBodo Möller1-4/+7
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+33
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-8/+8
2000-02-21Fix some bugs and document othersBodo Möller1-23/+37
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson1-1/+1
2000-02-03ispell (and minor modifications)Ulf Möller1-3/+3
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson1-2/+2
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson1-1/+5
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller1-4/+0
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-1/+0
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1-0/+1
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller1-0/+2
1999-10-04New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson1-8/+13
1999-09-25Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller1-1/+1