summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* More KNF.jsing2014-05-191-60/+60
* More whack-a-mole^Wfips.jsing2014-05-192-18/+1
* It is perfectly valid to call free(NULL), so stop checking for non-NULLjsing2014-05-1929-128/+80
* Out of all the openssl apps, just one of them has code to mess around withjsing2014-05-181-12/+0
* W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handlejsing2014-05-181-13/+2
* Remove unused include.jsing2014-05-183-3/+0
* Group and sort includes.jsing2014-05-1850-214/+308
* bio_err is initialised in main, hence there is no need to initialise itjsing2014-05-1846-168/+16
* add missing header needed for mem{cpy,cmp}()chl2014-05-171-0/+1
* no no md2tedu2014-05-173-39/+0
* deleted seed some time agotedu2014-05-179-85/+0
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-171-1/+1
* less than jpaketedu2014-05-074-317/+4