aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb1-6/+11
2019-03-13prevent app_get_pass() from revealing cleartext password on syntax errorDavid von Oheimb1-1/+13
2019-03-06apps/openssl.c: Adapt to enable tracing outputRichard Levitte1-6/+8
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-238/+32
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-1/+1
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger1-1/+1
2018-12-19Some code-cleanup/simplification in appsRich Salz1-66/+62
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk1-0/+6
2018-09-05New openssl subject parser hard to debugEric Curtin1-1/+7
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov1-4/+3
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte1-1/+2
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte1-67/+0
2018-04-25Revert "Add VMS version of app_dirname()"Richard Levitte1-52/+3
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni1-0/+3
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+21
2018-02-28Add VMS version of app_dirname()Richard Levitte1-3/+52
2018-02-28Check directory is able to create files for various -out optionPaul Yang1-0/+67
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte1-1/+19
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte1-8/+13
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-24/+24
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-16/+16
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-2/+2
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-3/+1
2017-08-22Add random serial# support.Rich Salz1-6/+2
2017-08-19Fix ui_write in apps/apps.cRichard Levitte1-1/+1
2017-07-31app_isdir() cleanupXiaoyin Liu1-11/+9
2017-07-26Fix potential use-after-free and memory leakPauli1-6/+7
2017-07-03BN_pseudo_rand is really BN_randRich Salz1-1/+1
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-19/+29
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-66/+72
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-2/+2
2017-06-01Remove unnecessary if condition from apps.cAashil Patel1-3/+3
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-10/+20
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck1-0/+8
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte1-0/+5
2016-12-08Make sure that password_callback exercises UIRichard Levitte1-17/+11
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte1-1/+3
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-3/+9
2016-09-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte1-1/+4
2016-09-28Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz1-1/+1
2016-09-28Call ENGINE_init() before trying to use keys from engineDavid Woodhouse1-1/+1
2016-09-22Add -Wswitch-enumRich Salz1-2/+10
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte1-0/+2
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte1-2/+37
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson1-25/+11
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-2/+2
2016-08-19Set certificate times in one function.Dr. Stephen Henson1-0/+34