summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* "stay backwards-compatible with 0.9.5; this should go away soon"tedu2014-05-061-8/+0
* remove Kerberostedu2014-05-062-41/+0
* move a comment to make unifdef happiertedu2014-05-061-2/+3
* bye bye SRPtedu2014-05-064-975/+0
* During the great e_os.h nukathon we stopped pulling in <sys/filio.h> viajsing2014-05-053-35/+6
* Kill memory debug calls that are now noops. While here, nuke an #if 0 andjsing2014-05-051-22/+3
* OpenBSD has_SC_CLK_TCK.jsing2014-05-051-27/+0
* Nuke more defines - we have setvbuf() and _IONBF.jsing2014-05-032-16/+0
* Add ChaCha as a cipher.jsing2014-05-021-0/+3
* remove crazy #undefs; ok jsingderaadt2014-05-0210-13/+0