Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip printing another SSLv2-only command in s_client's usage text. | 2012-07-12 | 1 | -0/+2 | |
| | | | | jmc@ noticed this in the manpage while updating it, but it applies here too. | ||||
* | Disable SSLv2 in OpenSSL. No objections from djm. | 2012-07-11 | 1 | -0/+2 | |
| | | | | Brad, jasper and naddy helped with test builds, fixing ports, etc. | ||||
* | OpenSSL 1.0.0f: merge | 2012-01-05 | 3 | -3/+3 | |
| | |||||
* | OpenSSL 1.0.0f: import upstream source | 2012-01-05 | 1 | -1/+1 | |
| | |||||
* | openssl-1.0.0e: resolve conflicts | 2011-11-03 | 18 | -172/+396 | |
| | |||||
* | import OpenSSL 1.0.0e | 2011-11-03 | 6 | -16/+304 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 46 | -3933/+4106 | |
| | |||||
* | import OpenSSL-1.0.0a | 2010-10-01 | 9 | -91/+148 | |
| | |||||
* | The openssl command line tool treats the non-null terminated buffer | 2010-04-20 | 1 | -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 djm | 2009-12-11 | 1 | -0/+2 | |
| | |||||
* | resolve conflicts | 2009-04-06 | 7 | -13/+16 | |
| | |||||
* | import of OpenSSL 0.9.8k | 2009-04-06 | 6 | -0/+2834 | |
| | |||||
* | missing ssl_sock_init() call in init_client() (used by | 2009-01-30 | 1 | -3/+10 | |
| | | | | "openssl s_client"), fix an unlikely memory leak | ||||
* | remove some gratuitous changes that do nothing other than inrease | 2009-01-30 | 1 | -2/+1 | |
| | | | | the size of the diff against openssl mainline | ||||
* | resolve conflicts | 2009-01-09 | 25 | -558/+963 | |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 5 | -187/+234 | |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | 2008-09-06 | 3 | -8/+5 | |
| | | | | Makefiles, crank shlib_version | ||||
* | resolve conflicts | 2008-09-06 | 44 | -1107/+4437 | |
| | |||||
* | import of OpenSSL 0.9.8h | 2008-09-06 | 6 | -908/+3237 | |
| | |||||
* | Correctly NUL terminate the message buffer that is used with the | 2007-08-06 | 1 | -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 may | 2006-09-25 | 1 | -2/+2 | |
| | | | | | have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok djm@ | ||||
* | resolve conflicts | 2006-06-27 | 11 | -36/+65 | |
| | |||||
* | import of openssl-0.9.7j | 2006-06-27 | 1 | -8/+11 | |
| | |||||
* | Add a -hex option to 'rand' to output hexadecimal output. | 2006-05-14 | 1 | -1/+20 | |
| | | | | ok djm@ miod@, man page help from jmc@. | ||||
* | avoid spurious ld evil string func warning, spotted by david@; | 2005-05-25 | 1 | -3/+3 | |
| | | | | feedback & ok avsm@ | ||||
* | kill strcpy; ok hshoexer@, prodded by david@ | 2005-05-10 | 2 | -2/+2 | |
| | |||||
* | resolve conflicts | 2005-04-29 | 22 | -306/+784 | |
| | |||||
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | 2005-04-29 | 2 | -0/+1296 | |
| | |||||
* | avoid NULL deref; from danh@ | 2004-04-25 | 1 | -2/+5 | |
| | |||||
* | merge 0.9.7d | 2004-04-08 | 17 | -541/+808 | |
| | |||||
* | support IPv6 connections in "openssl s_client", adding -4 and -6 options to | 2004-03-31 | 3 | -96/+45 | |
| | | | | force protocol; ok itojun@ | ||||
* | Fix printf format string. ok markus@ | 2004-01-14 | 1 | -1/+1 | |
| | |||||
* | remove obsolete files | 2003-11-13 | 1 | -127/+0 | |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | 2003-11-11 | 7 | -33/+55 | |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | Off-by-ones, from aaron@ | 2003-09-22 | 1 | -1/+1 | |
| | |||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 2 | -2/+2 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 44 | -506/+798 | |
| | |||||
* | import 0.9.7b (without idea and rc5) | 2003-05-11 | 1 | -1/+0 | |
| | |||||
* | string cleaning; ok tedu | 2003-04-26 | 2 | -16/+20 | |
| | |||||
* | oops | 2003-04-04 | 1 | -1/+1 | |
| | |||||
* | incorrect bounds limit; spotted by ho | 2003-04-04 | 1 | -6/+8 | |
| | |||||
* | more strcpy & sprintf murder; ho ok | 2003-04-04 | 9 | -38/+39 | |
| | |||||
* | delete duplicate line; jason@ackley.net, 3090 | 2003-02-12 | 1 | -1/+0 | |
| | |||||
* | typo; torh@bogus.net | 2002-12-16 | 1 | -1/+1 | |
| | |||||
* | add -elapsed to usage() for USE_TOD, too | 2002-09-16 | 1 | -1/+1 | |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 16 | -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@ | 2002-09-10 | 13 | -54/+88 | |
| | |||||
* | import openssl-0.9.7-beta3 | 2002-09-05 | 1 | -3/+17 | |
| | |||||
* | merge with 0.9.7-beta1 | 2002-09-05 | 1 | -1/+1 | |
| | |||||
* | more cruft. | 2002-09-04 | 2 | -254/+0 | |
| |