summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-09-21Fix -srpvfile option in srp command lineMatt Caswell
2015-09-20Make SRP work with -wwwDr. Stephen Henson
2015-09-20make no-dh workDr. Stephen Henson
2015-09-20Finally, remove a possibly disabled featureRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Sort the disabled features alphabeticallyRichard Levitte
2015-09-20Small typoRichard Levitte
2015-09-19Print out a list of disabled features.Dr. Stephen Henson
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz
2015-09-11Use default field separator.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-10Unwriteable directories are errorsRich Salz
2015-09-08Fix rehash/c_rehash doc and behavior.Rich Salz
2015-09-08Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie
2015-09-07add support for apple os/xRich Salz
2015-09-07GH391: Apple portRich Salz
2015-09-06fix build breakage on windowsRich Salz
2015-09-06Fix typo, that broke build on non-unixRich Salz
2015-09-06Add rehash command to opensslTimo Teras
2015-09-06Small fix: make istext staticRichard Levitte
2015-09-06Fix enc so it properly treats BASE64 as textRichard Levitte
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-06dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte
2015-09-06Have binary mode when the format is binary, not the other way aroundRichard Levitte
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-05Make TS structures opaque.Rich Salz
2015-09-05RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-09-03remove 0 assignments.Rich Salz
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-09-01RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg
2015-09-01apps/speed.c: fix memory leakEmilia Kasper
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-08-31Remove asn1-kludge option.Dr. Stephen Henson
2015-08-26GH350: -help text few s_client and s_server flagsHubert Kario
2015-08-26GH371: Print debug info for ALPN extensionAlessandro Ghedini
2015-08-17Restore previous behaviour of only running one algorithm when -evp alg is used.Tim Hudson
2015-08-17restore usage of -elapsed that was disabled in the ifdef reorgTim Hudson
2015-08-16GH345: Remove stderr outputRich Salz
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-10GH365: Missing #ifdef rename.Rich Salz
2015-08-10Fix build break.Rich Salz
2015-08-08GH357: Update ocsp.cbluelineXY
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell
2015-08-02Fix refactoring breakage.Ben Laurie