New OpenSSL v1.1.1g agents (except MIPS)

This commit is contained in:
Ylian Saint-Hilaire
2020-04-21 19:33:53 -07:00
parent 94662c9b77
commit a1a47d637e
22 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2062,6 +2062,9 @@ function createMeshCore(agent) {
case 'version':
response = "Mesh Agent Version: " + process.versions.meshAgent;
break;
case 'versions':
response = JSON.stringify(process.versions, null, ' ');
break;
case 'wpfhwacceleration':
if (process.platform != 'win32') { throw ("wpfhwacceleration setting is only supported on Windows"); }
if (args['_'].length != 1) {