summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-11Add missing terminating NULL to speed_options table.Kurt Cancemi
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Make -CAserial a type 's' optionRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-06Fix s_server version specific methodsMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Fix windows buildMatt Caswell
2015-05-05Remove apps cache for gethostbynameRich Salz
2015-05-04GH271: Warning on </dev/null to CA.plRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-04Have -K actually take an argument, and correct help textRichard Levitte
2015-05-04RT1369: don't do "helpful" access check.Rich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-02Fix uninitialized variable.Hanno Böck
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-05-01Fix some typo's, silence warnings.Rich Salz
2015-04-30Rewrite CA.pl.inRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30free cleanup 12Rich Salz
2015-04-30make updateMatt Caswell
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-30Fix bug, "what mode" test was wrong.Rich Salz
2015-04-30Fix windows buildMatt Caswell
2015-04-29Add HTTP GET support to OCSP serverRich Salz
2015-04-29Rewrite parse_nameRich Salz
2015-04-29use isxdigit and apps_tohexRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz
2015-04-27Fix Wmaybe-uninitialized: initialize variableEmilia Kasper
2015-04-26Add readline (etc) supportRich Salz
2015-04-26Simplify parse_yesno; remove local variableRich Salz
2015-04-26Fix typo in help & comment formattingRich Salz
2015-04-26Fix error messageRich Salz
2015-04-26Fix main build breakage.Rich Salz
2015-04-26Remove the special list-xxxx commandsRich Salz
2015-04-25RT2962: add -keytab and -krb5svc flags.Rich Salz
2015-04-25Free malloc data on encoding errors.Rich Salz
2015-04-25Quote HTML entities in s_server outputRich Salz
2015-04-25RT2206: Add -issuer flag to ocsp commandRich Salz
2015-04-25Remove EFENCE support.Rich Salz