aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add help text for some verify optionsMatt Caswell2015-07-071-8/+12
* Make "oneline" the default for nameoptRichard Levitte2015-07-074-3/+21
* missing breakDr. Stephen Henson2015-06-251-0/+1
* RT3682: Avoid double-free on OCSP parse errorRich Salz2015-06-231-0/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-1521-63/+180
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-2/+6
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-0/+1
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-3/+0
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-101-2/+2
* Use bio_err not stderr in apps.Rich Salz2015-06-097-34/+32
* Increase buffer size for passwords in pkcs12 CLIRodger Combs2015-06-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-0222-219/+222
* RT832: Use REUSEADDR in ocsp responderRich Salz2015-06-021-9/+14
* RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets2015-06-021-0/+1
* fix warningDr. Stephen Henson2015-05-301-1/+1
* fix asn1parse -informDr. Stephen Henson2015-05-291-1/+1
* Restore module loadingRichard Levitte2015-05-2943-14/+186
* Fix double BIO_free in reqRichard Levitte2015-05-291-0/+1
* RT3876: Only load config when neededRich Salz2015-05-2810-241/+73
* scrypt in pkcs8 utilDr. Stephen Henson2015-05-261-4/+35