1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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 293ac76736
commit f9e71a123d
22 changed files with 8 additions and 2 deletions

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) {