aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* Fix some bugs and document othersBodo Möller2000-02-211-23/+37
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Make s_server, s_client check cipher list return codes.Dr. Stephen Henson2000-01-231-1/+5
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-1/+0
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-0/+1
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-0/+2
* New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson1999-10-041-8/+13
* Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller1999-09-251-1/+1
* Bugfix: avoid opening CAfile when it's NULL.Bodo Möller1999-09-241-1/+2
* Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson1999-09-201-3/+23
* Reinitialize global variables when necessary (for monolith application).Bodo Möller1999-09-031-5/+11
* -crlf option.Bodo Möller1999-08-091-11/+1
* Comments.Bodo Möller1999-08-081-2/+2
* New option "-crlf" to s_client and s_server which tells them to convertBodo Möller1999-08-071-1/+39
* VMS updates.Ulf Möller1999-07-281-8/+9
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-1/+1
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-14/+22
* Avoid warnings.Bodo Möller1999-06-101-3/+3
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-2/+2
* More general definition for S_ISDIR (needed not only for VMS butBodo Möller1999-06-071-5/+5
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-2/+161
* Avoid type conflict on Unix with DEC C.Ulf Möller1999-06-041-1/+1
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-0/+3
* VMS support bug fixes.Ulf Möller1999-05-131-3/+3