You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: