blob: 852fc8c311bd68b8d5898f211a2a5531506d7bb3 (
plain)
1
2
3
4
5
6
7
8
|
load("jstests/ssl/libs/ssl_helpers.js");
requireSSLProvider('openssl', function() {
"use strict";
// Verify that requireSSL with Diffie-Hellman parameters allows ssl connections
print("=== Testing that DHParams files can be loaded ===");
replShouldSucceed("dhparam-dhparam", dhparamSSL, dhparamSSL);
});
|