summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
AgeCommit message (Expand)Author
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
2015-08-26GH350: -help text few s_client and s_server flagsHubert Kario
2015-08-10Fix build break.Rich Salz
2015-07-29RT3639: Add -no_comp description to online helpRich Salz
2015-07-16Remove obsolete key formats.Rich Salz
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-20Replace switch/assignments with table lookupRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-29Rewrite parse_nameRich Salz
2015-04-29use isxdigit and apps_tohexRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-31Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internalsMatt Caswell
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell