aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Don't add write errors into bytecountsRobert Swiecki1-2/+4
2015-05-16Version negotiation rewrite cleanupMatt Caswell1-67/+63
2015-05-16Client side version negotiation rewriteMatt Caswell3-3/+3
2015-05-16Server side version negotiation rewriteMatt Caswell2-2/+2
2015-05-15Use #error in openssl/srp.hRich Salz3-0/+17
2015-05-13Add missing ctype.hRich Salz1-0/+1
2015-05-13Fix ocsp bugsRich Salz1-21/+37
2015-05-13Remove Kerberos support from libsslMatt Caswell1-170/+162
2015-05-13Remove Kerberos support from appsMatt Caswell3-78/+5
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz14-93/+101
2015-05-11Add missing terminating NULL to speed_options table.Kurt Cancemi1-0/+1
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen1-0/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz9-32/+33
2015-05-06Make -CAserial a type 's' optionRichard Levitte1-1/+1
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets3-3/+3
2015-05-06Fix s_server version specific methodsMatt Caswell1-7/+7
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz3-8/+8
2015-05-05Fix windows buildMatt Caswell1-1/+1
2015-05-05Remove apps cache for gethostbynameRich Salz1-50/+2
2015-05-04GH271: Warning on </dev/null to CA.plRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz10-16/+17
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte1-4/+9
2015-05-04Have -K actually take an argument, and correct help textRichard Levitte1-1/+1
2015-05-04RT1369: don't do "helpful" access check.Rich Salz1-16/+5
2015-05-04more OSSL_NELEM casesDr. Stephen Henson3-3/+3
2015-05-02Fix uninitialized variable.Hanno Böck1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz18-115/+61
2015-05-01free NULL cleanup 11Rich Salz2-4/+2
2015-05-01free null cleanup finaleRich Salz31-175/+81
2015-05-01Fix some typo's, silence warnings.Rich Salz1-1/+2
2015-04-30Rewrite CA.pl.inRich Salz1-178/+169
2015-04-30free NULL cleanup 7Rich Salz7-33/+18
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell1-2/+3
2015-04-30free cleanup 12Rich Salz2-8/+4
2015-04-30make updateMatt Caswell1-105/+101
2015-04-30free cleanup almost the finaleRich Salz4-26/+7
2015-04-30In apps, malloc or dieRich Salz24-310/+126
2015-04-30free NULL cleanup 5aRich Salz10-81/+42
2015-04-30free NULL cleanup 8Rich Salz3-15/+10
2015-04-30Fix bug, "what mode" test was wrong.Rich Salz1-1/+2
2015-04-30Fix windows buildMatt Caswell2-7/+7
2015-04-29Add HTTP GET support to OCSP serverRich Salz1-3/+48
2015-04-29Rewrite parse_nameRich Salz2-109/+59
2015-04-29use isxdigit and apps_tohexRich Salz4-14/+46
2015-04-29Remove needless bio_err argumentRich Salz13-137/+136
2015-04-28remove malloc castsRich Salz14-34/+26
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz1-2/+1
2015-04-27Fix Wmaybe-uninitialized: initialize variableEmilia Kasper1-1/+1
2015-04-26Add readline (etc) supportRich Salz1-2/+30
2015-04-26Simplify parse_yesno; remove local variableRich Salz1-9/+3