aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix s_client so it works without a certificate again.Dr. Stephen Henson2004-12-131-10/+21
* PR: 910Dr. Stephen Henson2004-11-161-2/+55
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-121-1/+1
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+10
* Netware-specific changes,Richard Levitte2003-11-281-3/+5
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-3/+3
* s_client should inform the user of any compression/expansion methods used.Richard Levitte2003-10-061-0/+7
* Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte2003-09-271-11/+7
* Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke2003-05-281-6/+14
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* WinCE patchesRichard Levitte2002-11-151-0/+16
* Fix to build better with DJGPP.Richard Levitte2002-11-141-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-5/+5
* Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2002-07-161-5/+5
* 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