aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* free NULL cleanupRich Salz2015-03-2410-24/+12
* make dependDr. Stephen Henson2015-03-241-50/+46
* free NULL cleanupRich Salz2015-03-241-2/+1
* apps return value checksMatt Caswell2015-03-235-33/+99
* Dead code removal from appsMatt Caswell2015-03-172-6/+6
* Fix seg fault in s_timeMatt Caswell2015-03-171-1/+6
* Move malloc fail checks closer to mallocMatt Caswell2015-03-171-5/+5
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-4/+6
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-114-60/+24
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-091-1/+1
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-2/+6
* Unchecked malloc fixesMatt Caswell2015-03-0511-3/+85
* Make OpenSSL compile with no-rc4Dr. Stephen Henson2015-02-272-1/+8
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-261-47/+0
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-257-1/+13
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-4/+4
* ui_compat cleanup; makefiles and vmsRich Salz2015-02-061-3/+3
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-064-59/+1