summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2018-10-15apps: allow empty attribute values with -subjBenjamin Kaduk
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-08-14Update copyright yearMatt Caswell
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-26Fix potential use-after-free and memory leakPauli
2016-12-08Make sure that password_callback exercises UIRichard Levitte
2016-10-20apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte
2016-10-20If 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-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