aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-26Fix typo in help & comment formattingRich Salz1-4/+4
2015-04-26Fix error messageRich Salz1-1/+1
2015-04-26Fix main build breakage.Rich Salz2-4/+6
2015-04-26Remove the special list-xxxx commandsRich Salz1-77/+45
2015-04-25RT2962: add -keytab and -krb5svc flags.Rich Salz1-1/+12
2015-04-25Free malloc data on encoding errors.Rich Salz1-5/+7
2015-04-25Quote HTML entities in s_server outputRich Salz1-1/+16
2015-04-25RT2206: Add -issuer flag to ocsp commandRich Salz1-1/+17
2015-04-25Remove EFENCE support.Rich Salz2-24/+0
2015-04-25RT2451: Add telnet to s_client -starttlsRich Salz1-5/+45
2015-04-25Add -nocommands to s_client.Rich Salz1-5/+9
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz31-218/+88
2015-04-25Add missing BIO_flush() callsRich Salz1-0/+3
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz61-13136/+10747
2015-04-20Remove SET oid config file and SET certsRich Salz7-134/+0
2015-04-16Code style: space after 'if'Viktor Dukhovni10-36/+36
2015-04-11free NULL cleanup 9Rich Salz4-11/+5
2015-04-11free NULL cleanup 10Rich Salz5-22/+11
2015-04-08Drop CA.sh for CA.plRich Salz2-199/+1
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-6/+2
2015-03-28free NULL cleanupRich Salz8-29/+15
2015-03-25free NULL cleanup.Rich Salz3-10/+5
2015-03-25free NULL cleanupRich Salz29-124/+62
2015-03-25make X509_NAME opaqueDr. Stephen Henson1-1/+1
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell1-6/+5
2015-03-25RAND_bytes updatesMatt Caswell5-7/+8