| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 796007b commit ae44e5f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,6 +34,8 @@ const updatedValues = new Map([ | |||
| 34 | 34 | ['dhparam', fixtures.readKey('dh2048.pem')], | |
| 35 | 35 | ['ecdhCurve', 'secp384r1'], | |
| 36 | 36 | ['honorCipherOrder', true], | |
| 37 | + ['minVersion', 'TLSv1.1'], | ||
| 38 | + ['maxVersion', 'TLSv1.3'], | ||
| 37 | 39 | ['secureOptions', crypto.constants.SSL_OP_CIPHER_SERVER_PREFERENCE], | |
| 38 | 40 | ['secureProtocol', 'TLSv1_1_method'], | |
| 39 | 41 | ['sessionIdContext', 'sessionIdContext'], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments