summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2015-04-25RT2451: Add telnet to s_client -starttlsRich Salz
2015-04-25Add -nocommands to s_client.Rich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-25Add missing BIO_flush() callsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-20Remove SET oid config file and SET certsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-04-08Drop CA.sh for CA.plRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-24make dependDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23apps return value checksMatt Caswell
2015-03-17Dead code removal from appsMatt Caswell
2015-03-17Fix seg fault in s_timeMatt Caswell
2015-03-17Move malloc fail checks closer to mallocMatt Caswell
2015-03-17Add malloc failure checksMatt Caswell
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson