@@ -6,24 +6,25 @@ const { READ } = require("@eslint-community/eslint-utils")
66 * @satisfies {import('../types.js').SupportVersionTraceMap }
77 */
88const tls = {
9- rootCertificates : { [ READ ] : { supported : [ "12.3.0" ] } } ,
10- DEFAULT_ECDH_CURVE : { [ READ ] : { supported : [ "0.11.13" ] } } ,
11- DEFAULT_MAX_VERSION : { [ READ ] : { supported : [ "11.4.0" ] } } ,
12- DEFAULT_MIN_VERSION : { [ READ ] : { supported : [ "11.4.0" ] } } ,
13- DEFAULT_CIPHERS : { [ READ ] : { supported : [ "19.8.0" , "18.16.0" ] } } ,
149 checkServerIdentity : { [ READ ] : { supported : [ "0.8.4" ] } } ,
1510 connect : { [ READ ] : { supported : [ "0.11.3" ] } } ,
1611 createSecureContext : { [ READ ] : { supported : [ "0.11.13" ] } } ,
1712 createSecurePair : {
1813 [ READ ] : { supported : [ "0.3.2" ] , deprecated : [ "0.11.3" ] } ,
1914 } ,
2015 createServer : { [ READ ] : { supported : [ "0.3.2" ] } } ,
21- getCiphers : { [ READ ] : { supported : [ "0.10.2" ] } } ,
16+ CryptoStream : { [ READ ] : { supported : [ "0.3.4" ] , deprecated : [ "0.11.3" ] } } ,
17+ DEFAULT_CIPHERS : { [ READ ] : { supported : [ "19.8.0" , "18.16.0" ] } } ,
18+ DEFAULT_ECDH_CURVE : { [ READ ] : { supported : [ "0.11.13" ] } } ,
19+ DEFAULT_MAX_VERSION : { [ READ ] : { supported : [ "11.4.0" ] } } ,
20+ DEFAULT_MIN_VERSION : { [ READ ] : { supported : [ "11.4.0" ] } } ,
2221 getCACertificates : { [ READ ] : { supported : [ "22.15.0" ] } } ,
22+ getCiphers : { [ READ ] : { supported : [ "0.10.2" ] } } ,
23+ rootCertificates : { [ READ ] : { supported : [ "12.3.0" ] } } ,
2324 SecureContext : { [ READ ] : { supported : [ "0.11.13" ] } } ,
24- CryptoStream : { [ READ ] : { supported : [ "0.3.4" ] , deprecated : [ "0.11.3" ] } } ,
2525 SecurePair : { [ READ ] : { supported : [ "0.3.2" ] , deprecated : [ "0.11.3" ] } } ,
2626 Server : { [ READ ] : { supported : [ "0.3.2" ] } } ,
27+ setDefaultCACertificates : { [ READ ] : { supported : [ "22.19.0" ] } } ,
2728 TLSSocket : { [ READ ] : { supported : [ "0.11.4" ] } } ,
2829}
2930
0 commit comments