Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

openssl: add 'enable-ssl-trace' option #45250

Closed
wants to merge 1 commit into from

Conversation

dconnolly
Copy link
Contributor

The enable-ssl-trace build flag allows the -trace option to be passed to
openssl s_client, which shows verbose, human-readable trace output of
protocol messages. https://www.openssl.org/docs/manmaster/apps/s_client.html

@@ -16,6 +16,7 @@ class Openssl < Formula

option :universal
option "without-check", "Skip build-time tests (not recommended)"
option "with-trace", "Build with enable-ssl-trace"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind using a more understandable text for people who are not familiar with the ./configure options? Something like “Enable support for the -trace option on s_client” for example.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing. 👍

The enable-ssl-trace build flag allows the -trace option to be passed to
openssl s_client, which shows verbose, human-readable trace output of
protocol messages.
@dconnolly
Copy link
Contributor Author

Updated option description and squashed.

@dunn
Copy link
Contributor

dunn commented Oct 24, 2015

Since we're testing everything in a sandbox now, a bunch of dependents are failing: http://bot.brew.sh/job/Homebrew%20Pull%20Requests/35262/#showFailuresLink

If you wanted to fix those up that would be super, otherwise we'll get to them when we can.

@tdsmith
Copy link
Contributor

tdsmith commented Apr 10, 2016

AFAICT this isn't in the 1.0.2 branch but we could do this for 1.1.0. Let me know if I'm wrong!

@tdsmith tdsmith closed this Apr 10, 2016
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants