summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-348/+0
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-2655-33619/+0
* Include <sys/select.h> to get selectbcook2014-08-244-4/+9
* Let SSL_CIPHER_description() allocate the buffer for the description,jsing2014-08-241-4/+6
* Fix a usage string; the proper spelling of 'alot' is 'a lot'.blambert2014-07-291-2/+2
* Remove SRP code. It contains a bug (this should not surprise anyone), buttedu2014-07-281-2/+1
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-2512-46/+29
* Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memoryguenther2014-07-221-6/+10
* Fix strtonum range to unbreak -pass fd:0lteo2014-07-191-2/+2
* missing newlinederaadt2014-07-181-2/+2
* avoid errx(); Jonas Termansenderaadt2014-07-171-3/+5
* whitespacederaadt2014-07-1444-170/+170
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-134-13/+15
* In openssl_startup(), call SSL_library_init() and SSL_load_error_strings().jsing2014-07-128-28/+10
* openssl(1) is only built as a single monolithic binary, so just calljsing2014-07-1239-154/+47
* Remove the PSK code. We don't need to drag around thisbeck2014-07-113-201/+3
* Tame the tedu... we still want to know that Compression and Expansion arejsing2014-07-101-1/+5
* forgot to decompress here tootedu2014-07-102-17/+2
* check return value of write.bcook2014-07-101-4/+15
* unfidef RL_DEBUG. hopefully it's been debugged by nowtedu2014-07-092-50/+2
* firebomb some MDEBUG leftoverstedu2014-07-091-87/+1
* unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssltedu2014-07-0912-190/+12
* clean up if 0/if 1 code. we don't care anymore.tedu2014-07-092-119/+3
* move a commenttedu2014-07-091-3/+3
* Remove typecasts on password_callback.bcook2014-07-093-20/+15
* Free "data" when it's no longer in use.logan2014-06-291-1/+2
* Fix file descriptor leaklogan2014-06-291-1/+2
* Use strtonum() instead of atoi(), and then impose what are we thinkderaadt2014-06-2813-102/+211
* Fix memory leak.logan2014-06-241-2/+4
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-133-18/+3
* tags as requested by miod and teduderaadt2014-06-1255-57/+55
* c-file-style hints, begone; ok beckderaadt2014-06-112-2/+2
* /* on some platforms time_t may be a float */deraadt2014-06-071-3/+3
* malloc() result does not need a cast.deraadt2014-06-0710-17/+17
* Remove RANDFILE remnants.jsing2014-06-022-3/+0
* Stop pretending that openssl(1) applications support the -rand option.jsing2014-06-0215-123/+11
* Make usage for -quiet match the manpage and fix a misspellingguenther2014-06-011-2/+2
* Rework parse_name() so that variable declaration is separate from functionjsing2014-05-301-37/+50
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-6/+3
* trivial realloc -> reallocarrayderaadt2014-05-291-2/+1
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-293-3/+3
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-295-9/+9
* There is no need to include <openssl/e_os2.h> here, except for the factjsing2014-05-265-5/+2
* Fix resource descriptor leaks.logan2014-05-251-0/+4
* -noout mentions a CRL, which is incorrect. Use "no output of encoded sessionlogan2014-05-251-1/+1
* There is little interest in supporting Watt-32 TCP/IP debugging. Forderaadt2014-05-251-7/+0
* signal.h is not needed here.jsing2014-05-231-1/+0
* Stop pulling signal.h into apps.h - just include it from openssl.c wherejsing2014-05-232-2/+1
* Calling signal once to ignore SIGPIPE is sufficient - we do not need to dojsing2014-05-2337-67/+0
* Move include to the top and nuke pointless comments.jsing2014-05-231-8/+1