aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2015-09-06Fix typo, that broke build on non-unixRich Salz1-1/+1
2015-09-06Add rehash command to opensslTimo Teras3-16/+461
2015-09-06Small fix: make istext staticRichard Levitte1-1/+1
2015-09-06Fix enc so it properly treats BASE64 as textRichard Levitte1-8/+16
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte7-24/+32
2015-09-06dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2-151/+158
2015-09-06Have binary mode when the format is binary, not the other way aroundRichard Levitte1-3/+3
2015-09-06Change the way apps open their input and output filesRichard Levitte36-144/+168
2015-09-06Make the handling of output and input formats consistentRichard Levitte18-41/+37
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson2-19/+13
2015-09-05Make TS structures opaque.Rich Salz1-10/+13
2015-09-05RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2-3/+9
2015-09-04RT3998: Allow scrypt to be disabledRich Salz1-2/+12
2015-09-03remove 0 assignments.Rich Salz1-8/+1
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-2/+7
2015-09-01RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg2-3/+3
2015-09-01apps/speed.c: fix memory leakEmilia Kasper1-4/+2
2015-08-31make X509_REQ opaqueDr. Stephen Henson3-17/+3
2015-08-31Remove asn1-kludge option.Dr. Stephen Henson1-22/+3
2015-08-26GH350: -help text few s_client and s_server flagsHubert Kario1-4/+9
2015-08-26GH371: Print debug info for ALPN extensionAlessandro Ghedini1-0/+4
2015-08-17Restore previous behaviour of only running one algorithm when -evp alg is used.Tim Hudson1-1/+1
2015-08-17restore usage of -elapsed that was disabled in the ifdef reorgTim Hudson1-5/+0
2015-08-16GH345: Remove stderr outputRich Salz1-3/+0
2015-08-11Remove Gost94 signature algorithm.Rich Salz1-1/+0
2015-08-10GH365: Missing #ifdef rename.Rich Salz1-2/+2
2015-08-10Fix build break.Rich Salz2-2/+2
2015-08-08GH357: Update ocsp.cbluelineXY1-0/+13
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell2-2/+2
2015-08-02Fix refactoring breakage.Ben Laurie1-4/+6
2015-08-02don't reset return value to 0Dr. Stephen Henson1-1/+0
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie2-25/+23
2015-07-31Various doc fixes from GH pull requestsRich Salz1-1/+1
2015-07-31RT3742: Add xmpp_server to s_client.Kai Engert1-2/+7
2015-07-31RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg1-4/+8
2015-07-31RT3962: Check accept_count only if not unlimitedAdam Eijdenberg1-1/+2
2015-07-31RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg3-1/+2
2015-07-29RT3639: Add -no_comp description to online helpRich Salz1-1/+1
2015-07-16Remove obsolete key formats.Rich Salz5-104/+6
2015-07-14Can't use -trusted with -CA{path,file}Rich Salz1-1/+7
2015-07-13Remove extra '; \' in apps/MakefileRichard Levitte1-1/+1
2015-07-09Exit on error in ecparamPeter Waltenberg1-2/+3
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell1-1/+7
2015-07-07Add help text for some verify optionsMatt Caswell1-8/+12
2015-07-07Make "oneline" the default for nameoptRichard Levitte4-3/+21
2015-06-25missing breakDr. Stephen Henson1-0/+1
2015-06-23RT3682: Avoid double-free on OCSP parse errorRich Salz1-0/+1
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz21-63/+180
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson1-2/+6
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson1-0/+1