aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix style issuesDr. Stephen Henson2017-01-301-1/+1
* Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson2017-01-301-11/+28
* More complete PSS support.Dr. Stephen Henson2017-01-301-0/+2
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-3/+3
* Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell2017-01-301-10/+31
* Fix a few double ;FdaSilvaYY2017-01-251-1/+1
* Fix some style and indent issueFdaSilvaYY2017-01-251-21/+16
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-253-3/+3
* s_client: Better response success check for CONNECTRichard Levitte2017-01-251-10/+30
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-2/+0
* Fix use before assignmentFdaSilvaYY2017-01-231-5/+4
* 'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang2017-01-211-16/+38
* Fix list -disabled for blake2 algEasySec2017-01-171-1/+1
* Enable apps to get a UI_METHOD for the default prompterRichard Levitte2017-01-112-0/+6
* 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