summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-09Make DH opaqueMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-06Fix no-ocspMatt Caswell
2016-04-06Add a check of the FD_SETSIZE before the call to select()Andrea Grandi
2016-04-05fix memory leak in caDr. Stephen Henson
2016-04-04Fix a shadow symbol warningFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-03Fix mixed declarations and codeViktor Dukhovni
2016-04-03apps/Makefile.in: add tsget rule.Andy Polyakov
2016-04-03After saving errno clear it before calls to strtol et. al.Viktor Dukhovni
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-04-01Make the use of perl more consistentRichard Levitte
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-31Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte
2016-03-22Fix no-rc4.Ben Laurie
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-21Fix no-ts with --strict-warningsMatt Caswell
2016-03-21Fix no-sockMatt Caswell
2016-03-21Fix no-gostMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-20GH886: CONNECT should use HTTP/1.1Rich Salz
2016-03-19make updateRichard Levitte
2016-03-19apps/progs.pl: add back the INCLUDE_FUNCTION_TABLE wrapperRichard Levitte
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni
2016-03-19The command source are files, not directoriesRichard Levitte
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix
2016-03-19Generate apps/progs.h on the flyRichard Levitte
2016-03-19Include progs.h directly in openssl.c instead of via apps.hRichard Levitte
2016-03-19Make apps/progs.pl more flexibleRichard Levitte
2016-03-18make updateRichard Levitte
2016-03-18Implement support for no-tsRichard Levitte
2016-03-18apps/progs.pl: more consistent output for digestsRichard Levitte
2016-03-18Fix no-desMatt Caswell