aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-261-4/+16
* RT3861: Mem/bio leak in req commandHanno Böck2015-05-251-0/+1
* Fix segfault in ec commandRich Salz2015-05-251-0/+1
* fix s_client crashRich Salz2015-05-251-3/+4
* Missed a couple of spots in the update changeRichard Levitte2015-05-231-7/+5
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-224-132/+51
* RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp2015-05-221-6/+48
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+5
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-223-12/+40
* Replace switch/assignments with table lookupRich Salz2015-05-202-388/+173
* Remove dh512.pemEmilia Kasper2015-05-201-9/+0
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-67/+63
* Client side version negotiation rewriteMatt Caswell2015-05-163-3/+3
* Server side version negotiation rewriteMatt Caswell2015-05-162-2/+2
* Use #error in openssl/srp.hRich Salz2015-05-153-0/+17
* Add missing ctype.hRich Salz2015-05-131-0/+1
* Fix ocsp bugsRich Salz2015-05-131-21/+37
* Remove Kerberos support from libsslMatt Caswell2015-05-131-170/+162
* Remove Kerberos support from appsMatt Caswell2015-05-133-78/+5
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1114-93/+101
* Add missing terminating NULL to speed_options table.Kurt Cancemi2015-05-111-0/+1
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-069-32/+33