summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Skip printing another SSLv2-only command in s_client's usage text.sthen2012-07-121-0/+2
| | | | jmc@ noticed this in the manpage while updating it, but it applies here too.
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-111-0/+2
| | | | Brad, jasper and naddy helped with test builds, fixing ports, etc.
* OpenSSL 1.0.0f: mergedjm2012-01-053-3/+3
|
* OpenSSL 1.0.0f: import upstream sourcedjm2012-01-051-1/+1
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-0318-172/+396
|
* import OpenSSL 1.0.0edjm2011-11-036-16/+304
|
* resolve conflicts, fix local changesdjm2010-10-0146-3933/+4106
|
* import OpenSSL-1.0.0adjm2010-10-019-91/+148
|
* The openssl command line tool treats the non-null terminated bufferderaadt2010-04-201-1/+1
| | | | | | | "mbuf" as a C string when using the pop3 s_client feature. This causes a segmentation fault with malloc.conf option "J" set when BIO_printf() runs off the end of the buffer. The following patch fixes PR 6282 from Matthew Haub (asked to submit upstream), ok djm
* plug a memory leak; found by parfait, ok djmderaadt2009-12-111-0/+2
|
* resolve conflictsdjm2009-04-067-13/+16
|
* import of OpenSSL 0.9.8kdjm2009-04-066-0/+2834
|
* missing ssl_sock_init() call in init_client() (used bydjm2009-01-301-3/+10
| | | | "openssl s_client"), fix an unlikely memory leak
* remove some gratuitous changes that do nothing other than inreasedjm2009-01-301-2/+1
| | | | the size of the diff against openssl mainline
* resolve conflictsdjm2009-01-0925-558/+963
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-055-187/+234
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-063-8/+5
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-0644-1107/+4437
|
* import of OpenSSL 0.9.8hdjm2008-09-066-908/+3237
|
* Correctly NUL terminate the message buffer that is used with theclaudio2007-08-061-4/+24
| | | | | -starttls option. Without this openssl s_client -starttls crashed with malloc.conf -> J. OK deraadt@, hshoexer@
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-251-2/+2
| | | | | have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok djm@
* resolve conflictsdjm2006-06-2711-36/+65
|
* import of openssl-0.9.7jdjm2006-06-271-8/+11
|
* Add a -hex option to 'rand' to output hexadecimal output.matthieu2006-05-141-1/+20
| | | | ok djm@ miod@, man page help from jmc@.
* avoid spurious ld evil string func warning, spotted by david@;djm2005-05-251-3/+3
| | | | feedback & ok avsm@
* kill strcpy; ok hshoexer@, prodded by david@djm2005-05-102-2/+2
|
* resolve conflictsdjm2005-04-2922-306/+784
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-0/+1296
|
* avoid NULL deref; from danh@markus2004-04-251-2/+5
|
* merge 0.9.7dmarkus2004-04-0817-541/+808
|
* support IPv6 connections in "openssl s_client", adding -4 and -6 options todjm2004-03-313-96/+45
| | | | force protocol; ok itojun@
* Fix printf format string. ok markus@otto2004-01-141-1/+1
|
* remove obsolete filesmarkus2003-11-131-127/+0
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-117-33/+55
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* Off-by-ones, from aaron@miod2003-09-221-1/+1
|
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-062-2/+2
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1244-506/+798
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-1/+0
|
* string cleaning; ok teduderaadt2003-04-262-16/+20
|
* oopsderaadt2003-04-041-1/+1
|
* incorrect bounds limit; spotted by hoderaadt2003-04-041-6/+8
|
* more strcpy & sprintf murder; ho okderaadt2003-04-049-38/+39
|
* delete duplicate line; jason@ackley.net, 3090deraadt2003-02-121-1/+0
|
* typo; torh@bogus.netmarkus2002-12-161-1/+1
|
* add -elapsed to usage() for USE_TOD, toomarkus2002-09-161-1/+1
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-1416-393/+694
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-1013-54/+88
|
* import openssl-0.9.7-beta3markus2002-09-051-3/+17
|
* merge with 0.9.7-beta1markus2002-09-051-1/+1
|
* more cruft.markus2002-09-042-254/+0
|