aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-04-13make updateMatt Caswell1-2/+10
2016-04-13Remove OPENSSL_NO_HMACMatt Caswell1-3/+0
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell2-13/+0
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell4-49/+4
2016-04-13Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte1-6/+9
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell6-6/+0
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell2-13/+0
2016-04-13Fix conditional compile logic in speed.cMatt Caswell1-1/+1
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte1-7/+11
2016-04-11Fix the no-nextprotoneg optionMatt Caswell1-0/+2
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper1-2/+2
2016-04-09Make DH opaqueMatt Caswell2-14/+24
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-28/+39
2016-04-06Make the RSA structure opaqueRichard Levitte4-12/+20
2016-04-06Fix no-ocspMatt Caswell3-4/+24
2016-04-06Add a check of the FD_SETSIZE before the call to select()Andrea Grandi1-0/+10
2016-04-05fix memory leak in caDr. Stephen Henson1-1/+1
2016-04-04Fix a shadow symbol warningFdaSilvaYY1-5/+5
2016-04-04Revert "various spelling fixes"Rich Salz1-2/+2
2016-04-04various spelling fixesFdaSilvaYY1-2/+2
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY1-0/+1
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY3-19/+11
2016-04-03Fix mixed declarations and codeViktor Dukhovni1-1/+2
2016-04-03apps/Makefile.in: add tsget rule.Andy Polyakov1-0/+4
2016-04-03After saving errno clear it before calls to strtol et. al.Viktor Dukhovni1-0/+4
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni2-2/+11
2016-04-03Make DSA_METHOD opaqueMatt Caswell4-10/+23
2016-04-03Make the DSA structure opaqueMatt Caswell5-35/+86
2016-04-02apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte1-1/+1
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte3-20/+14
2016-04-01Make the use of perl more consistentRichard Levitte2-2/+3
2016-03-31Fix "no-ui" configurationRichard Levitte6-46/+116
2016-03-31Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte1-4/+10
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte3-12/+23
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte1-0/+14
2016-03-22Fix no-rc4.Ben Laurie1-1/+4
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte3-1/+13
2016-03-21Fix no-ts with --strict-warningsMatt Caswell1-2/+3
2016-03-21Fix no-sockMatt Caswell7-4/+32
2016-03-21Fix no-gostMatt Caswell2-3/+3
2016-03-21Fix no-dsaMatt Caswell3-7/+24
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-03-20GH886: CONNECT should use HTTP/1.1Rich Salz1-1/+1
2016-03-19make updateRichard Levitte1-7/+22
2016-03-19apps/progs.pl: add back the INCLUDE_FUNCTION_TABLE wrapperRichard Levitte1-1/+3
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni2-18/+435
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni2-1/+3
2016-03-19The command source are files, not directoriesRichard Levitte1-2/+2