summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Collapse)Author
1999-10-04New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson
explicitly. Previously it couldn't be changed because it was hard coded as "server.pem".
1999-09-25Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller
buffer (which leads to truncation of client cipher list).
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
an improvement on not working at all.
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
LFs into CRLFs when forwarding data from stdin to the TLS connection. This is necessary for properly talking HTTP. Because of the code freeze this change is by default disabled for now; without -DAPPS_CRLF, the code is exactly as before.
1999-07-28VMS updates.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
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
Pointed out by: Janez Jere <jj@void.si>
1999-06-07More general definition for S_ISDIR (needed not only for VMS butBodo Möller
also for NeXT).
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-06-04Avoid type conflict on Unix with DEC C.Ulf Möller
Pointed out by Sergio Rabellino <Rabellino@di.unito.it>
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller
While modifying the sources, I found some inconsistencies on the use of s->cert vs. s->session->sess_cert; I don't know if those could really have caused problems, but possibly this is a proper bug-fix and not just a clean-up.
1999-05-13VMS support bug fixes.Ulf Möller
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>
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
Submitted by: Reviewed by: PR:
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
1999-03-09Make it more clear what option -WWW to s_server does.Ralf S. Engelschall
1999-02-25Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall
because they are useful for the DSA situation and should be recognized by the users. Thanks to Steve for the original hint.
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie
1999-01-07Send the right CAs to the client.Ben Laurie
1999-01-02Some more changes for renaming the binary from ssleay to openssl.Paul C. Sutton
I wonder what eay.c is?
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall