summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
AgeCommit message (Expand)Author
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte
2016-06-16Spelling fixesFdaSilvaYY
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson
2016-05-10IRIX fixes.Andy Polyakov
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni
2016-03-19Include progs.h directly in openssl.c instead of via apps.hRichard Levitte
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-09Documentation for ctx_set_ctlog_list_file()Rob Percival
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival
2016-03-08GH787: Fix ALPNTodd Short
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18remove redundant opt* declarationsRoumen Petrov
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-10Improve recent option help string additionsViktor Dukhovni
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni
2016-02-09GH646: Update help for s_server command.A J Mohan Rao
2016-02-06commands help cleanupA J Mohan Rao
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni
2016-02-03RT3234: disable compressionEmilia Kasper
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni
2016-01-30Fix opt_imax() callRichard Levitte
2016-01-29Make opt_imax visible in all appsViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-13For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni
2016-01-13For stroimax need C99 inttypes.hViktor Dukhovni
2016-01-12Maximize time_t when intmax_t is availableViktor Dukhovni
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-05RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse