summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.jsing2014-05-023-19/+0
* Sort and group includes. We also do not need to include openssl/evp.h morejsing2014-05-021-45/+47
* Sort function prototypes and group/sort entries within the functions array.jsing2014-05-021-237/+125
* Fold in the zlib_cleanup macro.jsing2014-04-252-7/+4
* do_pipe_sig is now only used in openssl.c - just call signal() directlyjsing2014-04-252-3/+1
* NON_MAIN no longer means anything so remove it, along with APP_INIT.jsing2014-04-253-17/+0
* The apps_{startup,shutdown} macro mess is now only used in openssl.c -jsing2014-04-252-36/+42
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-1/+1
* unifdef -U LINTjsing2014-04-246-18/+0
* When OPENSSL_C is not defined, apps_startup becomes ajsing2014-04-2438-72/+72