summaryrefslogtreecommitdiff
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-74/+699
* Many changes from 0.9.8-dev.Richard Levitte2005-02-251-3/+74
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-0/+10
* I missed some conflicts, it seems...Richard Levitte2004-03-291-6/+1
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-18/+36
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-0/+8
* Recent changes from HEAD.Richard Levitte2002-12-131-1/+1
* Recent changes from HEAD.Richard Levitte2002-12-021-3/+3
* Recent changes from HEAD.Richard Levitte2002-11-161-0/+17
* (almost) recent changes from HEAD.Richard Levitte2002-11-151-7/+7
* Merge in the latest changes from HEAD.Richard Levitte2002-07-181-5/+5
* Try to minimise the amount of ifdefs (i.e. make certain definitionsRichard Levitte2002-05-221-10/+10
* Compaq sent a rather large patch, and here are the contents, adaptedRichard Levitte2002-05-221-13/+45
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Implement STARTTLS for certain protocols, currently only supporting SMTP.Richard Levitte2001-11-141-2/+33
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-1/+64
* Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke2001-10-161-0/+2
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+1
* 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-1/+8
* 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
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-8/+8
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-9/+9
* 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/+6
* 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-4/+4
* Small fix to enable reading from stdin as well.Richard Levitte2000-06-011-2/+2
* Add the possibility (with -ign_eof) to ignore end of file on input butRichard Levitte2000-03-101-2/+10
* Fix gcc warnings.Ulf Möller2000-02-201-0/+1
* 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-1/+1
* Make s_server, s_client check cipher list return codes.Dr. Stephen Henson2000-01-231-2/+6
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-081-0/+4
* 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
* Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson1999-09-201-7/+45
* -crlf option.Bodo Möller1999-08-091-11/+1
* Comments.Bodo Möller1999-08-081-1/+1
* 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-6/+7
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+6
* Avoid type conflict on Unix with DEC C.Ulf Möller1999-06-041-1/+1