summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/s_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-4/+3
|
* resolve conflicts, fix local changesdjm2010-10-011-1/+7
|
* missing ssl_sock_init() call in init_client() (used bydjm2009-01-301-3/+10
| | | | "openssl s_client"), fix an unlikely memory leak
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-6/+4
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-061-24/+85
|
* kill strcpy; ok hshoexer@, prodded by david@djm2005-05-101-1/+1
|
* resolve conflictsdjm2005-04-291-1/+0
|
* merge 0.9.7dmarkus2004-04-081-1/+1
|
* support IPv6 connections in "openssl s_client", adding -4 and -6 options todjm2004-03-311-89/+32
| | | | force protocol; ok itojun@
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-14/+25
|
* more strcpy & sprintf murder; ho okderaadt2003-04-041-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-16/+18
|
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+5
|
* OpenSSL 0.9.5a mergebeck2000-04-151-153/+19
|
* OpenSSL 0.9.4 mergebeck1999-09-291-66/+71
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+669
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.