summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2002-12-04Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-08-15fix warnings (CHARSET_EBCDIC)Bodo Möller
2001-03-31avoid buffer overflowBodo Möller
2001-03-30this time *really* fix the /../ check ...Bodo Möller
2001-03-30Remove unused variable 'prev_slash' that I accidentily added.Bodo Möller
2001-03-30For -WWW, fix test for ".." directory references (and avoid warning forBodo Möller
2001-03-14Include openssl/rand.h so RAND_status() gets properly declared.Richard Levitte
2001-02-20honour -no_tmp_rsaBodo Möller
2001-02-15Add '-rand' option to s_server and s_client.Lutz Jänicke
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-10-04New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson
1999-09-25Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller
1999-09-24Bugfix: avoid opening CAfile when it's NULL.Bodo Möller
1999-09-20Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson
1999-09-03Reinitialize global variables when necessary (for monolith application).Bodo Möller
1999-08-09-crlf option.Bodo Möller
1999-08-08Comments.Bodo Möller
1999-08-07New option "-crlf" to s_client and s_server which tells them to convertBodo Möller
1999-07-28VMS updates.Ulf Möller
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-07-12fix memory leak in s3_clnt.cBodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-06-07More general definition for S_ISDIR (needed not only for VMS butBodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-06-04Avoid type conflict on Unix with DEC C.Ulf Möller
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller
1999-05-13VMS support bug fixes.Ulf Möller
1999-05-13VMS support.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-03-22Fix security hole.Ben Laurie