summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-04-26Remove the never-functional no-sctBenjamin Kaduk
2016-04-26Remove some OPENSSL_NO_SHA that snuck inBenjamin Kaduk
2016-04-25Fix NULL deref in apps/pkcs7Rich Salz
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell
2016-04-21Remove some unneccessary assignments to argcMatt Caswell
2016-04-21Remove some unused argc assignmentsMatt Caswell
2016-04-21Add missing return value check in pkcs8 appMatt Caswell
2016-04-21Add missing return value checksMatt Caswell
2016-04-21Fix missing break in option parsingMatt Caswell
2016-04-21Remove some dead codeMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-20Update copyright; generated files.Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Fix no-sock on WindowsMatt Caswell
2016-04-20Don't use select on WindowsMatt Caswell
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-04-18Signed/unsigned compare.Ben Laurie
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Fix no-stdio and no-autoalginitMatt Caswell
2016-04-13make updateMatt Caswell
2016-04-13Remove OPENSSL_NO_HMACMatt Caswell
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Fix conditional compile logic in speed.cMatt Caswell
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-09Make DH opaqueMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-06Fix no-ocspMatt Caswell
2016-04-06Add a check of the FD_SETSIZE before the call to select()Andrea Grandi
2016-04-05fix memory leak in caDr. Stephen Henson
2016-04-04Fix a shadow symbol warningFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-03Fix mixed declarations and codeViktor Dukhovni
2016-04-03apps/Makefile.in: add tsget rule.Andy Polyakov
2016-04-03After saving errno clear it before calls to strtol et. al.Viktor Dukhovni
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte