summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2016-12-08Make sure that password_callback exercises UIRichard Levitte
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-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte
2016-09-28Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz
2016-09-28Call ENGINE_init() before trying to use keys from engineDavid Woodhouse
2016-09-22Add -Wswitch-enumRich Salz
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
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-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-06-29Whitespace cleanup in appsFdaSilvaYY
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-01Free an X509_CRL in an error pathMatt Caswell
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Use app_malloc; two missing cases.Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-27Fix no-engine no-ui.Ben Laurie
2016-04-20Don't use select on WindowsMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-21Fix no-sockMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-08GH787: Fix ALPNTodd Short
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte