summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-04-01Make the use of perl more consistentRichard Levitte
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-31Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte
2016-03-22Fix no-rc4.Ben Laurie
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-21Fix no-ts with --strict-warningsMatt Caswell
2016-03-21Fix no-sockMatt Caswell
2016-03-21Fix no-gostMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-20GH886: CONNECT should use HTTP/1.1Rich Salz