What I'm thinking of would look like this: Macs=-umac-64*,-hmac-sha1* Cheers, -- Cristian
By accident, I just discovered a list of this form: Macs=-umac-64*,hmac-sha1* is supported (the '-' operates on the whole list). This form: Macs=-umac-64*,-hmac-sha1* ('-' in front of each pattern) is not supported. Ideally, a mix like this: Macs=-umac-64*,+foo*,-hmac-sha1* offers the best flexibility, IMO. Cheers, -- Cristian
I don't think extra flexibility is worth the complexity needed to implement it. If you have a need to select algorithms that goes beyond simply adding or removing some from the default set then it's easy just to specify the list.
closing resolved bugs as of 8.6p1 release