summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-03-17Check password length only when verify is enabled.Daniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-01-08Fix password_callback to handle short passwordsBernd Edlinger
2019-10-11Ignore empty ALPN elements in CLI argsViktor Dukhovni
2019-07-24Remove HEADER_X509_H include detector from appsDr. Matthias St. Pierre
2019-02-26Update copyright yearMatt Caswell
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-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
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