Home
last modified time | relevance | path

Searched defs:maxVersion (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-tls-set-ciphers.js34 maxVersion: max_tls_ver(cciphers, options), property
40 maxVersion: max_tls_ver(sciphers, options), property
107 test('AES256-SHA', U, 'TLS_AES_256_GCM_SHA384', U, U, { maxVersion: 'TLSv1.3' }); property
108 test(U, 'AES256-SHA', 'TLS_AES_256_GCM_SHA384', U, U, { maxVersion: 'TLSv1.3' }); property
Dtest-tls-getcipher.js52 maxVersion: 'TLSv1.2', property
67 maxVersion: 'TLSv1.2', property
82 maxVersion: 'TLSv1.3', property
89 maxVersion: 'TLSv1.3', property
Dtest-tls-multi-pfx.js27 maxVersion: 'TLSv1.2', property
33 maxVersion: 'TLSv1.2', property
Dtest-tls-min-max-version.js37 maxVersion: cmax, property
45 maxVersion: smax, property
Dtest-tls-keylog-tlsv13.js17 maxVersion: 'TLSv1.3', property
Dtest-tls-ecdh-auto.js27 maxVersion: 'TLSv1.2', property
Dtest-tls-ecdh.js42 maxVersion: 'TLSv1.2' property
Dtest-tls-ecdh-multiple.js27 maxVersion: 'TLSv1.2', property
Dtest-https-agent-keylog.js17 maxVersion: 'TLSv1.3', property
Dtest-tls-async-cb-after-socket-end.js43 maxVersion: 'TLSv1.2', property
Dtest-tls-client-getephemeralkeyinfo.js28 maxVersion: 'TLSv1.2', property
Dtest-tls-enable-keylog-cli.js48 maxVersion: 'TLSv1.2', property
Dtest-tls-dhe.js61 maxVersion: 'TLSv1.2', property
Dtest-tls-client-mindhsize.js45 maxVersion: 'TLSv1.2', property
Dtest-tls-psk-circuit.js60 test({ psk: USERS.UserA, identity: 'UserA' }, { maxVersion: 'TLSv1.2' }); property
Dtest-tls-basic-validations.js133 assert.throws(() => { tls.createSecureContext({ maxVersion: 'fhqwhgads' }); }, property
/third_party/node/benchmark/tls/
Dsecure-pair.js28 maxVersion: 'TLSv1.2', property
42 maxVersion: options.maxVersion, property
Dthroughput-c2s.js37 maxVersion: 'TLSv1.2', property
Dtls-connect.js25 maxVersion: 'TLSv1.2', property
Dthroughput-s2c.js44 maxVersion: 'TLSv1.2', property
/third_party/node/test/sequential/
Dtest-tls-session-timeout.js61 maxVersion: 'TLSv1.2', property
/third_party/node/lib/
D_tls_common.js75 function SecureContext(secureProtocol, secureOptions, minVersion, maxVersion) { argument
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegmentAdvanced.java63 …Segment> makeSegmentsOptimally(CharSequence text, QrCode.Ecc ecl, int minVersion, int maxVersion) { in makeSegmentsOptimally()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrSegmentAdvanced.java63 …ist<QrSegment> makeSegmentsOptimally(String text, QrCode.Ecc ecl, int minVersion, int maxVersion) { in makeSegmentsOptimally()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp329 const gl::Version &maxVersion = mRenderer->getMaxSupportedESVersion(); in initializeImpl() local
488 const gl::Version &maxVersion = getMaxSupportedESVersion(); in generateConfigs() local

12