janbrasna / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
3 stars 0 forks source link

Decide on protocol-min- syntax #23

Open janbrasna opened 10 months ago

janbrasna commented 10 months ago
  1. testing one by one:

https://github.com/janbrasna/ssl-config-generator/blob/4704a062976ffd0e864425f9488cda08fa3ab156/src/templates/partials/lighttpd.hbs#L41

vs.

  1. silently using the first array item:

https://github.com/janbrasna/ssl-config-generator/blob/ceb0159073552191d5a21d221a10318364094299/src/templates/partials/go.hbs#L42

(these are used more often)

arrays don't have to be sorted per se, but they are…