aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-0118-115/+61
* free NULL cleanup 11Rich Salz2015-05-012-4/+2
* free null cleanup finaleRich Salz2015-05-0131-175/+81
* Fix some typo's, silence warnings.Rich Salz2015-05-011-1/+2
* Rewrite CA.pl.inRich Salz2015-04-301-178/+169
* free NULL cleanup 7Rich Salz2015-04-307-33/+18
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+3
* free cleanup 12Rich Salz2015-04-302-8/+4
* make updateMatt Caswell2015-04-301-105/+101
* free cleanup almost the finaleRich Salz2015-04-304-26/+7
* In apps, malloc or dieRich Salz2015-04-3024-310/+126
* free NULL cleanup 5aRich Salz2015-04-3010-81/+42
* free NULL cleanup 8Rich Salz2015-04-303-15/+10
* Fix bug, "what mode" test was wrong.Rich Salz2015-04-301-1/+2
* Fix windows buildMatt Caswell2015-04-302-7/+7
* Add HTTP GET support to OCSP serverRich Salz2015-04-291-3/+48
* Rewrite parse_nameRich Salz2015-04-292-109/+59
* use isxdigit and apps_tohexRich Salz2015-04-294-14/+46
* Remove needless bio_err argumentRich Salz2015-04-2913-137/+136
* remove malloc castsRich Salz2015-04-2814-34/+26
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-271-2/+1
* Fix Wmaybe-uninitialized: initialize variableEmilia Kasper2015-04-271-1/+1
* Add readline (etc) supportRich Salz2015-04-261-2/+30
* Simplify parse_yesno; remove local variableRich Salz2015-04-261-9/+3
* Fix typo in help & comment formattingRich Salz2015-04-261-4/+4
* Fix error messageRich Salz2015-04-261-1/+1
* Fix main build breakage.Rich Salz2015-04-262-4/+6
* Remove the special list-xxxx commandsRich Salz2015-04-261-77/+45
* RT2962: add -keytab and -krb5svc flags.Rich Salz2015-04-251-1/+12
* Free malloc data on encoding errors.Rich Salz2015-04-251-5/+7
* Quote HTML entities in s_server outputRich Salz2015-04-251-1/+16
* RT2206: Add -issuer flag to ocsp commandRich Salz2015-04-251-1/+17
* Remove EFENCE support.Rich Salz2015-04-252-24/+0
* RT2451: Add telnet to s_client -starttlsRich Salz2015-04-251-5/+45
* Add -nocommands to s_client.Rich Salz2015-04-251-5/+9
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-2531-218/+88
* Add missing BIO_flush() callsRich Salz2015-04-251-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-2461-13136/+10747
* Remove SET oid config file and SET certsRich Salz2015-04-207-134/+0
* Code style: space after 'if'Viktor Dukhovni2015-04-1610-36/+36
* free NULL cleanup 9Rich Salz2015-04-114-11/+5
* free NULL cleanup 10Rich Salz2015-04-115-22/+11
* Drop CA.sh for CA.plRich Salz2015-04-082-199/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-6/+2
* free NULL cleanupRich Salz2015-03-288-29/+15
* free NULL cleanup.Rich Salz2015-03-253-10/+5
* free NULL cleanupRich Salz2015-03-2529-124/+62
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-1/+1
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* RAND_bytes updatesMatt Caswell2015-03-255-7/+8