summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
AgeCommit message (Expand)Author
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY
2016-08-20Duplicate includesFdaSilvaYY
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
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