Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature suggestion #159

Open
kylak opened this issue Sep 4, 2024 · 1 comment
Open

feature suggestion #159

kylak opened this issue Sep 4, 2024 · 1 comment
Labels

Comments

@kylak
Copy link

kylak commented Sep 4, 2024

Hi,

I think this feature could be resting :
In one command to be able to associate a specific range to a specific protocol as an option of the +cipher command (instead of simply specifying a range for all protocols with +cipher --cipher-range=huge for example).

Regards.

@EnDe EnDe added the question label Sep 4, 2024
@EnDe
Copy link
Member

EnDe commented Sep 4, 2024

already implemented,
--cipher-range=huge
--range=huge
--cipher=huge
are all the same
Or even use something like:
echo "--cipher-range=huge" >.o-saft.pl

If you want it based per protocol, you may use its own RC-File for each. One example:
(echo "--cipher-range=huge" ; echo "--notcp"; echo "--noudp"; echo "--tlsv13"; echo "+cipher") >.tlsv13rc
./o-saft.pl --rc=.tlsv13rc some.tld

Is this what you want?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants