aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Revert "Remove heartbeats completely"Richard Levitte4-0/+35
2016-11-15Remove heartbeats completelyRichard Levitte4-35/+0
2016-11-14Allow CA.pl script user to pass extra arguments to openssl commandmarko asplund1-17/+35
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec2-2/+2
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell3-29/+31
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell5-6/+32
2016-10-28Fix a double free in ca command lineMatt Caswell1-1/+0
2016-10-19apps: remove some #ifndef clutterRichard Levitte1-4/+0
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte2-5/+4
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte32-16/+63
2016-10-19Fix not-c codeFdaSilvaYY1-1/+1
2016-10-17Add Postgres support to -starttlsValentin Vidic1-1/+22
2016-10-14Fix style issueFdaSilvaYY2-130/+130
2016-10-14Constify command optionsFdaSilvaYY48-112/+112
2016-10-10Remove trailing whitespace from some files.David Benjamin3-4/+4
2016-10-01fix memory leakDr. Stephen Henson1-0/+1
2016-09-29Add -item option to asn1parseDr. Stephen Henson1-6/+39
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-28Restore '-keyform engine' support for s_clientDavid Woodhouse1-3/+3
2016-09-22Add -Wswitch-enumRich Salz3-16/+27
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz1-0/+4
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte1-0/+2
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY2-10/+2
2016-09-19Fix various missing option help messages ...FdaSilvaYY10-33/+38
2016-09-19Fix no-ocspRichard Levitte2-2/+16
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte4-78/+54
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte4-514/+493
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte2-0/+18
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte4-12/+704
2016-09-14GH1536: Install empty CT log listRich Salz1-34/+9
2016-09-14Rather than one variable for each passwd type, use one enum variableRichard Levitte1-38/+49
2016-09-14Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte1-9/+311
2016-09-14Add -h and -help for c_rehash script and appRich Salz1-0/+1
2016-09-14Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte1-0/+1
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY2-55/+51
2016-09-13Add --missing-help to list commandRich Salz1-1/+24
2016-09-13s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats1-0/+4
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov1-0/+3
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson1-4/+23
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell3-8/+8
2016-08-24Trust RSA_check_key() to return correct valuesRichard Levitte1-4/+1
2016-08-24Fix some resource leaks in the appsMatt Caswell4-1/+26
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY1-2/+3
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY1-31/+34
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte1-1/+1
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte1-1/+2
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson1-25/+11
2016-08-20Duplicate includesFdaSilvaYY1-1/+0