summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2017-01-08print errors in pkey utilityDr. Stephen Henson
2016-12-08Make sure that password_callback exercises UIRichard Levitte
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Fix some style issues identified during reviewMatt Caswell
2016-11-23Add an s_server capability to read an OCSP Response from a fileMatt Caswell
2016-11-18Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck
2016-11-18Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck
2016-11-18Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck
2016-11-17Support MSBLOB format if RC4 is disabledDr. Stephen Henson
2016-11-17Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri
2016-11-17Do not handle R_EC_X25519 as a special caseNicola Tuveri
2016-11-17Remove leftover KDF pointerNicola Tuveri
2016-11-17Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri
2016-11-17Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri
2016-11-17Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri
2016-11-17More coding style fixesNicola Tuveri
2016-11-17Run util/openssl-format-source against apps/speed.cNicola Tuveri
2016-11-17bugfix: calculate outlen for each curveNicola Tuveri
2016-11-17Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri
2016-11-17Fix coding style and remove some stale code/commentsNicola Tuveri
2016-11-17Use EVP interface for ECDH in apps/speed.cNicola Tuveri
2016-11-17Make MSBLOB format work with dsa utility.Dr. Stephen Henson
2016-11-15Introduce PATH_MAX and NAME_MAXFdaSilvaYY
2016-11-15Simplify and fix usage of three string array variable...FdaSilvaYY
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-14Allow CA.pl script user to pass extra arguments to openssl commandmarko asplund
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
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