summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-06-10When making libcrypto from apps or test, make sure to include enginesRichard Levitte
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-06Increase buffer size for passwords in pkcs12 CLIRodger Combs
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-06-02RT832: Use REUSEADDR in ocsp responderRich Salz
2015-06-02RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets
2015-05-30fix warningDr. Stephen Henson
2015-05-29fix asn1parse -informDr. Stephen Henson
2015-05-29Restore module loadingRichard Levitte
2015-05-29Fix double BIO_free in reqRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-26scrypt in pkcs8 utilDr. Stephen Henson
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson
2015-05-25RT3861: Mem/bio leak in req commandHanno Böck
2015-05-25Fix segfault in ec commandRich Salz
2015-05-25fix s_client crashRich Salz
2015-05-23Missed a couple of spots in the update changeRichard Levitte
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-22RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell
2015-05-20Replace switch/assignments with table lookupRich Salz
2015-05-20Remove dh512.pemEmilia Kasper
2015-05-19Don't add write errors into bytecountsRobert Swiecki
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-13Add missing ctype.hRich Salz
2015-05-13Fix ocsp bugsRich Salz
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-13Remove Kerberos support from appsMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-11Add missing terminating NULL to speed_options table.Kurt Cancemi
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Make -CAserial a type 's' optionRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-06Fix s_server version specific methodsMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Fix windows buildMatt Caswell
2015-05-05Remove apps cache for gethostbynameRich Salz
2015-05-04GH271: Warning on </dev/null to CA.plRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte
2015-05-04Have -K actually take an argument, and correct help textRichard Levitte
2015-05-04RT1369: don't do "helpful" access check.Rich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-02Fix uninitialized variable.Hanno Böck
2015-05-01free NULL cleanup -- codaRich Salz