summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* print errors in pkey utilityDr. Stephen Henson2017-01-081-0/+2
* Make sure that password_callback exercises UIRichard Levitte2016-12-081-17/+11
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-0/+4
* Fix some style issues identified during reviewMatt Caswell2016-11-231-4/+4
* Add an s_server capability to read an OCSP Response from a fileMatt Caswell2016-11-231-31/+80
* Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck2016-11-181-6/+2
* Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck2016-11-181-6/+6
* Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck2016-11-181-5/+19
* Support MSBLOB format if RC4 is disabledDr. Stephen Henson2016-11-172-2/+14
* Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri2016-11-171-0/+26
* Do not handle R_EC_X25519 as a special caseNicola Tuveri2016-11-171-4/+9
* Remove leftover KDF pointerNicola Tuveri2016-11-171-4/+0
* Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri2016-11-171-5/+5
* Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri2016-11-171-5/+35
* Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri2016-11-171-15/+5
* More coding style fixesNicola Tuveri2016-11-171-7/+7
* Run util/openssl-format-source against apps/speed.cNicola Tuveri2016-11-171-162/+194
* bugfix: calculate outlen for each curveNicola Tuveri2016-11-171-2/+6
* Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri2016-11-171-7/+10
* Fix coding style and remove some stale code/commentsNicola Tuveri2016-11-171-29/+10
* Use EVP interface for ECDH in apps/speed.cNicola Tuveri2016-11-171-87/+94
* Make MSBLOB format work with dsa utility.Dr. Stephen Henson2016-11-171-3/+2
* Introduce PATH_MAX and NAME_MAXFdaSilvaYY2016-11-151-4/+12
* Simplify and fix usage of three string array variable...FdaSilvaYY2016-11-151-15/+15
* Revert "Remove heartbeats completely"Richard Levitte2016-11-154-0/+35
* Remove heartbeats completelyRichard Levitte2016-11-154-35/+0
* Allow CA.pl script user to pass extra arguments to openssl commandmarko asplund2016-11-141-17/+35
* Update s_client and s_server documentation about some missing argumentsEasySec2016-11-122-2/+2
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-103-29/+31
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-025-6/+32
* Fix a double free in ca command lineMatt Caswell2016-10-281-1/+0
* apps: remove some #ifndef clutterRichard Levitte2016-10-191-4/+0
* apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte2016-10-192-5/+4
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-1932-16/+63
* Fix not-c codeFdaSilvaYY2016-10-191-1/+1
* Add Postgres support to -starttlsValentin Vidic2016-10-171-1/+22
* Fix style issueFdaSilvaYY2016-10-142-130/+130
* Constify command optionsFdaSilvaYY2016-10-1448-112/+112
* Remove trailing whitespace from some files.David Benjamin2016-10-103-4/+4
* fix memory leakDr. Stephen Henson2016-10-011-0/+1
* Add -item option to asn1parseDr. Stephen Henson2016-09-291-6/+39
* apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte2016-09-281-1/+4
* Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz2016-09-281-1/+1
* Call ENGINE_init() before trying to use keys from engineDavid Woodhouse2016-09-281-1/+1
* Restore '-keyform engine' support for s_clientDavid Woodhouse2016-09-281-3/+3
* Add -Wswitch-enumRich Salz2016-09-223-16/+27
* RT3669: dgst can only sign/verify one file.Rich Salz2016-09-201-0/+4
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-201-0/+2
* Remove an option related to a deprecated flagFdaSilvaYY2016-09-192-10/+2
* Fix various missing option help messages ...FdaSilvaYY2016-09-1910-33/+38