Hi Emmanuel,

On 03/30/2017 07:44 PM, Emmanuel Hocdet wrote:
> The right patch series ...
> 
>> Le 30 mars 2017 à 19:00, Emmanuel Hocdet <[email protected]> a écrit :
>>
>> Hi Emeric, Willy
>>
>> Rework of patches serie to match default-server requirement and talk with 
>> Willy.
>> It should be easier to follow.
>>
>>
>>> Le 27 mars 2017 à 16:15, Emeric Brun <[email protected]> a écrit :
>>>
>>> Hi Manu,
>>>
>>>>
>>>> What kind of api and dependency? To generate haproxy configuration?
>>>> Generate min-tlsv10  or ssl-min tlsv10  will not change anything.
>>>
>>> For word based API parser/generator, as the one embedded in haproxy's 
>>> hardware proxy, it does :)
>>>>
>>
>> I pushed the min-/max- parameter at the end to easily change with your needs.
>>
> 

This not what i expected. The haproxy's appliances API parser is word based.

To be clear, it is much more easy to maintain if there is only two attributes 
'ssl-min-ver' and 'ssl-max-ver' with a set of possible values (sslv3 tlsv10 ...)

So what i expect is only two keyword configuration 'ssl-max-ver' ans 
'ssl-min-ver' which should handle an arg containing the protocol version in a 
string format:

i.e.

bind 0.0.0.0:443 ssl crt my.pem ssl-min-ver tlsv10 ssl-max-ver tlsv13


R,
Emeric

Reply via email to