summaryrefslogtreecommitdiffstats
path: root/apps/apps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New openssl subject parser hard to debugEric Curtin2018-09-041-1/+7
* apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov2018-07-261-4/+3
* apps: when the 'compat' nameopt has been set, leave it beRichard Levitte2018-05-311-1/+2
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Revert "Check directory is able to create files for various -out option"Richard Levitte2018-04-251-67/+0
* Revert "Add VMS version of app_dirname()"Richard Levitte2018-04-251-52/+3
* Add missing index_index() when reloading OCSP responderViktor Dukhovni2018-04-191-0/+3
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+21
* Add VMS version of app_dirname()Richard Levitte2018-02-281-3/+52
* Check directory is able to create files for various -out optionPaul Yang2018-02-281-0/+67
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-1/+19
* Add 'openssl req' option to specify extension values on command lineRichard Levitte2017-12-281-8/+13
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-24/+24
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-16/+16
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Add random serial# support.Rich Salz2017-08-221-6/+2
* Fix ui_write in apps/apps.cRichard Levitte2017-08-191-1/+1
* app_isdir() cleanupXiaoyin Liu2017-07-311-11/+9
* Fix potential use-after-free and memory leakPauli2017-07-261-6/+7
* BN_pseudo_rand is really BN_randRich Salz2017-07-041-1/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-19/+29
* 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