summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-19apps: remove some #ifndef clutterRichard 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-10-19Fix not-c codeFdaSilvaYY
2016-10-17Add Postgres support to -starttlsValentin Vidic
2016-10-14Fix style issueFdaSilvaYY
2016-10-14Constify command optionsFdaSilvaYY
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-01fix memory leakDr. Stephen Henson
2016-09-29Add -item option to asn1parseDr. Stephen Henson
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-28Restore '-keyform engine' support for s_clientDavid Woodhouse
2016-09-22Add -Wswitch-enumRich Salz
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-09-19Fix no-ocspRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-09-14GH1536: Install empty CT log listRich Salz
2016-09-14Rather than one variable for each passwd type, use one enum variableRichard Levitte
2016-09-14Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte
2016-09-14Add -h and -help for c_rehash script and appRich Salz
2016-09-14Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY
2016-09-13Add --missing-help to list commandRich Salz
2016-09-13s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell
2016-08-24Trust RSA_check_key() to return correct valuesRichard Levitte
2016-08-24Fix some resource leaks in the appsMatt Caswell
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-20Duplicate includesFdaSilvaYY
2016-08-19fix warning about trailing commaDr. Stephen Henson
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-19Allow to run all speed test when async_jobs activeFdaSilvaYY
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell