summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* remove generated files and generated symlinks (in make clean)markus2002-08-301-173/+0
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-076-13/+50
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-213-133/+32
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1551-2693/+7619
|
* merge openssl 0.9.6b-enginebeck2001-08-015-5/+22
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-2215-32/+350
|
* Use correct interpretersniklas2001-01-261-1/+1
|
* openssl-engine0.9.6 mergebeck2000-12-157-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* openssl-engine-0.9.6 mergebeck2000-12-1548-1299/+3541
|