Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c81992

Browse filesBrowse files
ovhemertcodebytere
authored andcommitted
test: https agent clientcertengine coverage
PR-URL: #24248 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c19d6e2 commit 8c81992
Copy full SHA for 8c81992

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-https-agent-getname.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-https-agent-getname.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const options = {
2222
localAddress: '192.168.1.1',
2323
ca: 'ca',
2424
cert: 'cert',
25+
clientCertEngine: 'dynamic',
2526
ciphers: 'ciphers',
2627
crl: [Buffer.from('c'), Buffer.from('r'), Buffer.from('l')],
2728
dhparam: 'dhparam',
@@ -38,6 +39,6 @@ const options = {
3839

3940
assert.strictEqual(
4041
agent.getName(options),
41-
'0.0.0.0:443:192.168.1.1:ca:cert::ciphers:key:pfx:false:localhost:' +
42+
'0.0.0.0:443:192.168.1.1:ca:cert:dynamic:ciphers:key:pfx:false:localhost:' +
4243
'secureProtocol:c,r,l:false:ecdhCurve:dhparam:0:sessionIdContext'
4344
);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.