summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2019-09-04Move libapps.a source to apps/libRichard Levitte
2019-08-24Add app for fips installationShane Lontis
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb
2019-03-13prevent app_get_pass() from revealing cleartext password on syntax errorDavid von Oheimb
2019-03-06apps/openssl.c: Adapt to enable tracing outputRichard Levitte
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger
2018-12-19Some code-cleanup/simplification in appsRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte
2018-04-25Revert "Add VMS version of app_dirname()"Richard Levitte
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-02-28Add VMS version of app_dirname()Richard Levitte
2018-02-28Check directory is able to create files for various -out optionPaul Yang
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Add random serial# support.Rich Salz
2017-08-19Fix ui_write in apps/apps.cRichard Levitte
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-26Fix potential use-after-free and memory leakPauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-01Remove unnecessary if condition from apps.cAashil Patel
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
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