aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-66/+72
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-2/+2
* Remove unnecessary if condition from apps.cAashil Patel2017-06-011-3/+3
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-10/+20
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-141-0/+8
* Enable apps to get a UI_METHOD for the default prompterRichard Levitte2017-01-111-0/+5
* Make sure that password_callback exercises UIRichard Levitte2016-12-081-17/+11
* apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte2016-10-191-1/+3
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-3/+9
* apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte2016-09-281-1/+4
* Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz2016-09-281-1/+1
* Call ENGINE_init() before trying to use keys from engineDavid Woodhouse2016-09-281-1/+1
* Add -Wswitch-enumRich Salz2016-09-221-2/+10
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-201-0/+2
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-151-2/+37
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-25/+11
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-2/+2
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-0/+34
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-8/+9
* Corrupt signature in place.Dr. Stephen Henson2016-08-171-10/+3
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+15
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-2/+2
* Whitespace cleanup in appsFdaSilvaYY2016-06-291-2/+2
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Free an X509_CRL in an error pathMatt Caswell2016-06-011-1/+3
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-271-1/+30
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-2/+2
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-181-1/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Use app_malloc; two missing cases.Rich Salz2016-05-161-1/+1
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-5/+4
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-2/+2
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Fix no-engine no-ui.Ben Laurie2016-04-271-0/+2
* Don't use select on WindowsMatt Caswell2016-04-201-0/+3
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-39/+0
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Fix "no-ui" configurationRichard Levitte2016-03-311-1/+9
* Fix pointer size issue with setbuf() on VMSRichard Levitte2016-03-301-0/+14
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-211-0/+11
* Fix no-sockMatt Caswell2016-03-211-3/+3
* Remove Netware and OS/2Rich Salz2016-03-171-24/+0
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+4
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-5/+1
* GH787: Fix ALPNTodd Short2016-03-081-1/+1
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+13
* Refactor the async wait fd logicMatt Caswell2016-02-291-5/+17
* GH463: Fix OPENSSL_NO_OCSP buildRich Salz2016-02-251-1/+7