aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-1110-17/+26
* Unwriteable directories are errorsRich Salz2015-09-101-1/+1
* Fix rehash/c_rehash doc and behavior.Rich Salz2015-09-081-0/+4
* Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie2015-09-081-5/+10
* add support for apple os/xRich Salz2015-09-071-3/+2
* GH391: Apple portRich Salz2015-09-071-28/+57
* fix build breakage on windowsRich Salz2015-09-061-0/+3
* Fix typo, that broke build on non-unixRich Salz2015-09-061-1/+1
* Add rehash command to opensslTimo Teras2015-09-063-16/+461
* Small fix: make istext staticRichard Levitte2015-09-061-1/+1
* Fix enc so it properly treats BASE64 as textRichard Levitte2015-09-061-8/+16
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-067-24/+32
* dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2015-09-062-151/+158
* Have binary mode when the format is binary, not the other way aroundRichard Levitte2015-09-061-3/+3
* Change the way apps open their input and output filesRichard Levitte2015-09-0636-144/+168
* Make the handling of output and input formats consistentRichard Levitte2015-09-0618-41/+37
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-062-19/+13
* Make TS structures opaque.Rich Salz2015-09-051-10/+13
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-052-3/+9
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-2/+12
* remove 0 assignments.Rich Salz2015-09-031-8/+1
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-2/+7
* RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg2015-09-012-3/+3
* apps/speed.c: fix memory leakEmilia Kasper2015-09-011-4/+2
* make X509_REQ opaqueDr. Stephen Henson2015-08-313-17/+3
* Remove asn1-kludge option.Dr. Stephen Henson2015-08-311-22/+3
* GH350: -help text few s_client and s_server flagsHubert Kario2015-08-261-4/+9
* GH371: Print debug info for ALPN extensionAlessandro Ghedini2015-08-261-0/+4
* Restore previous behaviour of only running one algorithm when -evp alg is used.Tim Hudson2015-08-171-1/+1
* restore usage of -elapsed that was disabled in the ifdef reorgTim Hudson2015-08-171-5/+0
* GH345: Remove stderr outputRich Salz2015-08-161-3/+0
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-1/+0
* GH365: Missing #ifdef rename.Rich Salz2015-08-101-2/+2
* Fix build break.Rich Salz2015-08-102-2/+2
* GH357: Update ocsp.cbluelineXY2015-08-081-0/+13
* Fix SRTP s_client/s_server optionsMatt Caswell2015-08-042-2/+2
* Fix refactoring breakage.Ben Laurie2015-08-021-4/+6
* don't reset return value to 0Dr. Stephen Henson2015-08-021-1/+0
* Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie2015-08-022-25/+23
* Various doc fixes from GH pull requestsRich Salz2015-07-311-1/+1
* RT3742: Add xmpp_server to s_client.Kai Engert2015-07-311-2/+7
* RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg2015-07-311-4/+8
* RT3962: Check accept_count only if not unlimitedAdam Eijdenberg2015-07-311-1/+2
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-313-1/+2
* RT3639: Add -no_comp description to online helpRich Salz2015-07-291-1/+1
* Remove obsolete key formats.Rich Salz2015-07-165-104/+6
* Can't use -trusted with -CA{path,file}Rich Salz2015-07-141-1/+7
* Remove extra '; \' in apps/MakefileRichard Levitte2015-07-131-1/+1
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* Extend -show_chain option to verify to show more infoMatt Caswell2015-07-071-1/+7