Security fixes.
Ylian Saint-Hilaire committed
Sep 25, 2019 at 11:37 UTC
548498d8b9832ce612b05363d3756a43d773c1ac
5 files changed
+803
-786
meshuser.js
+3
-1
@@ -2815,6 +2815,8 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2815
if (command.meshid.split('/').length == 1) { command.meshid = 'mesh/' + domain.id + '/' + command.meshid; }
2816
var smesh = command.meshid.split('/');
2817
if ((smesh.length != 3) || (smesh[0] != 'mesh') || (smesh[1] != domain.id)) { err = 'Invalid group id'; }
2818
+ var serverName = parent.getWebServerName(domain);
2819
+ if (parent.args.lanonly == true) { err = 'Server has not fixed IP or DNS name.'; }
2820
2821
// Handle any errors
2822
if (err != null) {
@@ -2831,7 +2833,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2833
var httpsPort = ((args.aliasport == null) ? args.port : args.aliasport); // Use HTTPS alias port is specified
2834
var xdomain = (domain.dns == null) ? domain.id : '';
2835
if (xdomain != '') xdomain += "/";
2834
- var url = "http" + (args.notls ? '' : 's') + "://" + parent.getWebServerName(domain) + ":" + httpsPort + "/" + xdomain + "agentinvite?c=" + inviteCookie;
2836
+ var url = "http" + (args.notls ? '' : 's') + "://" + serverName + ":" + httpsPort + "/" + xdomain + "agentinvite?c=" + inviteCookie;
2837
2838
ws.send(JSON.stringify({ action: 'createInviteLink', meshid: command.meshid, url: url, expire: command.expire, cookie: inviteCookie, responseid: command.responseid, tag: command.tag }));
2839
break;
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.4.1-f",
3
+ "version": "0.4.1-g",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",
public/commander.htm
+791
-779
@@ -11,35 +11,35 @@ function ObjectToStringEx(b,c){var a="";if(0!=b&&(!b||null==b))return"(Null)";if
11
function ObjectToStringEx2(b,c){var a="";if(0!=b&&(!b||null==b))return"(Null)";if(b instanceof Array)for(var d in b)a+="\r\n"+gap2(c)+"Item #"+d+": "+ObjectToStringEx2(b[d],c+1);else if(b instanceof Object)for(d in b)a+="\r\n"+gap2(c)+d+" = "+ObjectToStringEx2(b[d],c+1);else a+=EscapeHtml(b);return a}function gap(b){for(var c="",a=0;a<4*b;a++)c+=" ";return c}function gap2(b){for(var c="",a=0;a<4*b;a++)c+=" ";return c}function ObjectToString(b){return ObjectToStringEx(b,0)}
12
function ObjectToString2(b){return ObjectToStringEx2(b,0)}function hex2rstr(b){if("string"!=typeof b||0==b.length)return"";var c="";b=(""+b).match(/../g);for(var a;a=b.shift();)c+=String.fromCharCode("0x"+a);return c}function char2hex(b){return(b+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(b){var c="",a;for(a=0;a<b.length;a++)c+=char2hex(b.charCodeAt(a));return c}function encode_utf8(b){return unescape(encodeURIComponent(b))}
13
function decode_utf8(b){return decodeURIComponent(escape(b))}function data2blob(b){for(var c=Array(b.length),a=0;a<b.length;a++)c[a]=b.charCodeAt(a);return new Blob([new Uint8Array(c)])}function random(b){return Math.floor(Math.random()*b)}function trademarks(b){return b.replace(/\(R\)/g,"®").replace(/\(TM\)/g,"™")}
14
-var CreateAmtRemoteIder=function(){function b(){urlvars&&urlvars.idertrace&&console.log.apply(console,[].concat($jscomp.arrayFromArguments(arguments)))}function c(c,d,A,x){switch(d.charCodeAt(0)){case 0:b("SCSI: TEST_UNIT_READY",c);switch(c){case 160:if(null==e.floppy)return e.SendCommandEndResponse(1,2,c,58,0),-1;if(0==e.floppyReady)return e.floppyReady=!0,e.SendCommandEndResponse(1,6,c,40,0),-1;break;case 176:if(null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;if(0==e.cdromReady)return e.cdromReady=
15
-!0,e.SendCommandEndResponse(1,6,c,40,0),-1;break;default:return b("SCSI Internal error 3",c),-1}e.SendCommandEndResponse(1,0,c,0,0);break;case 8:x=((d.charCodeAt(1)&31)<<16)+(d.charCodeAt(2)<<8)+d.charCodeAt(3);d=d.charCodeAt(4);0==d&&(d=256);b("SCSI: READ_6",c,x,d);a(c,x,d,A);break;case 10:return x=((d.charCodeAt(1)&31)<<16)+(d.charCodeAt(2)<<8)+d.charCodeAt(3),d=d.charCodeAt(4),0==d&&(d=256),b("SCSI: WRITE_6",c,x,d),e.SendCommandEndResponse(1,2,c,58,0),-1;case 26:b("SCSI: MODE_SENSE_6",c);if(63==
16
-d.charCodeAt(2)&&0==d.charCodeAt(3)){x=d=0;switch(c){case 160:if(null==e.floppy)return e.SendCommandEndResponse(1,2,c,58,0),-1;d=0;x=128;break;case 176:if(null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;d=5;x=128;break;default:return b("SCSI Internal error 6",c),-1}e.SendDataToHost(c,!0,String.fromCharCode(0,d,x,0),A&1);return}e.SendCommandEndResponse(1,5,c,36,0);break;case 27:e.SendCommandEndResponse(1,0,c);break;case 30:b("SCSI: ALLOW_MEDIUM_REMOVAL",c);if(160==c&&null==e.floppy||176==
17
-c&&null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;e.SendCommandEndResponse(1,0,c,0,0);break;case 35:b("SCSI: READ_FORMAT_CAPACITIES",c);x=ReadShort(d,7);switch(c){case 160:if(null==e.floppy||0==e.floppy.size)return e.SendCommandEndResponse(0,5,c,36,0),-1;break;case 176:if(null==e.cdrom||0==e.cdrom.size)return e.SendCommandEndResponse(0,5,c,36,0),-1;break;default:return b("SCSI Internal error 4",c),-1}e.SendDataToHost(c,!0,IntToStr(8)+String.fromCharCode(0,0,11,64,2,0,2,0),A&1);break;
18
-case 37:b("SCSI: READ_CAPACITY",c);d=0;switch(c){case 160:if(null==e.floppy||0==e.floppy.size)return e.SendCommandEndResponse(0,2,c,58,0),-1;null!=e.floppy&&(d=(e.floppy.size>>9)-1);b("DEV_FLOPPY",d);break;case 176:if(null==e.cdrom||0==e.cdrom.size)return e.SendCommandEndResponse(0,2,c,58,0),-1;null!=e.cdrom&&(d=(e.cdrom.size>>11)-1);b("DEV_CDDVD",d);break;default:return b("SCSI Internal error 4",c),-1}b("SCSI: READ_CAPACITY2",c,x);e.SendDataToHost(x,!0,IntToStr(d)+String.fromCharCode(0,0,176==c?
19
-8:2,0),A&1);break;case 40:x=ReadInt(d,2);d=ReadShort(d,7);b("SCSI: READ_10",c,x,d);a(c,x,d,A);break;case 42:case 46:x=ReadInt(d,2);d=ReadShort(d,7);b("SCSI: WRITE_10",c,x,d);e.SendGetDataFromHost(c,512*d);break;case 67:x=ReadShort(d,7);var C=d.charCodeAt(1)&2,q=d.charCodeAt(2)&7;0==q&&(q=d.charCodeAt(9)>>6);b("SCSI: READ_TOC, dev="+c+", buflen="+x+", msf="+C+", format="+q);switch(c){case 160:return e.SendCommandEndResponse(1,5,c,32,0),-1;case 176:break;default:return b("SCSI Internal error 9",c),
20
--1}1==q?e.SendDataToHost(c,!0,String.fromCharCode(0,10,1,1,0,20,1,0,0,0,0,0),A&1):0==q&&(C?e.SendDataToHost(c,!0,String.fromCharCode(0,18,1,1,0,20,1,0,0,0,2,0,0,20,170,0,0,0,52,19),A&1):e.SendDataToHost(c,!0,String.fromCharCode(0,18,1,1,0,20,1,0,0,0,0,0,0,20,170,0,0,0,0,0),A&1));break;case 70:var q=2!=d.charCodeAt(1),M=ReadShort(d,2);x=ReadShort(d,7);b("SCSI: GET_CONFIGURATION",c,q,M,x);if(0==x)return e.SendDataToHost(c,!0,IntToStr(60)+IntToStr(8),A&1),-1;C=IntToStr(8);0==M&&(C+=B);if(1==M||q&&1>
21
-M)C+=l;if(2==M||q&&2>M)C+=g;if(3==M||q&&3>M)C+=I;if(16==M||q&&16>M)C+=u;if(30==M||q&&30>M)C+=D;if(256==M||q&&256>M)C+=w;if(261==M||q&&261>M)C+=y;C=IntToStr(C.length)+C;C.length>x&&(C=C.substring(0,x));e.SendDataToHost(c,!0,C,A&1);return-1;case 74:b("SCSI: GET_EVENT_STATUS_NOTIFICATION",c,d.charCodeAt(1),d.charCodeAt(4),d.charCodeAt(9));if(1!=d.charCodeAt(1)&&16!=d.charCodeAt(4)){b("SCSI ERROR");e.SendCommandEndResponse(1,5,c,38,1);break}d=0;160==c&&null!=e.floppy?d=2:176==c&&null!=e.cdrom&&(d=2);
22
-e.SendDataToHost(c,!0,String.fromCharCode(0,d,128,0),A&1);break;case 76:e.SendCommand(81,IntToStrX(0)+IntToStrX(0)+IntToStrX(0)+String.fromCharCode(135,80,3,0,0,0,176,81,5,32,0),!0);break;case 81:return b("SCSI READ_DISC_INFO",c),e.SendCommandEndResponse(0,5,c,32,0),-1;case 85:return b("SCSI ERROR: MODE_SELECT_10",c),e.SendCommandEndResponse(1,5,c,32,0),-1;case 90:b("SCSI: MODE_SENSE_10",c,d.charCodeAt(2)&63);x=ReadShort(d,7);C=null;if(0==x)return e.SendDataToHost(c,!0,IntToStr(60)+IntToStr(8),A&
23
-1),-1;x=0;160==c?null!=e.floppy&&(x=e.floppy.size>>9):null!=e.cdrom&&(x=e.cdrom.size>>11);switch(d.charCodeAt(2)&63){case 1:C=160==c?2880>=x?F:G:E;break;case 5:160==c&&(C=2880>=x?r:p);break;case 63:C=160==c?2880>=x?n:h:v;break;case 26:176==c&&(C=m);break;case 29:176==c&&(C=z);break;case 42:176==c&&(C=k)}null==C?e.SendCommandEndResponse(0,5,c,32,0):e.SendDataToHost(c,!0,C,A&1);break;default:return b("IDER: Unknown SCSI command",d.charCodeAt(0)),e.SendCommandEndResponse(0,5,c,32,0),-1}return 0}function a(a,
24
-b,c,g){var y=null,n=0;160==a&&(y=e.floppy,null!=e.floppy&&(n=e.floppy.size>>9));176==a&&(y=e.cdrom,null!=e.cdrom&&(n=e.cdrom.size>>11));if(0>c||b+c>n)return e.SendCommandEndResponse(1,5,a,33,0),0;if(0==c)return e.SendCommandEndResponse(1,0,a,0,0),0;null!=y&&(e.sectorStats&&e.sectorStats(1,160==a?0:1,n,b,c),160==a?(b<<=9,c<<=9):(b<<=11,c<<=11),null!==C?A.push({media:y,dev:a,lba:b,len:c,fr:g}):(C=y,M=a,ba=b,q=c,d(g)))}function d(a){var b=q,c=ba;q>e.iderinfo.readbfr&&(b=e.iderinfo.readbfr);q-=b;ba+=
25
-b;var g=new FileReader;g.onload=function(){e.SendDataToHost(M,0==q,this.result,a&1);if(0<q&&0==x)d(a);else if(C=null,x)e.SendCommand(71),A=[],x=!1;else if(0<A.length){var b=A.shift();C=b.media;M=b.dev;ba=b.lba;q=b.len;d(b.fr)}};g.readAsBinaryString(C.slice(c,c+b))}var e={protocol:3,bytesToAmt:0,bytesFromAmt:0,rx_timeout:3E4,tx_timeout:0,heartbeat:2E4,version:1,acc:"",inSequence:0,outSequence:0,iderinfo:null,enabled:!1,iderStart:0,floppy:null,cdrom:null,floppyReady:!1,cdromReady:!1,sectorStats:null},
26
-p=String.fromCharCode(0,38,49,128,0,0,0,0,5,30,16,169,8,32,2,0,3,195,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0),h=String.fromCharCode(0,92,36,128,0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0,3,22,0,160,0,0,0,0,0,18,2,0,0,0,0,0,0,0,160,0,0,0,5,30,16,169,8,32,2,0,3,195,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0,8,10,0,0,0,0,0,0,0,0,0,0,11,6,0,0,0,17,36,49),r=String.fromCharCode(0,38,36,128,0,0,0,0,5,30,4,176,2,18,2,0,0,80,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0),n=String.fromCharCode(0,92,36,128,
27
-0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0,3,22,0,160,0,0,0,0,0,18,2,0,0,0,0,0,0,0,160,0,0,0,5,30,4,176,2,18,2,0,0,80,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0,8,10,0,0,0,0,0,0,0,0,0,0,11,6,0,0,0,17,36,49),m=String.fromCharCode(0,18,1,128,0,0,0,0,26,10,0,0,0,0,0,0,0,0,0,0),z=String.fromCharCode(0,18,1,128,0,0,0,0,29,10,0,0,0,0,0,0,0,0,0,0),k=String.fromCharCode(0,32,1,128,0,0,0,0,42,24,0,0,0,0,32,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0),v=String.fromCharCode(0,40,1,128,0,0,0,0,1,6,0,255,0,0,0,0,42,24,
28
-0,0,0,0,2,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0);String.fromCharCode(0,0,0,40,0,0,0,8);var B=String.fromCharCode(0,0,3,4,0,8,1,0),l=String.fromCharCode(0,1,3,4,0,0,0,2),g=String.fromCharCode(0,2,3,4,0,0,0,0),I=String.fromCharCode(0,3,3,4,41,0,0,2),u=String.fromCharCode(0,16,1,8,0,0,8,0,0,1,0,0),D=String.fromCharCode(0,30,3,0),w=String.fromCharCode(1,0,3,0),y=String.fromCharCode(1,5,3,0),F=String.fromCharCode(0,18,36,128,0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0),G=String.fromCharCode(0,18,49,128,0,0,0,0,
29
-1,10,0,1,0,0,0,0,2,0,0,0),E=String.fromCharCode(0,14,1,128,0,0,0,0,1,6,0,255,0,0,0,0);e.xxStateChange=function(a){b("IDER-StateChange",a);0==a&&e.Stop();3==a&&e.Start()};e.Start=function(){b("IDER-Start");b(e.floppy,e.cdrom);e.bytesToAmt=0;e.bytesFromAmt=0;e.inSequence=0;e.outSequence=0;A=[];e.SendCommand(64,ShortToStrX(e.rx_timeout)+ShortToStrX(e.tx_timeout)+ShortToStrX(e.heartbeat)+IntToStrX(e.version));e.sectorStats&&(e.sectorStats(0,0,e.floppy?e.floppy.size>>9:0),e.sectorStats(0,1,e.cdrom?e.cdrom.size>>
30
-11:0))};e.Stop=function(){b("IDER-Stop");e.parent.Stop()};e.ProcessData=function(a){e.bytesFromAmt+=a.length;e.acc+=a;for(b("IDER-ProcessData",e.acc.length,rstr2hex(e.acc));;){a=e.ProcessDataEx();if(0==a)break;if(e.inSequence!=ReadIntX(e.acc,4)){b("ERROR: Out of sequence",e.inSequence,ReadIntX(e.acc,4));e.Stop();break}e.inSequence++;e.acc=e.acc.substring(a)}};e.SendCommand=function(a,c,g,y){null==c&&(c="");g=50<a&&1==g?2:0;y&&(g+=1);c=String.fromCharCode(a,0,0,g)+IntToStrX(e.outSequence++)+c;e.parent.xxSend(c);
31
-e.bytesToAmt+=c.length;75!=a&&b("IDER-SendData",c.length,rstr2hex(c))};e.SendCommandEndResponse=function(a,b,c,g,y){a?e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,197,0,3,0,0,0,c,80,0,0,0),!0):e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,135,b<<4,3,0,0,0,c,81,b,g,y),!0)};e.SendDataToHost=function(a,b,c,g){var y=g?0:c.length;1==b?e.SendCommand(84,String.fromCharCode(0,c.length&255,c.length>>8,0,g?180:181,0,2,0,y&255,y>>8,a,88,133,0,3,0,0,0,a,80,0,0,0,0,0,0)+c,b,g):e.SendCommand(84,
32
-String.fromCharCode(0,c.length&255,c.length>>8,0,g?180:181,0,2,0,y&255,y>>8,a,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0)+c,b,g)};e.SendGetDataFromHost=function(a,b){e.SendCommand(82,String.fromCharCode(0,b&255,b>>8,0,181,0,0,0,b&255,b>>8,a,88,0,0,0,0,0,0,0,0,0,0,0),!1)};e.SendDisableEnableFeatures=function(a,b){null==b&&(b="");e.SendCommand(72,String.fromCharCode(a)+b)};e.ProcessDataEx=function(){if(8>e.acc.length)return 0;switch(e.acc.charCodeAt(0)){case 65:if(30>e.acc.length)break;var a=e.acc.charCodeAt(29);
14
+var CreateAmtRemoteIder=function(){function b(){urlvars&&urlvars.idertrace&&console.log.apply(console,[].concat($jscomp.arrayFromArguments(arguments)))}function c(c,d,y,A){switch(d.charCodeAt(0)){case 0:b("SCSI: TEST_UNIT_READY",c);switch(c){case 160:if(null==e.floppy)return e.SendCommandEndResponse(1,2,c,58,0),-1;if(0==e.floppyReady)return e.floppyReady=!0,e.SendCommandEndResponse(1,6,c,40,0),-1;break;case 176:if(null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;if(0==e.cdromReady)return e.cdromReady=
15
+!0,e.SendCommandEndResponse(1,6,c,40,0),-1;break;default:return b("SCSI Internal error 3",c),-1}e.SendCommandEndResponse(1,0,c,0,0);break;case 8:A=((d.charCodeAt(1)&31)<<16)+(d.charCodeAt(2)<<8)+d.charCodeAt(3);d=d.charCodeAt(4);0==d&&(d=256);b("SCSI: READ_6",c,A,d);a(c,A,d,y);break;case 10:return A=((d.charCodeAt(1)&31)<<16)+(d.charCodeAt(2)<<8)+d.charCodeAt(3),d=d.charCodeAt(4),0==d&&(d=256),b("SCSI: WRITE_6",c,A,d),e.SendCommandEndResponse(1,2,c,58,0),-1;case 26:b("SCSI: MODE_SENSE_6",c);if(63==
16
+d.charCodeAt(2)&&0==d.charCodeAt(3)){A=d=0;switch(c){case 160:if(null==e.floppy)return e.SendCommandEndResponse(1,2,c,58,0),-1;d=0;A=128;break;case 176:if(null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;d=5;A=128;break;default:return b("SCSI Internal error 6",c),-1}e.SendDataToHost(c,!0,String.fromCharCode(0,d,A,0),y&1);return}e.SendCommandEndResponse(1,5,c,36,0);break;case 27:e.SendCommandEndResponse(1,0,c);break;case 30:b("SCSI: ALLOW_MEDIUM_REMOVAL",c);if(160==c&&null==e.floppy||176==
17
+c&&null==e.cdrom)return e.SendCommandEndResponse(1,2,c,58,0),-1;e.SendCommandEndResponse(1,0,c,0,0);break;case 35:b("SCSI: READ_FORMAT_CAPACITIES",c);A=ReadShort(d,7);switch(c){case 160:if(null==e.floppy||0==e.floppy.size)return e.SendCommandEndResponse(0,5,c,36,0),-1;break;case 176:if(null==e.cdrom||0==e.cdrom.size)return e.SendCommandEndResponse(0,5,c,36,0),-1;break;default:return b("SCSI Internal error 4",c),-1}e.SendDataToHost(c,!0,IntToStr(8)+String.fromCharCode(0,0,11,64,2,0,2,0),y&1);break;
18
+case 37:b("SCSI: READ_CAPACITY",c);d=0;switch(c){case 160:if(null==e.floppy||0==e.floppy.size)return e.SendCommandEndResponse(0,2,c,58,0),-1;null!=e.floppy&&(d=(e.floppy.size>>9)-1);b("DEV_FLOPPY",d);break;case 176:if(null==e.cdrom||0==e.cdrom.size)return e.SendCommandEndResponse(0,2,c,58,0),-1;null!=e.cdrom&&(d=(e.cdrom.size>>11)-1);b("DEV_CDDVD",d);break;default:return b("SCSI Internal error 4",c),-1}b("SCSI: READ_CAPACITY2",c,A);e.SendDataToHost(A,!0,IntToStr(d)+String.fromCharCode(0,0,176==c?
19
+8:2,0),y&1);break;case 40:A=ReadInt(d,2);d=ReadShort(d,7);b("SCSI: READ_10",c,A,d);a(c,A,d,y);break;case 42:case 46:A=ReadInt(d,2);d=ReadShort(d,7);b("SCSI: WRITE_10",c,A,d);e.SendGetDataFromHost(c,512*d);break;case 67:A=ReadShort(d,7);var E=d.charCodeAt(1)&2,r=d.charCodeAt(2)&7;0==r&&(r=d.charCodeAt(9)>>6);b("SCSI: READ_TOC, dev="+c+", buflen="+A+", msf="+E+", format="+r);switch(c){case 160:return e.SendCommandEndResponse(1,5,c,32,0),-1;case 176:break;default:return b("SCSI Internal error 9",c),
20
+-1}1==r?e.SendDataToHost(c,!0,String.fromCharCode(0,10,1,1,0,20,1,0,0,0,0,0),y&1):0==r&&(E?e.SendDataToHost(c,!0,String.fromCharCode(0,18,1,1,0,20,1,0,0,0,2,0,0,20,170,0,0,0,52,19),y&1):e.SendDataToHost(c,!0,String.fromCharCode(0,18,1,1,0,20,1,0,0,0,0,0,0,20,170,0,0,0,0,0),y&1));break;case 70:var r=2!=d.charCodeAt(1),L=ReadShort(d,2);A=ReadShort(d,7);b("SCSI: GET_CONFIGURATION",c,r,L,A);if(0==A)return e.SendDataToHost(c,!0,IntToStr(60)+IntToStr(8),y&1),-1;E=IntToStr(8);0==L&&(E+=B);if(1==L||r&&1>
21
+L)E+=k;if(2==L||r&&2>L)E+=g;if(3==L||r&&3>L)E+=J;if(16==L||r&&16>L)E+=u;if(30==L||r&&30>L)E+=C;if(256==L||r&&256>L)E+=x;if(261==L||r&&261>L)E+=w;E=IntToStr(E.length)+E;E.length>A&&(E=E.substring(0,A));e.SendDataToHost(c,!0,E,y&1);return-1;case 74:b("SCSI: GET_EVENT_STATUS_NOTIFICATION",c,d.charCodeAt(1),d.charCodeAt(4),d.charCodeAt(9));if(1!=d.charCodeAt(1)&&16!=d.charCodeAt(4)){b("SCSI ERROR");e.SendCommandEndResponse(1,5,c,38,1);break}d=0;160==c&&null!=e.floppy?d=2:176==c&&null!=e.cdrom&&(d=2);
22
+e.SendDataToHost(c,!0,String.fromCharCode(0,d,128,0),y&1);break;case 76:e.SendCommand(81,IntToStrX(0)+IntToStrX(0)+IntToStrX(0)+String.fromCharCode(135,80,3,0,0,0,176,81,5,32,0),!0);break;case 81:return b("SCSI READ_DISC_INFO",c),e.SendCommandEndResponse(0,5,c,32,0),-1;case 85:return b("SCSI ERROR: MODE_SELECT_10",c),e.SendCommandEndResponse(1,5,c,32,0),-1;case 90:b("SCSI: MODE_SENSE_10",c,d.charCodeAt(2)&63);A=ReadShort(d,7);E=null;if(0==A)return e.SendDataToHost(c,!0,IntToStr(60)+IntToStr(8),y&
23
+1),-1;A=0;160==c?null!=e.floppy&&(A=e.floppy.size>>9):null!=e.cdrom&&(A=e.cdrom.size>>11);switch(d.charCodeAt(2)&63){case 1:E=160==c?2880>=A?F:H:D;break;case 5:160==c&&(E=2880>=A?q:l);break;case 63:E=160==c?2880>=A?n:p:z;break;case 26:176==c&&(E=m);break;case 29:176==c&&(E=v);break;case 42:176==c&&(E=h)}null==E?e.SendCommandEndResponse(0,5,c,32,0):e.SendDataToHost(c,!0,E,y&1);break;default:return b("IDER: Unknown SCSI command",d.charCodeAt(0)),e.SendCommandEndResponse(0,5,c,32,0),-1}return 0}function a(a,
24
+b,c,g){var w=null,n=0;160==a&&(w=e.floppy,null!=e.floppy&&(n=e.floppy.size>>9));176==a&&(w=e.cdrom,null!=e.cdrom&&(n=e.cdrom.size>>11));if(0>c||b+c>n)return e.SendCommandEndResponse(1,5,a,33,0),0;if(0==c)return e.SendCommandEndResponse(1,0,a,0,0),0;null!=w&&(e.sectorStats&&e.sectorStats(1,160==a?0:1,n,b,c),160==a?(b<<=9,c<<=9):(b<<=11,c<<=11),null!==E?A.push({media:w,dev:a,lba:b,len:c,fr:g}):(E=w,L=a,U=b,r=c,d(g)))}function d(a){var b=r,c=U;r>e.iderinfo.readbfr&&(b=e.iderinfo.readbfr);r-=b;U+=b;var g=
25
+new FileReader;g.onload=function(){e.SendDataToHost(L,0==r,this.result,a&1);if(0<r&&0==y)d(a);else if(E=null,y)e.SendCommand(71),A=[],y=!1;else if(0<A.length){var b=A.shift();E=b.media;L=b.dev;U=b.lba;r=b.len;d(b.fr)}};g.readAsBinaryString(E.slice(c,c+b))}var e={protocol:3,bytesToAmt:0,bytesFromAmt:0,rx_timeout:3E4,tx_timeout:0,heartbeat:2E4,version:1,acc:"",inSequence:0,outSequence:0,iderinfo:null,enabled:!1,iderStart:0,floppy:null,cdrom:null,floppyReady:!1,cdromReady:!1,sectorStats:null},l=String.fromCharCode(0,
26
+38,49,128,0,0,0,0,5,30,16,169,8,32,2,0,3,195,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0),p=String.fromCharCode(0,92,36,128,0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0,3,22,0,160,0,0,0,0,0,18,2,0,0,0,0,0,0,0,160,0,0,0,5,30,16,169,8,32,2,0,3,195,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0,8,10,0,0,0,0,0,0,0,0,0,0,11,6,0,0,0,17,36,49),q=String.fromCharCode(0,38,36,128,0,0,0,0,5,30,4,176,2,18,2,0,0,80,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0),n=String.fromCharCode(0,92,36,128,0,0,0,0,1,10,0,1,0,0,0,
27
+0,2,0,0,0,3,22,0,160,0,0,0,0,0,18,2,0,0,0,0,0,0,0,160,0,0,0,5,30,4,176,2,18,2,0,0,80,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,2,208,0,0,8,10,0,0,0,0,0,0,0,0,0,0,11,6,0,0,0,17,36,49),m=String.fromCharCode(0,18,1,128,0,0,0,0,26,10,0,0,0,0,0,0,0,0,0,0),v=String.fromCharCode(0,18,1,128,0,0,0,0,29,10,0,0,0,0,0,0,0,0,0,0),h=String.fromCharCode(0,32,1,128,0,0,0,0,42,24,0,0,0,0,32,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0),z=String.fromCharCode(0,40,1,128,0,0,0,0,1,6,0,255,0,0,0,0,42,24,0,0,0,0,2,0,0,0,0,0,0,128,
28
+0,0,0,0,0,0,0,0,0,0,0,0);String.fromCharCode(0,0,0,40,0,0,0,8);var B=String.fromCharCode(0,0,3,4,0,8,1,0),k=String.fromCharCode(0,1,3,4,0,0,0,2),g=String.fromCharCode(0,2,3,4,0,0,0,0),J=String.fromCharCode(0,3,3,4,41,0,0,2),u=String.fromCharCode(0,16,1,8,0,0,8,0,0,1,0,0),C=String.fromCharCode(0,30,3,0),x=String.fromCharCode(1,0,3,0),w=String.fromCharCode(1,5,3,0),F=String.fromCharCode(0,18,36,128,0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0),H=String.fromCharCode(0,18,49,128,0,0,0,0,1,10,0,1,0,0,0,0,2,0,0,0),
29
+D=String.fromCharCode(0,14,1,128,0,0,0,0,1,6,0,255,0,0,0,0);e.xxStateChange=function(a){b("IDER-StateChange",a);0==a&&e.Stop();3==a&&e.Start()};e.Start=function(){b("IDER-Start");b(e.floppy,e.cdrom);e.bytesToAmt=0;e.bytesFromAmt=0;e.inSequence=0;e.outSequence=0;A=[];e.SendCommand(64,ShortToStrX(e.rx_timeout)+ShortToStrX(e.tx_timeout)+ShortToStrX(e.heartbeat)+IntToStrX(e.version));e.sectorStats&&(e.sectorStats(0,0,e.floppy?e.floppy.size>>9:0),e.sectorStats(0,1,e.cdrom?e.cdrom.size>>11:0))};e.Stop=
30
+function(){b("IDER-Stop");e.parent.Stop()};e.ProcessData=function(a){e.bytesFromAmt+=a.length;e.acc+=a;for(b("IDER-ProcessData",e.acc.length,rstr2hex(e.acc));;){a=e.ProcessDataEx();if(0==a)break;if(e.inSequence!=ReadIntX(e.acc,4)){b("ERROR: Out of sequence",e.inSequence,ReadIntX(e.acc,4));e.Stop();break}e.inSequence++;e.acc=e.acc.substring(a)}};e.SendCommand=function(a,c,g,w){null==c&&(c="");g=50<a&&1==g?2:0;w&&(g+=1);c=String.fromCharCode(a,0,0,g)+IntToStrX(e.outSequence++)+c;e.parent.xxSend(c);
31
+e.bytesToAmt+=c.length;75!=a&&b("IDER-SendData",c.length,rstr2hex(c))};e.SendCommandEndResponse=function(a,b,c,g,w){a?e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,197,0,3,0,0,0,c,80,0,0,0),!0):e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,135,b<<4,3,0,0,0,c,81,b,g,w),!0)};e.SendDataToHost=function(a,b,c,g){var w=g?0:c.length;1==b?e.SendCommand(84,String.fromCharCode(0,c.length&255,c.length>>8,0,g?180:181,0,2,0,w&255,w>>8,a,88,133,0,3,0,0,0,a,80,0,0,0,0,0,0)+c,b,g):e.SendCommand(84,
32
+String.fromCharCode(0,c.length&255,c.length>>8,0,g?180:181,0,2,0,w&255,w>>8,a,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0)+c,b,g)};e.SendGetDataFromHost=function(a,b){e.SendCommand(82,String.fromCharCode(0,b&255,b>>8,0,181,0,0,0,b&255,b>>8,a,88,0,0,0,0,0,0,0,0,0,0,0),!1)};e.SendDisableEnableFeatures=function(a,b){null==b&&(b="");e.SendCommand(72,String.fromCharCode(a)+b)};e.ProcessDataEx=function(){if(8>e.acc.length)return 0;switch(e.acc.charCodeAt(0)){case 65:if(30>e.acc.length)break;var a=e.acc.charCodeAt(29);
33
if(e.acc.length<30+a)break;e.iderinfo={};e.iderinfo.major=e.acc.charCodeAt(8);e.iderinfo.minor=e.acc.charCodeAt(9);e.iderinfo.fwmajor=e.acc.charCodeAt(10);e.iderinfo.fwminor=e.acc.charCodeAt(11);e.iderinfo.readbfr=ReadShortX(e.acc,16);e.iderinfo.writebfr=ReadShortX(e.acc,18);e.iderinfo.proto=e.acc.charCodeAt(21);e.iderinfo.iana=ReadIntX(e.acc,25);b(e.iderinfo);0!=e.iderinfo.proto&&(b("Unknown proto",e.iderinfo.proto),e.Stop());8192<e.iderinfo.readbfr&&(b("Illegal read buffer size",e.iderinfo.readbfr),
34
-e.Stop());8192<e.iderinfo.writebfr&&(b("Illegal write buffer size",e.iderinfo.writebfr),e.Stop());0==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(9)):1==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(17)):2==e.iderStart&&e.SendDisableEnableFeatures(3,IntToStrX(25));return 30+a;case 67:return b("CLOSE"),e.Stop(),8;case 68:return e.SendCommand(69),8;case 69:return b("PONG"),8;case 70:if(9>e.acc.length)break;a=e.acc.charCodeAt(8);null===C?(e.SendCommand(71),b("RESETOCCURED1",a)):(x=!0,b("RESETOCCURED2",
34
+e.Stop());8192<e.iderinfo.writebfr&&(b("Illegal write buffer size",e.iderinfo.writebfr),e.Stop());0==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(9)):1==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(17)):2==e.iderStart&&e.SendDisableEnableFeatures(3,IntToStrX(25));return 30+a;case 67:return b("CLOSE"),e.Stop(),8;case 68:return e.SendCommand(69),8;case 69:return b("PONG"),8;case 70:if(9>e.acc.length)break;a=e.acc.charCodeAt(8);null===E?(e.SendCommand(71),b("RESETOCCURED1",a)):(y=!0,b("RESETOCCURED2",
35
a));return 9;case 73:if(13>e.acc.length)break;var a=e.acc.charCodeAt(8),g=ReadIntX(e.acc,9);b("STATUS_DATA",a,g);switch(a){case 1:g&1&&(0==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(9)):1==e.iderStart?e.SendDisableEnableFeatures(3,IntToStrX(17)):2==e.iderStart&&e.SendDisableEnableFeatures(3,IntToStrX(25)));break;case 2:e.enabled=g&2?!0:!1;b("IDER Status: "+e.enabled);break;case 3:1!=g&&b("Register toggle failure")}return 13;case 74:if(11>e.acc.length)break;b("IDER: ABORT",e.acc.charCodeAt(8));
36
-return 11;case 75:return 8;case 80:if(28>e.acc.length)break;var a=e.acc.charCodeAt(14)&16?176:160,g=e.acc.charCodeAt(14),y=e.acc.substring(16,28),n=e.acc.charCodeAt(9);b("SCSI_CMD",a,rstr2hex(y),n,g);c(a,y,n,g);return 28;case 83:if(14>e.acc.length)break;a=ReadShortX(e.acc,9);if(e.acc.length<14+a)break;b("SCSI_WRITE, len = "+(14+a));e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,135,112,3,0,0,0,160,81,7,39,0),!0);return 14+a;default:b("Unknown IDER command",e.acc[0]),e.Stop()}return 0};
37
-var A=[],x=!1,C=null,M,ba,q;return e},CreateAmtRemoteServerIder=function(){function b(){urlvars&&urlvars.idertrace&&console.log.apply(console,[].concat($jscomp.arrayFromArguments(arguments)))}var c={protocol:4,iderStart:0,floppy:null,cdrom:null,state:0,onStateChanged:null,m:{sectorStats:null,onDialogPrompt:null,dialogPrompt:function(a){c.socket.send(JSON.stringify({action:"dialogResponse",args:a}))},bytesToAmt:0,bytesFromAmt:0,server:!0,Stop:function(){c.Stop()}},xxStateChange:function(a){if(c.state!=
38
-a&&(b("SIDER-StateChange",a),c.state=a,null!=c.onStateChanged))c.onStateChanged(c,c.state)},Start:function(a,d,e,p,h){b("SIDER-Start",a,d,e,p,h);c.host=a;c.port=d;c.user=e;c.pass=p;c.connectstate=0;c.socket=new WebSocket(window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webider.ashx?host="+a+"&port="+d+"&tls="+h+("*"==e?"&serverauth=1":"")+("undefined"===typeof p?"&serverauth=1&user="+e:"")+"&tls1only="+
36
+return 11;case 75:return 8;case 80:if(28>e.acc.length)break;var a=e.acc.charCodeAt(14)&16?176:160,g=e.acc.charCodeAt(14),w=e.acc.substring(16,28),n=e.acc.charCodeAt(9);b("SCSI_CMD",a,rstr2hex(w),n,g);c(a,w,n,g);return 28;case 83:if(14>e.acc.length)break;a=ReadShortX(e.acc,9);if(e.acc.length<14+a)break;b("SCSI_WRITE, len = "+(14+a));e.SendCommand(81,String.fromCharCode(0,0,0,0,0,0,0,0,0,0,0,0,135,112,3,0,0,0,160,81,7,39,0),!0);return 14+a;default:b("Unknown IDER command",e.acc[0]),e.Stop()}return 0};
37
+var A=[],y=!1,E=null,L,U,r;return e},CreateAmtRemoteServerIder=function(){function b(){urlvars&&urlvars.idertrace&&console.log.apply(console,[].concat($jscomp.arrayFromArguments(arguments)))}var c={protocol:4,iderStart:0,floppy:null,cdrom:null,state:0,onStateChanged:null,m:{sectorStats:null,onDialogPrompt:null,dialogPrompt:function(a){c.socket.send(JSON.stringify({action:"dialogResponse",args:a}))},bytesToAmt:0,bytesFromAmt:0,server:!0,Stop:function(){c.Stop()}},xxStateChange:function(a){if(c.state!=
38
+a&&(b("SIDER-StateChange",a),c.state=a,null!=c.onStateChanged))c.onStateChanged(c,c.state)},Start:function(a,d,e,l,p){b("SIDER-Start",a,d,e,l,p);c.host=a;c.port=d;c.user=e;c.pass=l;c.connectstate=0;c.socket=new WebSocket(window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webider.ashx?host="+a+"&port="+d+"&tls="+p+("*"==e?"&serverauth=1":"")+("undefined"===typeof l?"&serverauth=1&user="+e:"")+"&tls1only="+
39
c.tlsv1only);c.socket.onopen=c.xxOnSocketConnected;c.socket.onmessage=c.xxOnMessage;c.socket.onclose=c.xxOnSocketClosed;c.xxStateChange(1)},Stop:function(){b("SIDER-Stop");null!=c.socket&&(c.socket.close(),c.socket=null);c.xxStateChange(0)},xxOnSocketConnected:function(){c.xxStateChange(2);c.socket.send(JSON.stringify({action:"start"}))},xxOnMessage:function(a){var b=null;try{b=JSON.parse(a.data)}catch(e){}if(null!=b&&"string"==typeof b.action)switch(b.action){case "dialog":if(null!=c.m.onDialogPrompt)c.m.onDialogPrompt(c,
40
b.args,b.buttons);break;case "state":2==b.state&&c.xxStateChange(3);break;case "stats":c.m.bytesToAmt=b.toAmt;c.m.bytesFromAmt=b.fromAmt;c.m.sectorStats&&c.m.sectorStats(b.mode,b.dev,b.total,b.start,b.len);break;case "error":console.log("IDER Error: "+";Floppy disk image does not exist;Invalid floppy disk image;Unable to open floppy disk image;CDROM disk image does not exist;Invalid CDROM disk image;Unable to open CDROM disk image;Can't perform IDER with no disk images".split(";")[b.code]);break;
41
-default:console.log("Unknown Server IDER action: "+b.action),breal}},xxOnSocketClosed:function(){c.Stop()}};return c},CreateWsmanComm=function(b,c,a,d,e){function p(){m.socketState=2;m.socketParseState=0;m.socketAccumulator="";m.socketHeader=null;m.socketData="";for(i in m.pendingAjaxCall)m.sendRequest(m.pendingAjaxCall[i][0],m.pendingAjaxCall[i][3],m.pendingAjaxCall[i][4])}function h(a){if("object"==typeof a.data)if(1==k)v.push(a.data);else if(z.readAsBinaryString)k=!0,z.readAsBinaryString(new Blob([a.data]));
42
-else if(z.readAsArrayBuffer)k=!0,z.readAsArrayBuffer(a.data);else{var b="";a=new Uint8Array(a.data);for(var c=a.byteLength,n=0;n<c;n++)b+=String.fromCharCode(a[n]);r(b)}else r(a.data)}function r(a){if("object"===typeof a){var b="";a=new Uint8Array(a);for(var c=a.byteLength,n=0;n<c;n++)b+=String.fromCharCode(a[n]);a=b}else if("string"!==typeof a)return;for(m.socketAccumulator+=a;;){if(0==m.socketParseState){a=m.socketAccumulator.indexOf("\r\n\r\n");if(0>a)break;m.socketHeader=m.socketAccumulator.substring(0,
41
+default:console.log("Unknown Server IDER action: "+b.action),breal}},xxOnSocketClosed:function(){c.Stop()}};return c},CreateWsmanComm=function(b,c,a,d,e){function l(){m.socketState=2;m.socketParseState=0;m.socketAccumulator="";m.socketHeader=null;m.socketData="";for(i in m.pendingAjaxCall)m.sendRequest(m.pendingAjaxCall[i][0],m.pendingAjaxCall[i][3],m.pendingAjaxCall[i][4])}function p(a){if("object"==typeof a.data)if(1==h)z.push(a.data);else if(v.readAsBinaryString)h=!0,v.readAsBinaryString(new Blob([a.data]));
42
+else if(v.readAsArrayBuffer)h=!0,v.readAsArrayBuffer(a.data);else{var b="";a=new Uint8Array(a.data);for(var c=a.byteLength,n=0;n<c;n++)b+=String.fromCharCode(a[n]);q(b)}else q(a.data)}function q(a){if("object"===typeof a){var b="";a=new Uint8Array(a);for(var c=a.byteLength,n=0;n<c;n++)b+=String.fromCharCode(a[n]);a=b}else if("string"!==typeof a)return;for(m.socketAccumulator+=a;;){if(0==m.socketParseState){a=m.socketAccumulator.indexOf("\r\n\r\n");if(0>a)break;m.socketHeader=m.socketAccumulator.substring(0,
43
a).split("\r\n");if(null==m.amtVersion)for(n in m.socketHeader)0==m.socketHeader[n].indexOf("Server: Intel(R) Active Management Technology ")&&(m.amtVersion=m.socketHeader[n].substring(46));m.socketAccumulator=m.socketAccumulator.substring(a+4);m.socketParseState=1;m.socketData="";m.socketXHeader={Directive:m.socketHeader[0].split(" ")};for(n in m.socketHeader)0!=n&&(a=m.socketHeader[n].indexOf(":"),m.socketXHeader[m.socketHeader[n].substring(0,a).toLowerCase()]=m.socketHeader[n].substring(a+2))}if(1==
44
m.socketParseState){b=-1;if(void 0==m.socketXHeader.connection||"close"!=m.socketXHeader.connection.toLowerCase()||void 0!=m.socketXHeader["transfer-encoding"]&&"chunked"==m.socketXHeader["transfer-encoding"].toLowerCase())if(void 0!=m.socketXHeader["content-length"]){b=parseInt(m.socketXHeader["content-length"]);if(m.socketAccumulator.length<b)break;a=m.socketAccumulator.substring(0,b);m.socketAccumulator=m.socketAccumulator.substring(b);m.socketData=a;b=0}else{c=m.socketAccumulator.indexOf("\r\n");
45
if(0>c)break;b=parseInt(m.socketAccumulator.substring(0,c),16);if(isNaN(b)){m.websocket&&m.websocket.close();break}if(m.socketAccumulator.length<c+2+b+2)break;a=m.socketAccumulator.substring(c+2,c+2+b);m.socketAccumulator=m.socketAccumulator.substring(c+2+b+2);m.socketData+=a}else b=0;0==b&&(c=m.socketXHeader,a=m.socketData,b=parseInt(c.Directive[1]),isNaN(b)&&(b=602),401==b&&3>++m.authcounter?m.challengeParams=m.parseDigest(c["www-authenticate"]):(c=m.pendingAjaxCall.shift(),m.authcounter=0,m.ActiveAjaxCount--,
@@ -49,128 +49,128 @@ m.PerformAjaxEx(a[0],a[1],a[2],a[3],a[4]);m.PerformNextAjax()}};m.PerformAjaxEx=
49
"error",{status:0==m.FailAllError?408:m.FailAllError},[a,b,c,n,d]),m.PerformNextAjax()):(m.pendingAjaxCall.push([a,b,c,n,d,e]),0==m.socketState?m.xxConnectHttpSocket():2==m.socketState&&m.sendRequest(a,n,d))};m.sendRequest=function(a,b,c){b=b?b:"/wsman";c=c?c:"POST";var n=c+" "+b+" HTTP/1.1\r\n";if(null!=m.challengeParams){m.digestRealm=m.challengeParams.realm;if(m.digestRealmMatch&&m.digestRealm!=m.digestRealmMatch){m.FailAllError=997;m.CancelAllQueries(997);return}c=hex_md5(hex_md5(m.user+":"+m.challengeParams.realm+
50
":"+m.pass)+":"+m.challengeParams.nonce+":"+m.noncecounter+":"+m.cnonce+":"+m.challengeParams.qop+":"+hex_md5(c+":"+b));n+="Authorization: "+m.renderDigest({username:m.user,realm:m.challengeParams.realm,nonce:m.challengeParams.nonce,uri:b,qop:m.challengeParams.qop,response:c,nc:m.noncecounter++,cnonce:m.cnonce})+"\r\n"}a=n+="Host: "+m.host+":"+m.port+"\r\nContent-Length: "+a.length+"\r\n\r\n"+a;if(2==m.socketState&&null!=m.socket&&m.socket.readyState==WebSocket.OPEN){b=new Uint8Array(a.length);for(n=
51
0;n<a.length;++n)b[n]=a.charCodeAt(n);try{m.socket.send(b.buffer)}catch(d){}}};m.parseDigest=function(a){a=a.substring(7).split(",");for(i in a)a[i]=a[i].trim();return a.reduce(function(a,b){var c=b.split("=");a[c[0]]=c[1].replace(/"/g,"");return a},{})};m.renderDigest=function(a){var b=[];for(i in a)b.push(i);return"Digest "+b.reduce(function(b,c){return b+","+c+'="'+a[c]+'"'},"").substring(1)};m.xxConnectHttpSocket=function(){m.inDataCount=0;m.socketState=1;m.socket=new WebSocket(window.location.protocol.replace("http",
52
-"ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=1&host="+m.host+"&port="+m.port+"&tls="+m.tls+"&tls1only="+m.tlsv1only+("*"==a?"&serverauth=1":"")+("undefined"===typeof d?"&serverauth=1&user="+a:""));m.socket.onopen=p;m.socket.onmessage=h;m.socket.onclose=n};var z=new FileReader,k=!1,v=[];z.readAsBinaryString?z.onload=function(a){r(a.target.result);0==v.length?k=!1:z.readAsBinaryString(new Blob([v.shift()]))}:z.readAsArrayBuffer&&
53
-(z.onloadend=function(a){r(a.target.result);0==v.length?k=!1:z.readAsArrayBuffer(v.shift())});m.gotNextMessages=function(a,b,c,n){if(999!=m.FailAllError)if(0!=m.FailAllError)n[1](null,m.FailAllError,n[2]);else if(200!=c.status)n[1](null,c.status,n[2]);else n[1](a,200,n[2])};m.gotNextMessagesError=function(a,b,c,n){if(999!=m.FailAllError)if(0!=m.FailAllError)n[1](null,m.FailAllError,n[2]);else n[1](m,null,{Header:{HttpError:a.status}},a.status,n[2])};m.CancelAllQueries=function(a){for(;0<m.PendingAjax.length;){var b=
52
+"ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=1&host="+m.host+"&port="+m.port+"&tls="+m.tls+"&tls1only="+m.tlsv1only+("*"==a?"&serverauth=1":"")+("undefined"===typeof d?"&serverauth=1&user="+a:""));m.socket.onopen=l;m.socket.onmessage=p;m.socket.onclose=n};var v=new FileReader,h=!1,z=[];v.readAsBinaryString?v.onload=function(a){q(a.target.result);0==z.length?h=!1:v.readAsBinaryString(new Blob([z.shift()]))}:v.readAsArrayBuffer&&
53
+(v.onloadend=function(a){q(a.target.result);0==z.length?h=!1:v.readAsArrayBuffer(z.shift())});m.gotNextMessages=function(a,b,c,n){if(999!=m.FailAllError)if(0!=m.FailAllError)n[1](null,m.FailAllError,n[2]);else if(200!=c.status)n[1](null,c.status,n[2]);else n[1](a,200,n[2])};m.gotNextMessagesError=function(a,b,c,n){if(999!=m.FailAllError)if(0!=m.FailAllError)n[1](null,m.FailAllError,n[2]);else n[1](m,null,{Header:{HttpError:a.status}},a.status,n[2])};m.CancelAllQueries=function(a){for(;0<m.PendingAjax.length;){var b=
54
m.PendingAjax.shift();b[1](null,a,b[2])}null!=m.websocket&&(m.websocket.close(),m.websocket=null,m.socketState=0)};return m},CreateAmtRedirect=function(b){var c={};c.m=b;b.parent=c;c.State=0;c.socket=null;c.host=null;c.port=0;c.user=null;c.pass=null;c.authuri="/RedirectionService";c.tlsv1only=0;c.connectstate=0;c.protocol=b.protocol;c.amtaccumulator="";c.amtsequence=1;c.amtkeepalivetimer=null;c.digestRealmMatch=null;c.onStateChanged=null;c.Start=function(a,b,d,n,e){c.host=a;c.port=b;c.user=d;c.pass=
55
n;c.connectstate=0;c.socket=new WebSocket(window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/webrelay.ashx?p=2&host="+a+"&port="+b+"&tls="+e+("*"==d?"&serverauth=1":"")+("undefined"===typeof n?"&serverauth=1&user="+d:"")+"&tls1only="+c.tlsv1only);c.socket.onopen=c.xxOnSocketConnected;c.socket.onmessage=c.xxOnMessage;c.socket.onclose=c.xxOnSocketClosed;c.xxStateChange(1)};c.xxOnSocketConnected=function(){urlvars&&
56
urlvars.redirtrace&&console.log("REDIR-CONNECT");c.xxStateChange(2);1==c.protocol&&c.xxSend(c.RedirectStartSol);2==c.protocol&&c.xxSend(c.RedirectStartKvm);3==c.protocol&&c.xxSend(c.RedirectStartIder)};var a=new FileReader,d=!1,e=[];a.readAsBinaryString?a.onload=function(b){c.xxOnSocketData(b.target.result);0==e.length?d=!1:a.readAsBinaryString(new Blob([e.shift()]))}:a.readAsArrayBuffer&&(a.onloadend=function(b){c.xxOnSocketData(b.target.result);0==e.length?d=!1:a.readAsArrayBuffer(e.shift())});
57
-c.xxOnMessage=function(b){c.inDataCount++;if("object"==typeof b.data)if(1==d)e.push(b.data);else if(a.readAsBinaryString)d=!0,a.readAsBinaryString(new Blob([b.data]));else if(a.readAsArrayBuffer)d=!0,a.readAsArrayBuffer(b.data);else{var h="";b=new Uint8Array(b.data);for(var r=b.byteLength,n=0;n<r;n++)h+=String.fromCharCode(b[n]);c.xxOnSocketData(h)}else c.xxOnSocketData(b.data)};c.xxOnSocketData=function(a){if(a&&-1!=c.connectstate){if("object"===typeof a){var b="",d=new Uint8Array(a),n=d.byteLength;
57
+c.xxOnMessage=function(b){c.inDataCount++;if("object"==typeof b.data)if(1==d)e.push(b.data);else if(a.readAsBinaryString)d=!0,a.readAsBinaryString(new Blob([b.data]));else if(a.readAsArrayBuffer)d=!0,a.readAsArrayBuffer(b.data);else{var p="";b=new Uint8Array(b.data);for(var q=b.byteLength,n=0;n<q;n++)p+=String.fromCharCode(b[n]);c.xxOnSocketData(p)}else c.xxOnSocketData(b.data)};c.xxOnSocketData=function(a){if(a&&-1!=c.connectstate){if("object"===typeof a){var b="",d=new Uint8Array(a),n=d.byteLength;
58
for(a=0;a<n;a++)b+=String.fromCharCode(d[a]);a=b}else if("string"!==typeof a)return;if((2==c.protocol||3==c.protocol)&&1==c.connectstate)return c.m.ProcessData(a);c.amtaccumulator+=a;for(urlvars&&urlvars.redirtrace&&console.log("REDIR-RECV("+c.amtaccumulator.length+"): "+rstr2hex(c.amtaccumulator));1<=c.amtaccumulator.length;){a=0;switch(c.amtaccumulator.charCodeAt(0)){case 17:if(4>c.amtaccumulator.length)return;switch(c.amtaccumulator.charCodeAt(1)){case 0:if(13>c.amtaccumulator.length)return;b=
59
-c.amtaccumulator.charCodeAt(12);if(c.amtaccumulator.length<13+b)return;c.xxSend(String.fromCharCode(19,0,0,0,0,0,0,0,0));a=13+b;break;default:c.Stop()}break;case 20:if(9>c.amtaccumulator.length)return;var e=ReadIntX(c.amtaccumulator,5);if(c.amtaccumulator.length<9+e)return;var n=c.amtaccumulator.charCodeAt(1),b=c.amtaccumulator.charCodeAt(4),z=[];for(a=0;a<e;a++)z.push(c.amtaccumulator.charCodeAt(9+a));d=c.amtaccumulator.substring(9,9+e);a=9+e;if(0==b)0<=z.indexOf(4)?c.xxSend(String.fromCharCode(19,
60
-0,0,0,4)+IntToStrX(c.user.length+c.authuri.length+8)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(0,0)+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(0,0,0,0)):0<=z.indexOf(3)?c.xxSend(String.fromCharCode(19,0,0,0,3)+IntToStrX(c.user.length+c.authuri.length+7)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(0,0)+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(0,0,0)):0<=z.indexOf(1)?c.xxSend(String.fromCharCode(19,0,0,0,1)+IntToStrX(c.user.length+
61
-c.pass.length+2)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(c.pass.length)+c.pass):c.Stop();else if(3!=b&&4!=b||1!=n)0==n?(1==c.protocol&&c.xxSend(String.fromCharCode(32,0,0,0)+IntToStrX(c.amtsequence++)+ShortToStrX(1E4)+ShortToStrX(100)+ShortToStrX(0)+ShortToStrX(1E4)+ShortToStrX(100)+ShortToStrX(0)+IntToStrX(0)),2==c.protocol&&c.xxSend(String.fromCharCode(64,0,0,0,0,0,0,0)),3==c.protocol&&(c.connectstate=1,c.xxStateChange(3))):c.Stop();else{e=0;z=d.charCodeAt(e);n=d.substring(e+
62
-1,e+1+z);e+=z+1;if(c.digestRealmMatch&&c.digestRealmMatch!=n){c.Stop();return}var k=d.charCodeAt(e),z=d.substring(e+1,e+1+k),e=e+(k+1),k=0,k=null,v=c.xxRandomNonce(32),B="";4==b&&(k=d.charCodeAt(e),k=d.substring(e+1,e+1+k),B="00000002:"+v+":"+k+":");d=hex_md5(hex_md5(c.user+":"+n+":"+c.pass)+":"+z+":"+B+hex_md5("POST:"+c.authuri));e=c.user.length+n.length+z.length+c.authuri.length+v.length+8+d.length+7;4==b&&(e+=k.length+1);d=String.fromCharCode(19,0,0,0,b)+IntToStrX(e)+String.fromCharCode(c.user.length)+
63
-c.user+String.fromCharCode(n.length)+n+String.fromCharCode(z.length)+z+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(v.length)+v+String.fromCharCode(8)+"00000002"+String.fromCharCode(d.length)+d;4==b&&(d+=String.fromCharCode(k.length)+k);c.xxSend(d)}break;case 33:if(23>c.amtaccumulator.length)break;a=23;c.xxSend(String.fromCharCode(39,0,0,0)+IntToStrX(c.amtsequence++)+String.fromCharCode(0,0,27,0,0,0));1==c.protocol&&(c.amtkeepalivetimer=setInterval(c.xxSendAmtKeepAlive,2E3));
59
+c.amtaccumulator.charCodeAt(12);if(c.amtaccumulator.length<13+b)return;c.xxSend(String.fromCharCode(19,0,0,0,0,0,0,0,0));a=13+b;break;default:c.Stop()}break;case 20:if(9>c.amtaccumulator.length)return;var e=ReadIntX(c.amtaccumulator,5);if(c.amtaccumulator.length<9+e)return;var n=c.amtaccumulator.charCodeAt(1),b=c.amtaccumulator.charCodeAt(4),v=[];for(a=0;a<e;a++)v.push(c.amtaccumulator.charCodeAt(9+a));d=c.amtaccumulator.substring(9,9+e);a=9+e;if(0==b)0<=v.indexOf(4)?c.xxSend(String.fromCharCode(19,
60
+0,0,0,4)+IntToStrX(c.user.length+c.authuri.length+8)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(0,0)+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(0,0,0,0)):0<=v.indexOf(3)?c.xxSend(String.fromCharCode(19,0,0,0,3)+IntToStrX(c.user.length+c.authuri.length+7)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(0,0)+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(0,0,0)):0<=v.indexOf(1)?c.xxSend(String.fromCharCode(19,0,0,0,1)+IntToStrX(c.user.length+
61
+c.pass.length+2)+String.fromCharCode(c.user.length)+c.user+String.fromCharCode(c.pass.length)+c.pass):c.Stop();else if(3!=b&&4!=b||1!=n)0==n?(1==c.protocol&&c.xxSend(String.fromCharCode(32,0,0,0)+IntToStrX(c.amtsequence++)+ShortToStrX(1E4)+ShortToStrX(100)+ShortToStrX(0)+ShortToStrX(1E4)+ShortToStrX(100)+ShortToStrX(0)+IntToStrX(0)),2==c.protocol&&c.xxSend(String.fromCharCode(64,0,0,0,0,0,0,0)),3==c.protocol&&(c.connectstate=1,c.xxStateChange(3))):c.Stop();else{e=0;v=d.charCodeAt(e);n=d.substring(e+
62
+1,e+1+v);e+=v+1;if(c.digestRealmMatch&&c.digestRealmMatch!=n){c.Stop();return}var h=d.charCodeAt(e),v=d.substring(e+1,e+1+h),e=e+(h+1),h=0,h=null,z=c.xxRandomNonce(32),B="";4==b&&(h=d.charCodeAt(e),h=d.substring(e+1,e+1+h),B="00000002:"+z+":"+h+":");d=hex_md5(hex_md5(c.user+":"+n+":"+c.pass)+":"+v+":"+B+hex_md5("POST:"+c.authuri));e=c.user.length+n.length+v.length+c.authuri.length+z.length+8+d.length+7;4==b&&(e+=h.length+1);d=String.fromCharCode(19,0,0,0,b)+IntToStrX(e)+String.fromCharCode(c.user.length)+
63
+c.user+String.fromCharCode(n.length)+n+String.fromCharCode(v.length)+v+String.fromCharCode(c.authuri.length)+c.authuri+String.fromCharCode(z.length)+z+String.fromCharCode(8)+"00000002"+String.fromCharCode(d.length)+d;4==b&&(d+=String.fromCharCode(h.length)+h);c.xxSend(d)}break;case 33:if(23>c.amtaccumulator.length)break;a=23;c.xxSend(String.fromCharCode(39,0,0,0)+IntToStrX(c.amtsequence++)+String.fromCharCode(0,0,27,0,0,0));1==c.protocol&&(c.amtkeepalivetimer=setInterval(c.xxSendAmtKeepAlive,2E3));
64
c.connectstate=1;c.xxStateChange(3);break;case 41:if(10>c.amtaccumulator.length)break;a=10;break;case 42:if(10>c.amtaccumulator.length)break;b=10+((c.amtaccumulator.charCodeAt(9)&255)<<8)+(c.amtaccumulator.charCodeAt(8)&255);if(c.amtaccumulator.length<b)break;c.m.ProcessData(c.amtaccumulator.substring(10,b));a=b;break;case 43:if(8>c.amtaccumulator.length)break;a=8;break;case 65:if(8>c.amtaccumulator.length)break;c.connectstate=1;c.m.Start();8<c.amtaccumulator.length&&c.m.ProcessData(c.amtaccumulator.substring(8));
65
a=c.amtaccumulator.length;break;case 240:c.serverIsRecording=!0;a=1;break;default:console.log("Unknown Intel AMT command: "+c.amtaccumulator.charCodeAt(0)+" acclen="+c.amtaccumulator.length);c.Stop();return}if(0==a)break;c.amtaccumulator=c.amtaccumulator.substring(a)}}};c.xxSend=function(a){urlvars&&urlvars.redirtrace&&console.log("REDIR-SEND("+a.length+"): "+rstr2hex(a));if(null!=c.socket&&c.socket.readyState==WebSocket.OPEN){for(var b=new Uint8Array(a.length),d=0;d<a.length;++d)b[d]=a.charCodeAt(d);
66
c.socket.send(b.buffer)}};c.Send=function(a){null!=c.socket&&1==c.connectstate&&(1==c.protocol?c.xxSend(String.fromCharCode(40,0,0,0)+IntToStrX(c.amtsequence++)+ShortToStrX(a.length)+a):c.xxSend(a))};c.xxSendAmtKeepAlive=function(){null!=c.socket&&c.xxSend(String.fromCharCode(43,0,0,0)+IntToStrX(c.amtsequence++))};c.xxRandomNonceX="abcdef0123456789";c.xxRandomNonce=function(a){for(var b="",d=0;d<a;d++)b+=c.xxRandomNonceX.charAt(Math.floor(Math.random()*c.xxRandomNonceX.length));return b};c.xxOnSocketClosed=
67
function(){urlvars&&urlvars.redirtrace&&console.log("REDIR-CLOSED");c.Stop()};c.xxStateChange=function(a){if(c.State!=a&&(c.State=a,c.m.xxStateChange(c.State),null!=c.onStateChanged))c.onStateChanged(c,c.State)};c.Stop=function(){c.xxStateChange(0);c.connectstate=-1;c.amtaccumulator="";null!=c.socket&&(c.socket.close(),c.socket=null);null!=c.amtkeepalivetimer&&(clearInterval(c.amtkeepalivetimer),c.amtkeepalivetimer=null)};c.RedirectStartSol=String.fromCharCode(16,0,0,0,83,79,76,32);c.RedirectStartKvm=
68
-String.fromCharCode(16,1,0,0,75,86,77,82);c.RedirectStartIder=String.fromCharCode(16,0,0,0,73,68,69,82);return c},WsmanStackCreateService=function(b,c,a,d,e,p){function h(a){for(var b,c={},n=0;n<a.childNodes.length;n++){var d=a.childNodes[n];b=null==d.childElementCount||0==d.childElementCount?d.textContent:h(d);"true"==b&&(b=!0);"false"==b&&(b=!1);parseInt(b)+""===b&&(b=parseInt(b));var g=b;if(null!=d.attributes&&0<d.attributes.length)for(g={Value:b},b=0;b<d.attributes.length;b++)g["@"+d.attributes[b].name]=
69
-d.attributes[b].value;c[d.localName]instanceof Array?c[d.localName].push(g):c[d.localName]=null==c[d.localName]?g:[c[d.localName],g]}return c}function r(a){if(!a)return"";var b="",c;for(c in a)a.hasOwnProperty(c)&&0===c.indexOf("@")&&(b+=" "+c.substring(1)+'="'+a[c]+'"');return b}function n(a){if(!a)return"";if("string"==typeof a)return a;if(a.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+a.InstanceID+"</w:Selector></w:SelectorSet>";var b="<w:SelectorSet>",c;for(c in a)if(a.hasOwnProperty(c)){b+=
70
-'<w:Selector Name="'+c+'">';if(a[c].ReferenceParameters){var b=b+"<a:EndpointReference>",b=b+("<a:Address>"+a[c].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+a[c].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>"),n=a[c].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(n))for(var d=0;d<n.length;d++)b+="<w:Selector"+r(n[d])+">"+n[d].Value+"</w:Selector>";else b+="<w:Selector"+r(n)+">"+n.Value+"</w:Selector>";b+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else b+=
71
-a[c];b+="</w:Selector>"}return b+"</w:SelectorSet>"}var m={NextMessageId:1,Address:"/wsman"};m.comm=CreateWsmanComm(b,c,a,d,e,p);m.PerformAjax=function(a,b,c,n,d){null==d&&(d="");m.comm.PerformAjax('<?xml version="1.0" encoding="utf-8"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+
72
-d+"><Header><a:Action>"+a,function(a,c,n){200!=c?b(m,null,{Header:{HttpError:c}},c,n):(a=m.ParseWsman(a))&&null!=a?b(m,a.Header.ResourceURI,a,200,n):b(m,null,{Header:{HttpError:c}},601,n)},c,n)};m.CancelAllQueries=function(a){m.comm.CancelAllQueries(a)};m.GetNameFromUrl=function(a){var b=a.lastIndexOf("/");return-1==b?a:a.substring(b+1)};m.ExecSubscribe=function(a,b,c,d,e,g,I,u,D,w){var y="",F="";u="";null!=D&&null!=w&&(y='<t:IssuedTokens xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>'+
73
-D+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+w+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",F='<w:Auth Profile="http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/digest"/>');null!=u&&(u="<a:ReferenceParameters><m:arg>"+u+"</m:arg></a:ReferenceParameters>");"PushWithAck"==b?b="dmtf.org/wbem/wsman/1/wsman/PushWithAck":"Push"==b&&(b="xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push");
74
-a="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+n(I)+y+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.'+b+'"><e:NotifyTo><a:Address>'+c+"</a:Address>"+u+"</e:NotifyTo>"+F+"</e:Delivery></e:Subscribe>";m.PerformAjax(a+"</Body></Envelope>",d,e,
68
+String.fromCharCode(16,1,0,0,75,86,77,82);c.RedirectStartIder=String.fromCharCode(16,0,0,0,73,68,69,82);return c},WsmanStackCreateService=function(b,c,a,d,e,l){function p(a){for(var b,c={},n=0;n<a.childNodes.length;n++){var d=a.childNodes[n];b=null==d.childElementCount||0==d.childElementCount?d.textContent:p(d);"true"==b&&(b=!0);"false"==b&&(b=!1);parseInt(b)+""===b&&(b=parseInt(b));var g=b;if(null!=d.attributes&&0<d.attributes.length)for(g={Value:b},b=0;b<d.attributes.length;b++)g["@"+d.attributes[b].name]=
69
+d.attributes[b].value;c[d.localName]instanceof Array?c[d.localName].push(g):c[d.localName]=null==c[d.localName]?g:[c[d.localName],g]}return c}function q(a){if(!a)return"";var b="",c;for(c in a)a.hasOwnProperty(c)&&0===c.indexOf("@")&&(b+=" "+c.substring(1)+'="'+a[c]+'"');return b}function n(a){if(!a)return"";if("string"==typeof a)return a;if(a.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+a.InstanceID+"</w:Selector></w:SelectorSet>";var b="<w:SelectorSet>",c;for(c in a)if(a.hasOwnProperty(c)){b+=
70
+'<w:Selector Name="'+c+'">';if(a[c].ReferenceParameters){var b=b+"<a:EndpointReference>",b=b+("<a:Address>"+a[c].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+a[c].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>"),n=a[c].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(n))for(var d=0;d<n.length;d++)b+="<w:Selector"+q(n[d])+">"+n[d].Value+"</w:Selector>";else b+="<w:Selector"+q(n)+">"+n.Value+"</w:Selector>";b+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else b+=
71
+a[c];b+="</w:Selector>"}return b+"</w:SelectorSet>"}var m={NextMessageId:1,Address:"/wsman"};m.comm=CreateWsmanComm(b,c,a,d,e,l);m.PerformAjax=function(a,b,c,n,d){null==d&&(d="");m.comm.PerformAjax('<?xml version="1.0" encoding="utf-8"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+
72
+d+"><Header><a:Action>"+a,function(a,c,n){200!=c?b(m,null,{Header:{HttpError:c}},c,n):(a=m.ParseWsman(a))&&null!=a?b(m,a.Header.ResourceURI,a,200,n):b(m,null,{Header:{HttpError:c}},601,n)},c,n)};m.CancelAllQueries=function(a){m.comm.CancelAllQueries(a)};m.GetNameFromUrl=function(a){var b=a.lastIndexOf("/");return-1==b?a:a.substring(b+1)};m.ExecSubscribe=function(a,b,c,d,e,g,J,u,C,x){var w="",F="";u="";null!=C&&null!=x&&(w='<t:IssuedTokens xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>'+
73
+C+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+x+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",F='<w:Auth Profile="http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/digest"/>');null!=u&&(u="<a:ReferenceParameters><m:arg>"+u+"</m:arg></a:ReferenceParameters>");"PushWithAck"==b?b="dmtf.org/wbem/wsman/1/wsman/PushWithAck":"Push"==b&&(b="xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push");
74
+a="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+n(J)+w+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.'+b+'"><e:NotifyTo><a:Address>'+c+"</a:Address>"+u+"</e:NotifyTo>"+F+"</e:Delivery></e:Subscribe>";m.PerformAjax(a+"</Body></Envelope>",d,e,
75
g,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:m="http://x.com"')};m.ExecUnSubscribe=function(a,b,c,d,e){a="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+n(e)+"</Header><Body><e:Unsubscribe/>";m.PerformAjax(a+"</Body></Envelope>",b,c,d,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')};
76
-m.ExecPut=function(a,b,c,d,e,g){g="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+n(g)+"</Header><Body>";if(a&&null!=b){var I=m.GetNameFromUrl(a);a="<r:"+I+' xmlns:r="'+a+'">';for(var u in b)if(b.hasOwnProperty(u)&&
77
-0!==u.indexOf("__")&&0!==u.indexOf("@")&&null!=b[u]&&"function"!==typeof b[u])if("object"===typeof b[u]&&b[u].ReferenceParameters){a+="<r:"+u+"><a:Address>"+b[u].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+b[u].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var D=b[u].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(D))for(var w=0;w<D.length;w++)a+="<w:Selector"+r(D[w])+">"+D[w].Value+"</w:Selector>";else a+="<w:Selector"+r(D)+">"+D.Value+"</w:Selector>";
78
-a+="</w:SelectorSet></a:ReferenceParameters></r:"+u+">"}else if(Array.isArray(b[u]))for(w=0;w<b[u].length;w++)a+="<r:"+u+">"+b[u][w].toString()+"</r:"+u+">";else a+="<r:"+u+">"+b[u].toString()+"</r:"+u+">";b=a+("</r:"+I+">")}else b="";m.PerformAjax(g+b+"</Body></Envelope>",c,d,e)};m.ExecCreate=function(a,b,c,d,e,g){var I=m.GetNameFromUrl(a);a="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +
79
-"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+n(g)+"</Header><Body><g:"+I+' xmlns:g="'+a+'">';for(var u in b)a+="<g:"+u+">"+b[u]+"</g:"+u+">";m.PerformAjax(a+"</g:"+I+"></Body></Envelope>",c,d,e)};m.ExecDelete=function(a,b,c,d,e){a="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +
76
+m.ExecPut=function(a,b,c,d,e,g){g="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+n(g)+"</Header><Body>";if(a&&null!=b){var J=m.GetNameFromUrl(a);a="<r:"+J+' xmlns:r="'+a+'">';for(var u in b)if(b.hasOwnProperty(u)&&
77
+0!==u.indexOf("__")&&0!==u.indexOf("@")&&null!=b[u]&&"function"!==typeof b[u])if("object"===typeof b[u]&&b[u].ReferenceParameters){a+="<r:"+u+"><a:Address>"+b[u].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+b[u].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var C=b[u].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(C))for(var x=0;x<C.length;x++)a+="<w:Selector"+q(C[x])+">"+C[x].Value+"</w:Selector>";else a+="<w:Selector"+q(C)+">"+C.Value+"</w:Selector>";
78
+a+="</w:SelectorSet></a:ReferenceParameters></r:"+u+">"}else if(Array.isArray(b[u]))for(x=0;x<b[u].length;x++)a+="<r:"+u+">"+b[u][x].toString()+"</r:"+u+">";else a+="<r:"+u+">"+b[u].toString()+"</r:"+u+">";b=a+("</r:"+J+">")}else b="";m.PerformAjax(g+b+"</Body></Envelope>",c,d,e)};m.ExecCreate=function(a,b,c,d,e,g){var J=m.GetNameFromUrl(a);a="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +
79
+"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+n(g)+"</Header><Body><g:"+J+' xmlns:g="'+a+'">';for(var u in b)a+="<g:"+u+">"+b[u]+"</g:"+u+">";m.PerformAjax(a+"</g:"+J+"></Body></Envelope>",c,d,e)};m.ExecDelete=function(a,b,c,d,e){a="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +
80
"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+n(b)+"</Header><Body /></Envelope>";m.PerformAjax(a,c,d,e)};m.ExecGet=function(a,b,c,n){m.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",
81
-b,c,n)};m.ExecMethod=function(a,b,c,n,d,g,e){var u="",D;for(D in c)if(null!=c[D])if(Array.isArray(c[D]))for(var w in c[D])u+="<r:"+D+">"+c[D][w]+"</r:"+D+">";else u+="<r:"+D+">"+c[D]+"</r:"+D+">";m.ExecMethodXml(a,b,u,n,d,g,e)};m.ExecMethodXml=function(a,b,c,d,e,g,I){m.PerformAjax(a+"/"+b+"</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+
82
-n(I)+"</Header><Body><r:"+b+'_INPUT xmlns:r="'+a+'">'+c+"</r:"+b+"_INPUT></Body></Envelope>",d,e,g)};m.ExecEnum=function(a,b,c,n){m.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',
81
+b,c,n)};m.ExecMethod=function(a,b,c,n,d,g,e){var u="",C;for(C in c)if(null!=c[C])if(Array.isArray(c[C]))for(var x in c[C])u+="<r:"+C+">"+c[C][x]+"</r:"+C+">";else u+="<r:"+C+">"+c[C]+"</r:"+C+">";m.ExecMethodXml(a,b,u,n,d,g,e)};m.ExecMethodXml=function(a,b,c,d,e,g,J){m.PerformAjax(a+"/"+b+"</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+
82
+n(J)+"</Header><Body><r:"+b+'_INPUT xmlns:r="'+a+'">'+c+"</r:"+b+"_INPUT></Body></Envelope>",d,e,g)};m.ExecEnum=function(a,b,c,n){m.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',
83
b,c,n)};m.ExecPull=function(a,b,c,n,d){m.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+m.Address+"</a:To><w:ResourceURI>"+a+"</w:ResourceURI><a:MessageID>"+m.NextMessageId++ +'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+b+"</EnumerationContext></Pull></Body></Envelope>",
84
c,n,d)};m.ParseWsman=function(a){try{if(!a.childNodes){var b=a;if(window.DOMParser)a=(new DOMParser).parseFromString(b,"text/xml");else{var c=new ActiveXObject("Microsoft.XMLDOM");c.async=!1;c.loadXML(b);a=c}}var b={Header:{}},n=a.getElementsByTagName("Header")[0],d;n||(n=a.getElementsByTagName("a:Header")[0]);if(!n)return null;for(c=0;c<n.childNodes.length;c++){var g=n.childNodes[c];b.Header[g.localName]=g.textContent}var e=a.getElementsByTagName("Body")[0];e||(e=a.getElementsByTagName("a:Body")[0]);
85
-if(!e)return null;0<e.childNodes.length&&(d=e.childNodes[0].localName,d.indexOf("_OUTPUT")==d.length-7&&(d=d.substring(0,d.length-7)),b.Header.Method=d,b.Body=h(e.childNodes[0]));return b}catch(m){return console.log("Unable to parse XML: "+a),null}};return m};
86
-function AmtStackCreateService(b){function c(){var a=k.GetPendingActions();v<a&&(v=a);null!=k.onProcessChanged&&B!=a&&(B=a,k.onProcessChanged(a,v));0==a&&(v=0)}function a(a,b,c,g,n,E,A){200!=n?(c(k,a,null,n,E),e(1)):null!=b&&"EnumerateResponse"==b.Header.Method&&b.Body.EnumerationContext?k.wsman.ExecPull(g,b.Body.EnumerationContext,function(b,g,n,e){d(a,n,c,g,[],e,E,A)}):(c(k,a,null,603,E),e(1))}function d(a,b,g,n,l,E,A,x){if(200!=E)g(k,a,null,E,A),e(1);else if(null==b||"PullResponse"!=b.Header.Method)g(k,
87
-a,null,604,A),e(1);else{for(var C in b.Body.Items)if(b.Body.Items[C]instanceof Array)for(var m in b.Body.Items[C])"function"!=typeof b.Body.Items[C][m]&&l.push(b.Body.Items[C][m]);else"function"!=typeof b.Body.Items[C]&&l.push(b.Body.Items[C]);b.Body.EnumerationContext?k.wsman.ExecPull(n,b.Body.EnumerationContext,function(b,c,n,e){d(a,n,g,c,l,e,A,1)}):(e(1),g(k,a,l,E,A),c())}}function e(a){k.ActiveEnumsCount-=a;k.ActiveEnumsCount>=k.MaxActiveEnumsCount||0==k.PendingEnums.length?c():(a=k.PendingEnums.shift(),
88
-k.Enum(a[0],a[1],a[2]),e(0))}function p(a,b,g,n,d,e,A){k.PendingBatchOperations-=2;var x=b.shift(),C=k.Enum;"*"==x[0]&&(C=k.Get,x=x.substring(1));C(x,function(d,x,C,l,m){m[2][x]={response:null==C?null:C.Body,responses:C,status:l};0==m[1].length||401==l||1!=e&&200!=l&&400!=l?(k.PendingBatchOperations-=2*b.length,c(),g(k,a,m[2],l,n)):(c(),p(a,b,g,n,m[2],A))},[a,b,d],A);c()}function h(a){a.names.length<=a.current?a.callback(k,a.name,a.responses,200,a.tag):(k.wsman.ExecGet(k.CompleteName(a.names[a.current]),
89
-function(b,c,g,n){null==g||200!=n?a.callback(k,a.name,null,n,a.tag):(a.responses[g.Header.Method]=g,h(a))},a.pri),a.current++);c()}function r(a,b,c,g,d){if(200!=g||"0"!=c.Body.ReturnValue)d[0](k,null,d[2]);else k.AMT_MessageLog_GetRecords(c.Body.IterationIdentifier,390,n,d)}function n(a,b,c,g,d){if(200!=g||"0"!=c.Body.ReturnValue)d[0](k,null,d[2]);else{var e,A,x;b=d[2];g=new Date;var C=c.Body.RecordArray;"string"===typeof C&&(c.Body.RecordArray=[c.Body.RecordArray]);for(e in C){a=null;try{a=window.atob(C[e])}catch(l){}if(null!=
90
-a&&(A=ReadIntX(a,0),0<A&&4294967295>A)){x={DeviceAddress:a.charCodeAt(4),EventSensorType:a.charCodeAt(5),EventType:a.charCodeAt(6),EventOffset:a.charCodeAt(7),EventSourceType:a.charCodeAt(8),EventSeverity:a.charCodeAt(9),SensorNumber:a.charCodeAt(10),Entity:a.charCodeAt(11),EntityInstance:a.charCodeAt(12),EventData:[],Time:new Date(1E3*(A+60*g.getTimezoneOffset()))};for(A=13;21>A;A++)x.EventData.push(a.charCodeAt(A));x.EntityStr=I[x.Entity];x.Desc=m(x.EventSensorType,x.EventOffset,x.EventData,x.Entity);
91
-x.EntityStr||(x.EntityStr="Unknown");b.push(x)}}if(1!=c.Body.NoMoreRecords)k.AMT_MessageLog_GetRecords(c.Body.IterationIdentifier,390,n,[d[0],b,d[2]]);else d[0](k,b,d[2])}}function m(a,b,c,n){if(15==a)return 235==c[0]?"Invalid Data":0==b?l[c[1]]:g[c[1]];if(18==a&&170==c[0])return"Agent watchdog "+char2hex(c[4])+char2hex(c[3])+char2hex(c[2])+char2hex(c[1])+"-"+char2hex(c[6])+char2hex(c[5])+"-... changed to "+k.WatchdogCurrentStates[c[7]];if(5==a&&0==b)return"Case intrusion";if(192==a&&0==b&&170==c[0]&&
85
+if(!e)return null;0<e.childNodes.length&&(d=e.childNodes[0].localName,d.indexOf("_OUTPUT")==d.length-7&&(d=d.substring(0,d.length-7)),b.Header.Method=d,b.Body=p(e.childNodes[0]));return b}catch(m){return console.log("Unable to parse XML: "+a),null}};return m};
86
+function AmtStackCreateService(b){function c(){var a=h.GetPendingActions();z<a&&(z=a);null!=h.onProcessChanged&&B!=a&&(B=a,h.onProcessChanged(a,z));0==a&&(z=0)}function a(a,b,c,g,n,k,A){200!=n?(c(h,a,null,n,k),e(1)):null!=b&&"EnumerateResponse"==b.Header.Method&&b.Body.EnumerationContext?h.wsman.ExecPull(g,b.Body.EnumerationContext,function(b,g,n,e){d(a,n,c,g,[],e,k,A)}):(c(h,a,null,603,k),e(1))}function d(a,b,g,n,k,m,A,y){if(200!=m)g(h,a,null,m,A),e(1);else if(null==b||"PullResponse"!=b.Header.Method)g(h,
87
+a,null,604,A),e(1);else{for(var E in b.Body.Items)if(b.Body.Items[E]instanceof Array)for(var u in b.Body.Items[E])"function"!=typeof b.Body.Items[E][u]&&k.push(b.Body.Items[E][u]);else"function"!=typeof b.Body.Items[E]&&k.push(b.Body.Items[E]);b.Body.EnumerationContext?h.wsman.ExecPull(n,b.Body.EnumerationContext,function(b,c,n,e){d(a,n,g,c,k,e,A,1)}):(e(1),g(h,a,k,m,A),c())}}function e(a){h.ActiveEnumsCount-=a;h.ActiveEnumsCount>=h.MaxActiveEnumsCount||0==h.PendingEnums.length?c():(a=h.PendingEnums.shift(),
88
+h.Enum(a[0],a[1],a[2]),e(0))}function l(a,b,g,n,d,e,A){h.PendingBatchOperations-=2;var y=b.shift(),k=h.Enum;"*"==y[0]&&(k=h.Get,y=y.substring(1));k(y,function(d,y,k,E,H){H[2][y]={response:null==k?null:k.Body,responses:k,status:E};0==H[1].length||401==E||1!=e&&200!=E&&400!=E?(h.PendingBatchOperations-=2*b.length,c(),g(h,a,H[2],E,n)):(c(),l(a,b,g,n,H[2],A))},[a,b,d],A);c()}function p(a){a.names.length<=a.current?a.callback(h,a.name,a.responses,200,a.tag):(h.wsman.ExecGet(h.CompleteName(a.names[a.current]),
89
+function(b,c,g,n){null==g||200!=n?a.callback(h,a.name,null,n,a.tag):(a.responses[g.Header.Method]=g,p(a))},a.pri),a.current++);c()}function q(a,b,c,g,d){if(200!=g||"0"!=c.Body.ReturnValue)d[0](h,null,d[2]);else h.AMT_MessageLog_GetRecords(c.Body.IterationIdentifier,390,n,d)}function n(a,b,c,g,d){if(200!=g||"0"!=c.Body.ReturnValue)d[0](h,null,d[2]);else{var e,A,y;b=d[2];g=new Date;var k=c.Body.RecordArray;"string"===typeof k&&(c.Body.RecordArray=[c.Body.RecordArray]);for(e in k){a=null;try{a=window.atob(k[e])}catch(u){}if(null!=
90
+a&&(A=ReadIntX(a,0),0<A&&4294967295>A)){y={DeviceAddress:a.charCodeAt(4),EventSensorType:a.charCodeAt(5),EventType:a.charCodeAt(6),EventOffset:a.charCodeAt(7),EventSourceType:a.charCodeAt(8),EventSeverity:a.charCodeAt(9),SensorNumber:a.charCodeAt(10),Entity:a.charCodeAt(11),EntityInstance:a.charCodeAt(12),EventData:[],Time:new Date(1E3*(A+60*g.getTimezoneOffset()))};for(A=13;21>A;A++)y.EventData.push(a.charCodeAt(A));y.EntityStr=J[y.Entity];y.Desc=m(y.EventSensorType,y.EventOffset,y.EventData,y.Entity);
91
+y.EntityStr||(y.EntityStr="Unknown");b.push(y)}}if(1!=c.Body.NoMoreRecords)h.AMT_MessageLog_GetRecords(c.Body.IterationIdentifier,390,n,[d[0],b,d[2]]);else d[0](h,b,d[2])}}function m(a,b,c,n){if(15==a)return 235==c[0]?"Invalid Data":0==b?k[c[1]]:g[c[1]];if(18==a&&170==c[0])return"Agent watchdog "+char2hex(c[4])+char2hex(c[3])+char2hex(c[2])+char2hex(c[1])+"-"+char2hex(c[6])+char2hex(c[5])+"-... changed to "+h.WatchdogCurrentStates[c[7]];if(5==a&&0==b)return"Case intrusion";if(192==a&&0==b&&170==c[0]&&
92
48==c[1]){if(0==c[2])return"A remote Serial Over LAN session was established.";if(1==c[2])return"Remote Serial Over LAN session finished. User control was restored.";if(2==c[2])return"A remote IDE-Redirection session was established.";if(3==c[2])return"Remote IDE-Redirection session finished. User control was restored."}if(36==a)return a=(c[1]<<24)+(c[2]<<16)+(c[3]<<8)+c[4],b="#"+c[0],170==c[0]&&(b="wired"),4294967293==a?"All received packet filter was matched on "+b+" interface.":4294967292==a?"All outbound packet filter was matched on "+
93
b+" interface.":4294967290==a?"Spoofed packet filter was matched on "+b+" interface.":"Filter "+a+" was matched on "+b+" interface.";if(192==a)return 0==c[2]?"Security policy invoked. Some or all network traffic (TX) was stopped.":2==c[2]?"Security policy invoked. Some or all network traffic (RX) was stopped.":"Security policy invoked.";if(193==a){if(170==c[0]&&48==c[1]&&0==c[2]&&0==c[3])return"User request for remote connection.";if(170==c[0]&&32==c[1]&&3==c[2]&&1==c[3])return"EAC error: attempt to get posture while NAC in Intel\ufffd AMT is disabled.";
94
-if(170==c[0]&&32==c[1]&&4==c[2]&&0==c[3])return"Certificate revoked. "}return 6==a?"Authentication failed "+(c[1]+(c[2]<<8))+" times. The system may be under attack.":30==a?"No bootable media":32==a?"Operating system lockup or power interrupt":35==a?"System boot failure":37==a?"System firmware started (at least one CPU is properly executing).":"Unknown Sensor Type #"+a}function z(a,b,c,g,n){if(200!=g)n[0](k,[],g);else{var d,e,x=n[1],C=new Date,l;if(0<c.Body.RecordsReturned)for(e in c.Body.EventRecords=
95
-MakeToArray(c.Body.EventRecords),c.Body.EventRecords){a=null;try{a=window.atob(c.Body.EventRecords[e])}catch(m){console.log(m+" "+c.Body.EventRecords[e])}b={AuditAppID:ReadShort(a,0),EventID:ReadShort(a,2),InitiatorType:a.charCodeAt(4)};b.AuditApp=u[b.AuditAppID];b.Event=u[100*b.AuditAppID+b.EventID];b.Event||(b.Event="#"+b.EventID);0==b.InitiatorType&&(d=a.charCodeAt(5),b.Initiator=a.substring(6,6+d),d=6+d);1==b.InitiatorType&&(b.KerberosUserInDomain=ReadInt(a,5),d=a.charCodeAt(9),b.Initiator=GetSidString(a.substring(10,
96
-10+d)),d=10+d);2==b.InitiatorType&&(b.Initiator="<i>Local</i>",d=5);3==b.InitiatorType&&(b.Initiator="<i>KVM Default Port</i>",d=5);l=ReadInt(a,d);b.Time=new Date(1E3*(l+60*C.getTimezoneOffset()));d+=4;b.MCLocationType=a.charCodeAt(d++);l=a.charCodeAt(d++);b.NetAddress=a.substring(d,d+l);d+=l;l=a.charCodeAt(d++);b.Ex=a.substring(d,d+l);b.ExStr=k.GetAuditLogExtendedDataStr(100*b.AuditAppID+b.EventID,b.Ex);x.push(b)}if(c.Body.TotalRecordCount>x.length)k.AMT_AuditLog_ReadRecords(x.length+1,z,[n[0],x]);
97
-else n[0](k,x,g)}}var k={};k.wsman=b;k.pfx=["http://intel.com/wbem/wscim/1/amt-schema/1/","http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/","http://intel.com/wbem/wscim/1/ips-schema/1/"];k.PendingEnums=[];k.PendingBatchOperations=0;k.ActiveEnumsCount=0;k.MaxActiveEnumsCount=1;k.onProcessChanged=null;var v=0,B=0;k.GetPendingActions=function(){return 2*k.PendingEnums.length+k.ActiveEnumsCount+k.wsman.comm.PendingAjax.length+k.wsman.comm.ActiveAjaxCount+k.PendingBatchOperations};k.Subscribe=function(a,
98
-b,g,n,d,e,A,x,C,l){k.wsman.ExecSubscribe(k.CompleteName(a),b,g,function(b,g,y,e){c();n(k,a,y,e,d)},0,e,A,x,C,l);c()};k.UnSubscribe=function(a,b,g,n,d){k.wsman.ExecUnSubscribe(k.CompleteName(a),function(n,d,e,C){c();b(k,a,e,C,g)},0,n,d);c()};k.Get=function(a,b,g,n){k.wsman.ExecGet(k.CompleteName(a),function(n,d,e,x){c();b(k,a,e,x,g)},0,n);c()};k.Put=function(a,b,g,n,d,e){k.wsman.ExecPut(k.CompleteName(a),b,function(b,d,e,l){c();g(k,a,e,l,n)},0,d,e);c()};k.Create=function(a,b,g,n,d){k.wsman.ExecCreate(k.CompleteName(a),
99
-b,function(b,d,e,C){c();g(k,a,e,C,n)},0,d);c()};k.Delete=function(a,b,g,n,d){k.wsman.ExecDelete(k.CompleteName(a),b,function(b,d,e,C){c();g(k,a,e,C,n)},0,d);c()};k.Exec=function(a,b,g,n,d,e,A){k.wsman.ExecMethod(k.CompleteName(a),b,g,function(b,g,y,e){c();n(k,a,k.CompleteExecResponse(y),e,d)},0,e,A);c()};k.ExecWithXml=function(a,b,g,n,d,e,A){k.wsman.ExecMethodXml(k.CompleteName(a),b,execArgumentsToXml(g),function(b,g,y,e){c();n(k,a,k.CompleteExecResponse(y),e,d)},0,e,A);c()};k.Enum=function(b,g,n,
100
-d){k.ActiveEnumsCount<k.MaxActiveEnumsCount?(k.ActiveEnumsCount++,k.wsman.ExecEnum(k.CompleteName(b),function(n,d,y,e,C){c();a(b,y,g,d,e,C)},n,d)):k.PendingEnums.push([b,g,n,d]);c()};k.BatchEnum=function(a,b,g,n,d,e){k.PendingBatchOperations+=2*b.length;p(a,Clone(b),g,n,{},d,e);c()};k.BatchGet=function(a,b,g,n,d){h({name:a,names:b,callback:g,current:0,responses:{},tag:n,pri:d});c()};k.CompleteName=function(a){if(0==a.indexOf("AMT_"))return k.pfx[0]+a;if(0==a.indexOf("CIM_"))return k.pfx[1]+a;if(0==
101
-a.indexOf("IPS_"))return k.pfx[2]+a};k.CompleteExecResponse=function(a){a&&null!=a&&a.Body&&void 0!=a.Body.ReturnValue&&(a.Body.ReturnValueStr=k.AmtStatusToStr(a.Body.ReturnValue));return a};k.RequestPowerStateChange=function(a,b){k.CIM_PowerManagementService_RequestPowerStateChange(a,'<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="CreationClassName">CIM_ComputerSystem</Selector><Selector Name="Name">ManagedSystem</Selector></SelectorSet></ReferenceParameters>',
102
-null,null,b)};k.SetBootConfigRole=function(a,b){k.CIM_BootService_SetBootConfigRole('<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="InstanceID">Intel(r) AMT: Boot Configuration 0</Selector></SelectorSet></ReferenceParameters>',
103
-a,b)};k.CancelAllQueries=function(a){k.wsman.CancelAllQueries(a)};k.AMT_AgentPresenceWatchdog_RegisterAgent=function(a){k.Exec("AMT_AgentPresenceWatchdog","RegisterAgent",{},a)};k.AMT_AgentPresenceWatchdog_AssertPresence=function(a,b){k.Exec("AMT_AgentPresenceWatchdog","AssertPresence",{SequenceNumber:a},b)};k.AMT_AgentPresenceWatchdog_AssertShutdown=function(a,b){k.Exec("AMT_AgentPresenceWatchdog","AssertShutdown",{SequenceNumber:a},b)};k.AMT_AgentPresenceWatchdog_AddAction=function(a,b,c,g,n,d,
104
-e,x,C){k.Exec("AMT_AgentPresenceWatchdog","AddAction",{OldState:a,NewState:b,EventOnTransition:c,ActionSd:g,ActionEac:n},d,e,x,C)};k.AMT_AgentPresenceWatchdog_DeleteAllActions=function(a,b,c,g){k.Exec("AMT_AgentPresenceWatchdog","DeleteAllActions",{},a,b,c,g)};k.AMT_AgentPresenceWatchdogAction_GetActionEac=function(a){k.Exec("AMT_AgentPresenceWatchdogAction","GetActionEac",{},a)};k.AMT_AgentPresenceWatchdogVA_RegisterAgent=function(a){k.Exec("AMT_AgentPresenceWatchdogVA","RegisterAgent",{},a)};k.AMT_AgentPresenceWatchdogVA_AssertPresence=
105
-function(a,b){k.Exec("AMT_AgentPresenceWatchdogVA","AssertPresence",{SequenceNumber:a},b)};k.AMT_AgentPresenceWatchdogVA_AssertShutdown=function(a,b){k.Exec("AMT_AgentPresenceWatchdogVA","AssertShutdown",{SequenceNumber:a},b)};k.AMT_AgentPresenceWatchdogVA_AddAction=function(a,b,c,g,n,d){k.Exec("AMT_AgentPresenceWatchdogVA","AddAction",{OldState:a,NewState:b,EventOnTransition:c,ActionSd:g,ActionEac:n},d)};k.AMT_AgentPresenceWatchdogVA_DeleteAllActions=function(a,b){k.Exec("AMT_AgentPresenceWatchdogVA",
106
-"DeleteAllActions",{_method_dummy:a},b)};k.AMT_AuditLog_ClearLog=function(a){k.Exec("AMT_AuditLog","ClearLog",{},a)};k.AMT_AuditLog_RequestStateChange=function(a,b,c){k.Exec("AMT_AuditLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.AMT_AuditLog_ReadRecords=function(a,b,c){k.Exec("AMT_AuditLog","ReadRecords",{StartIndex:a},b,c)};k.AMT_AuditLog_SetAuditLock=function(a,b,c,g){k.Exec("AMT_AuditLog","SetAuditLock",{LockTimeoutInSeconds:a,Flag:b,Handle:c},g)};k.AMT_AuditLog_ExportAuditLogSignature=
107
-function(a,b){k.Exec("AMT_AuditLog","ExportAuditLogSignature",{SigningMechanism:a},b)};k.AMT_AuditLog_SetSigningKeyMaterial=function(a,b,c,g,n){k.Exec("AMT_AuditLog","SetSigningKeyMaterial",{SigningMechanismType:a,SigningKey:b,LengthOfCertificates:c,Certificates:g},n)};k.AMT_AuditPolicyRule_SetAuditPolicy=function(a,b,c,g,n){k.Exec("AMT_AuditPolicyRule","SetAuditPolicy",{Enable:a,AuditedAppID:b,EventID:c,PolicyType:g},n)};k.AMT_AuditPolicyRule_SetAuditPolicyBulk=function(a,b,c,g,n){k.Exec("AMT_AuditPolicyRule",
108
-"SetAuditPolicyBulk",{Enable:a,AuditedAppID:b,EventID:c,PolicyType:g},n)};k.AMT_AuthorizationService_AddUserAclEntryEx=function(a,b,c,g,n,d){k.Exec("AMT_AuthorizationService","AddUserAclEntryEx",{DigestUsername:a,DigestPassword:b,KerberosUserSid:c,AccessPermission:g,Realms:n},d)};k.AMT_AuthorizationService_EnumerateUserAclEntries=function(a,b){k.Exec("AMT_AuthorizationService","EnumerateUserAclEntries",{StartIndex:a},b)};k.AMT_AuthorizationService_GetUserAclEntryEx=function(a,b,c){k.Exec("AMT_AuthorizationService",
109
-"GetUserAclEntryEx",{Handle:a},b,c)};k.AMT_AuthorizationService_UpdateUserAclEntryEx=function(a,b,c,g,n,d,e){k.Exec("AMT_AuthorizationService","UpdateUserAclEntryEx",{Handle:a,DigestUsername:b,DigestPassword:c,KerberosUserSid:g,AccessPermission:n,Realms:d},e)};k.AMT_AuthorizationService_RemoveUserAclEntry=function(a,b){k.Exec("AMT_AuthorizationService","RemoveUserAclEntry",{Handle:a},b)};k.AMT_AuthorizationService_SetAdminAclEntryEx=function(a,b,c){k.Exec("AMT_AuthorizationService","SetAdminAclEntryEx",
110
-{Username:a,DigestPassword:b},c)};k.AMT_AuthorizationService_GetAdminAclEntry=function(a){k.Exec("AMT_AuthorizationService","GetAdminAclEntry",{},a)};k.AMT_AuthorizationService_GetAdminAclEntryStatus=function(a){k.Exec("AMT_AuthorizationService","GetAdminAclEntryStatus",{},a)};k.AMT_AuthorizationService_GetAdminNetAclEntryStatus=function(a){k.Exec("AMT_AuthorizationService","GetAdminNetAclEntryStatus",{},a)};k.AMT_AuthorizationService_SetAclEnabledState=function(a,b,c,g){k.Exec("AMT_AuthorizationService",
111
-"SetAclEnabledState",{Handle:a,Enabled:b},c,g)};k.AMT_AuthorizationService_GetAclEnabledState=function(a,b,c){k.Exec("AMT_AuthorizationService","GetAclEnabledState",{Handle:a},b,c)};k.AMT_EndpointAccessControlService_RequestStateChange=function(a,b,c){k.Exec("AMT_EndpointAccessControlService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.AMT_EndpointAccessControlService_GetPosture=function(a,b){k.Exec("AMT_EndpointAccessControlService","GetPosture",{PostureType:a},b)};k.AMT_EndpointAccessControlService_GetPostureHash=
112
-function(a,b){k.Exec("AMT_EndpointAccessControlService","GetPostureHash",{PostureType:a},b)};k.AMT_EndpointAccessControlService_UpdatePostureState=function(a,b){k.Exec("AMT_EndpointAccessControlService","UpdatePostureState",{UpdateType:a},b)};k.AMT_EndpointAccessControlService_GetEacOptions=function(a){k.Exec("AMT_EndpointAccessControlService","GetEacOptions",{},a)};k.AMT_EndpointAccessControlService_SetEacOptions=function(a,b,c){k.Exec("AMT_EndpointAccessControlService","SetEacOptions",{EacVendors:a,
113
-PostureHashAlgorithm:b},c)};k.AMT_EnvironmentDetectionSettingData_SetSystemDefensePolicy=function(a,b){k.Exec("AMT_EnvironmentDetectionSettingData","SetSystemDefensePolicy",{Policy:a},b)};k.AMT_EnvironmentDetectionSettingData_EnableVpnRouting=function(a,b){k.Exec("AMT_EnvironmentDetectionSettingData","EnableVpnRouting",{Enable:a},b)};k.AMT_EthernetPortSettings_SetLinkPreference=function(a,b,c){k.Exec("AMT_EthernetPortSettings","SetLinkPreference",{LinkPreference:a,Timeout:b},c)};k.AMT_HeuristicPacketFilterStatistics_ResetSelectedStats=
114
-function(a,b){k.Exec("AMT_HeuristicPacketFilterStatistics","ResetSelectedStats",{SelectedStatistics:a},b)};k.AMT_KerberosSettingData_GetCredentialCacheState=function(a){k.Exec("AMT_KerberosSettingData","GetCredentialCacheState",{},a)};k.AMT_KerberosSettingData_SetCredentialCacheState=function(a,b){k.Exec("AMT_KerberosSettingData","SetCredentialCacheState",{Enable:a},b)};k.AMT_MessageLog_CancelIteration=function(a,b){k.Exec("AMT_MessageLog","CancelIteration",{IterationIdentifier:a},b)};k.AMT_MessageLog_RequestStateChange=
115
-function(a,b,c){k.Exec("AMT_MessageLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.AMT_MessageLog_ClearLog=function(a){k.Exec("AMT_MessageLog","ClearLog",{},a)};k.AMT_MessageLog_GetRecords=function(a,b,c,g){k.Exec("AMT_MessageLog","GetRecords",{IterationIdentifier:a,MaxReadRecords:b},c,g)};k.AMT_MessageLog_GetRecord=function(a,b,c){k.Exec("AMT_MessageLog","GetRecord",{IterationIdentifier:a,PositionToNext:b},c)};k.AMT_MessageLog_PositionAtRecord=function(a,b,c,g){k.Exec("AMT_MessageLog",
116
-"PositionAtRecord",{IterationIdentifier:a,MoveAbsolute:b,RecordNumber:c},g)};k.AMT_MessageLog_PositionToFirstRecord=function(a,b){k.Exec("AMT_MessageLog","PositionToFirstRecord",{},a,b)};k.AMT_MessageLog_FreezeLog=function(a,b){k.Exec("AMT_MessageLog","FreezeLog",{Freeze:a},b)};k.AMT_PublicKeyManagementService_AddCRL=function(a,b,c){k.Exec("AMT_PublicKeyManagementService","AddCRL",{Url:a,SerialNumbers:b},c)};k.AMT_PublicKeyManagementService_ResetCRLList=function(a,b){k.Exec("AMT_PublicKeyManagementService",
117
-"ResetCRLList",{_method_dummy:a},b)};k.AMT_PublicKeyManagementService_AddCertificate=function(a,b){k.Exec("AMT_PublicKeyManagementService","AddCertificate",{CertificateBlob:a},b)};k.AMT_PublicKeyManagementService_AddTrustedRootCertificate=function(a,b){k.Exec("AMT_PublicKeyManagementService","AddTrustedRootCertificate",{CertificateBlob:a},b)};k.AMT_PublicKeyManagementService_AddKey=function(a,b){k.Exec("AMT_PublicKeyManagementService","AddKey",{KeyBlob:a},b)};k.AMT_PublicKeyManagementService_GeneratePKCS10Request=
118
-function(a,b,c,g){k.Exec("AMT_PublicKeyManagementService","GeneratePKCS10Request",{KeyPair:a,DNName:b,Usage:c},g)};k.AMT_PublicKeyManagementService_GeneratePKCS10RequestEx=function(a,b,c,g){k.Exec("AMT_PublicKeyManagementService","GeneratePKCS10RequestEx",{KeyPair:a,SigningAlgorithm:b,NullSignedCertificateRequest:c},g)};k.AMT_PublicKeyManagementService_GenerateKeyPair=function(a,b,c){k.Exec("AMT_PublicKeyManagementService","GenerateKeyPair",{KeyAlgorithm:a,KeyLength:b},c)};k.AMT_RedirectionService_RequestStateChange=
119
-function(a,b){k.Exec("AMT_RedirectionService","RequestStateChange",{RequestedState:a},b)};k.AMT_RedirectionService_TerminateSession=function(a,b){k.Exec("AMT_RedirectionService","TerminateSession",{SessionType:a},b)};k.AMT_RemoteAccessService_AddMpServer=function(a,b,c,g,n,d,e,x,C){k.Exec("AMT_RemoteAccessService","AddMpServer",{AccessInfo:a,InfoFormat:b,Port:c,AuthMethod:g,Certificate:n,Username:d,Password:e,CN:x},C)};k.AMT_RemoteAccessService_AddRemoteAccessPolicyRule=function(a,b,c,g,n,d){k.Exec("AMT_RemoteAccessService",
120
-"AddRemoteAccessPolicyRule",{Trigger:a,TunnelLifeTime:b,ExtendedData:c,MpServer:g,InternalMpServer:n},d)};k.AMT_RemoteAccessService_CloseRemoteAccessConnection=function(a,b){k.Exec("AMT_RemoteAccessService","CloseRemoteAccessConnection",{_method_dummy:a},b)};k.AMT_SetupAndConfigurationService_CommitChanges=function(a,b){k.Exec("AMT_SetupAndConfigurationService","CommitChanges",{_method_dummy:a},b)};k.AMT_SetupAndConfigurationService_Unprovision=function(a,b){k.Exec("AMT_SetupAndConfigurationService",
121
-"Unprovision",{ProvisioningMode:a},b)};k.AMT_SetupAndConfigurationService_PartialUnprovision=function(a,b){k.Exec("AMT_SetupAndConfigurationService","PartialUnprovision",{_method_dummy:a},b)};k.AMT_SetupAndConfigurationService_ResetFlashWearOutProtection=function(a,b){k.Exec("AMT_SetupAndConfigurationService","ResetFlashWearOutProtection",{_method_dummy:a},b)};k.AMT_SetupAndConfigurationService_ExtendProvisioningPeriod=function(a,b){k.Exec("AMT_SetupAndConfigurationService","ExtendProvisioningPeriod",
122
-{Duration:a},b)};k.AMT_SetupAndConfigurationService_SetMEBxPassword=function(a,b){k.Exec("AMT_SetupAndConfigurationService","SetMEBxPassword",{Password:a},b)};k.AMT_SetupAndConfigurationService_SetTLSPSK=function(a,b,c){k.Exec("AMT_SetupAndConfigurationService","SetTLSPSK",{PID:a,PPS:b},c)};k.AMT_SetupAndConfigurationService_GetProvisioningAuditRecord=function(a){k.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecord",{},a)};k.AMT_SetupAndConfigurationService_GetUuid=function(a){k.Exec("AMT_SetupAndConfigurationService",
123
-"GetUuid",{},a)};k.AMT_SetupAndConfigurationService_GetUnprovisionBlockingComponents=function(a){k.Exec("AMT_SetupAndConfigurationService","GetUnprovisionBlockingComponents",{},a)};k.AMT_SetupAndConfigurationService_GetProvisioningAuditRecordV2=function(a){k.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecordV2",{},a)};k.AMT_SystemDefensePolicy_GetTimeout=function(a){k.Exec("AMT_SystemDefensePolicy","GetTimeout",{},a)};k.AMT_SystemDefensePolicy_SetTimeout=function(a,b){k.Exec("AMT_SystemDefensePolicy",
124
-"SetTimeout",{Timeout:a},b)};k.AMT_SystemDefensePolicy_UpdateStatistics=function(a,b,c,g,n,d){k.Exec("AMT_SystemDefensePolicy","UpdateStatistics",{NetworkInterface:a,ResetOnRead:b},c,g,n,d)};k.AMT_SystemPowerScheme_SetPowerScheme=function(a,b,c){k.Exec("AMT_SystemPowerScheme","SetPowerScheme",{},a,c,0,{InstanceID:b})};k.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch=function(a,b){k.Exec("AMT_TimeSynchronizationService","GetLowAccuracyTimeSynch",{},a,b)};k.AMT_TimeSynchronizationService_SetHighAccuracyTimeSynch=
125
-function(a,b,c,g,n){k.Exec("AMT_TimeSynchronizationService","SetHighAccuracyTimeSynch",{Ta0:a,Tm1:b,Tm2:c},g,n)};k.AMT_UserInitiatedConnectionService_RequestStateChange=function(a,b,c){k.Exec("AMT_UserInitiatedConnectionService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.AMT_WebUIService_RequestStateChange=function(a,b,c){k.Exec("AMT_WebUIService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.AMT_WiFiPortConfigurationService_AddWiFiSettings=function(a,b,c,g,n,d){k.ExecWithXml("AMT_WiFiPortConfigurationService",
126
-"AddWiFiSettings",{WiFiEndpoint:a,WiFiEndpointSettingsInput:b,IEEE8021xSettingsInput:c,ClientCredential:g,CACredential:n},d)};k.AMT_WiFiPortConfigurationService_UpdateWiFiSettings=function(a,b,c,g,n,d){k.ExecWithXml("AMT_WiFiPortConfigurationService","UpdateWiFiSettings",{WiFiEndpointSettings:a,WiFiEndpointSettingsInput:b,IEEE8021xSettingsInput:c,ClientCredential:g,CACredential:n},d)};k.AMT_WiFiPortConfigurationService_DeleteAllITProfiles=function(a,b){k.Exec("AMT_WiFiPortConfigurationService","DeleteAllITProfiles",
127
-{_method_dummy:a},b)};k.AMT_WiFiPortConfigurationService_DeleteAllUserProfiles=function(a,b){k.Exec("AMT_WiFiPortConfigurationService","DeleteAllUserProfiles",{_method_dummy:a},b)};k.CIM_Account_RequestStateChange=function(a,b,c){k.Exec("CIM_Account","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_AccountManagementService_CreateAccount=function(a,b,c){k.Exec("CIM_AccountManagementService","CreateAccount",{System:a,AccountTemplate:b},c)};k.CIM_BootConfigSetting_ChangeBootOrder=function(a,
128
-b){k.Exec("CIM_BootConfigSetting","ChangeBootOrder",{Source:a},b)};k.CIM_BootService_SetBootConfigRole=function(a,b,c){k.Exec("CIM_BootService","SetBootConfigRole",{BootConfigSetting:a,Role:b},c,0,1)};k.CIM_Card_ConnectorPower=function(a,b,c){k.Exec("CIM_Card","ConnectorPower",{Connector:a,PoweredOn:b},c)};k.CIM_Card_IsCompatible=function(a,b){k.Exec("CIM_Card","IsCompatible",{ElementToCheck:a},b)};k.CIM_Chassis_IsCompatible=function(a,b){k.Exec("CIM_Chassis","IsCompatible",{ElementToCheck:a},b)};
129
-k.CIM_Fan_SetSpeed=function(a,b){k.Exec("CIM_Fan","SetSpeed",{DesiredSpeed:a},b)};k.CIM_KVMRedirectionSAP_RequestStateChange=function(a,b,c){k.Exec("CIM_KVMRedirectionSAP","RequestStateChange",{RequestedState:a},c)};k.CIM_MediaAccessDevice_LockMedia=function(a,b){k.Exec("CIM_MediaAccessDevice","LockMedia",{Lock:a},b)};k.CIM_MediaAccessDevice_SetPowerState=function(a,b,c){k.Exec("CIM_MediaAccessDevice","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_MediaAccessDevice_Reset=function(a){k.Exec("CIM_MediaAccessDevice",
130
-"Reset",{},a)};k.CIM_MediaAccessDevice_EnableDevice=function(a,b){k.Exec("CIM_MediaAccessDevice","EnableDevice",{Enabled:a},b)};k.CIM_MediaAccessDevice_OnlineDevice=function(a,b){k.Exec("CIM_MediaAccessDevice","OnlineDevice",{Online:a},b)};k.CIM_MediaAccessDevice_QuiesceDevice=function(a,b){k.Exec("CIM_MediaAccessDevice","QuiesceDevice",{Quiesce:a},b)};k.CIM_MediaAccessDevice_SaveProperties=function(a){k.Exec("CIM_MediaAccessDevice","SaveProperties",{},a)};k.CIM_MediaAccessDevice_RestoreProperties=
131
-function(a){k.Exec("CIM_MediaAccessDevice","RestoreProperties",{},a)};k.CIM_MediaAccessDevice_RequestStateChange=function(a,b,c){k.Exec("CIM_MediaAccessDevice","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_PhysicalFrame_IsCompatible=function(a,b){k.Exec("CIM_PhysicalFrame","IsCompatible",{ElementToCheck:a},b)};k.CIM_PhysicalPackage_IsCompatible=function(a,b){k.Exec("CIM_PhysicalPackage","IsCompatible",{ElementToCheck:a},b)};k.CIM_PowerManagementService_RequestPowerStateChange=
132
-function(a,b,c,g,n){k.Exec("CIM_PowerManagementService","RequestPowerStateChange",{PowerState:a,ManagedElement:b,Time:c,TimeoutPeriod:g},n,0,1)};k.CIM_PowerSupply_SetPowerState=function(a,b,c){k.Exec("CIM_PowerSupply","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_PowerSupply_Reset=function(a){k.Exec("CIM_PowerSupply","Reset",{},a)};k.CIM_PowerSupply_EnableDevice=function(a,b){k.Exec("CIM_PowerSupply","EnableDevice",{Enabled:a},b)};k.CIM_PowerSupply_OnlineDevice=function(a,b){k.Exec("CIM_PowerSupply",
133
-"OnlineDevice",{Online:a},b)};k.CIM_PowerSupply_QuiesceDevice=function(a,b){k.Exec("CIM_PowerSupply","QuiesceDevice",{Quiesce:a},b)};k.CIM_PowerSupply_SaveProperties=function(a){k.Exec("CIM_PowerSupply","SaveProperties",{},a)};k.CIM_PowerSupply_RestoreProperties=function(a){k.Exec("CIM_PowerSupply","RestoreProperties",{},a)};k.CIM_PowerSupply_RequestStateChange=function(a,b,c){k.Exec("CIM_PowerSupply","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_Processor_SetPowerState=function(a,
134
-b,c){k.Exec("CIM_Processor","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_Processor_Reset=function(a){k.Exec("CIM_Processor","Reset",{},a)};k.CIM_Processor_EnableDevice=function(a,b){k.Exec("CIM_Processor","EnableDevice",{Enabled:a},b)};k.CIM_Processor_OnlineDevice=function(a,b){k.Exec("CIM_Processor","OnlineDevice",{Online:a},b)};k.CIM_Processor_QuiesceDevice=function(a,b){k.Exec("CIM_Processor","QuiesceDevice",{Quiesce:a},b)};k.CIM_Processor_SaveProperties=function(a){k.Exec("CIM_Processor","SaveProperties",
135
-{},a)};k.CIM_Processor_RestoreProperties=function(a){k.Exec("CIM_Processor","RestoreProperties",{},a)};k.CIM_Processor_RequestStateChange=function(a,b,c){k.Exec("CIM_Processor","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_RecordLog_ClearLog=function(a){k.Exec("CIM_RecordLog","ClearLog",{},a)};k.CIM_RecordLog_RequestStateChange=function(a,b,c){k.Exec("CIM_RecordLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_RedirectionService_RequestStateChange=function(a,
136
-b,c){k.Exec("CIM_RedirectionService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_Sensor_SetPowerState=function(a,b,c){k.Exec("CIM_Sensor","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_Sensor_Reset=function(a){k.Exec("CIM_Sensor","Reset",{},a)};k.CIM_Sensor_EnableDevice=function(a,b){k.Exec("CIM_Sensor","EnableDevice",{Enabled:a},b)};k.CIM_Sensor_OnlineDevice=function(a,b){k.Exec("CIM_Sensor","OnlineDevice",{Online:a},b)};k.CIM_Sensor_QuiesceDevice=function(a,b){k.Exec("CIM_Sensor",
137
-"QuiesceDevice",{Quiesce:a},b)};k.CIM_Sensor_SaveProperties=function(a){k.Exec("CIM_Sensor","SaveProperties",{},a)};k.CIM_Sensor_RestoreProperties=function(a){k.Exec("CIM_Sensor","RestoreProperties",{},a)};k.CIM_Sensor_RequestStateChange=function(a,b,c){k.Exec("CIM_Sensor","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_StatisticalData_ResetSelectedStats=function(a,b){k.Exec("CIM_StatisticalData","ResetSelectedStats",{SelectedStatistics:a},b)};k.CIM_Watchdog_KeepAlive=function(a){k.Exec("CIM_Watchdog",
138
-"KeepAlive",{},a)};k.CIM_Watchdog_SetPowerState=function(a,b,c){k.Exec("CIM_Watchdog","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_Watchdog_Reset=function(a){k.Exec("CIM_Watchdog","Reset",{},a)};k.CIM_Watchdog_EnableDevice=function(a,b){k.Exec("CIM_Watchdog","EnableDevice",{Enabled:a},b)};k.CIM_Watchdog_OnlineDevice=function(a,b){k.Exec("CIM_Watchdog","OnlineDevice",{Online:a},b)};k.CIM_Watchdog_QuiesceDevice=function(a,b){k.Exec("CIM_Watchdog","QuiesceDevice",{Quiesce:a},b)};k.CIM_Watchdog_SaveProperties=
139
-function(a){k.Exec("CIM_Watchdog","SaveProperties",{},a)};k.CIM_Watchdog_RestoreProperties=function(a){k.Exec("CIM_Watchdog","RestoreProperties",{},a)};k.CIM_Watchdog_RequestStateChange=function(a,b,c){k.Exec("CIM_Watchdog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.CIM_WiFiPort_SetPowerState=function(a,b,c){k.Exec("CIM_WiFiPort","SetPowerState",{PowerState:a,Time:b},c)};k.CIM_WiFiPort_Reset=function(a){k.Exec("CIM_WiFiPort","Reset",{},a)};k.CIM_WiFiPort_EnableDevice=function(a,
140
-b){k.Exec("CIM_WiFiPort","EnableDevice",{Enabled:a},b)};k.CIM_WiFiPort_OnlineDevice=function(a,b){k.Exec("CIM_WiFiPort","OnlineDevice",{Online:a},b)};k.CIM_WiFiPort_QuiesceDevice=function(a,b){k.Exec("CIM_WiFiPort","QuiesceDevice",{Quiesce:a},b)};k.CIM_WiFiPort_SaveProperties=function(a){k.Exec("CIM_WiFiPort","SaveProperties",{},a)};k.CIM_WiFiPort_RestoreProperties=function(a){k.Exec("CIM_WiFiPort","RestoreProperties",{},a)};k.CIM_WiFiPort_RequestStateChange=function(a,b,c){k.Exec("CIM_WiFiPort",
141
-"RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.IPS_HostBasedSetupService_Setup=function(a,b,c,g,n,d,e){k.Exec("IPS_HostBasedSetupService","Setup",{NetAdminPassEncryptionType:a,NetworkAdminPassword:b,McNonce:c,Certificate:g,SigningAlgorithm:n,DigitalSignature:d},e)};k.IPS_HostBasedSetupService_AddNextCertInChain=function(a,b,c,g){k.Exec("IPS_HostBasedSetupService","AddNextCertInChain",{NextCertificate:a,IsLeafCertificate:b,IsRootCertificate:c},g)};k.IPS_HostBasedSetupService_AdminSetup=
142
-function(a,b,c,g,n,d){k.Exec("IPS_HostBasedSetupService","AdminSetup",{NetAdminPassEncryptionType:a,NetworkAdminPassword:b,McNonce:c,SigningAlgorithm:g,DigitalSignature:n},d)};k.IPS_HostBasedSetupService_UpgradeClientToAdmin=function(a,b,c,g){k.Exec("IPS_HostBasedSetupService","UpgradeClientToAdmin",{McNonce:a,SigningAlgorithm:b,DigitalSignature:c},g)};k.IPS_HostBasedSetupService_DisableClientControlMode=function(a,b){k.Exec("IPS_HostBasedSetupService","DisableClientControlMode",{_method_dummy:a},
143
-b)};k.IPS_KVMRedirectionSettingData_TerminateSession=function(a){k.Exec("IPS_KVMRedirectionSettingData","TerminateSession",{},a)};k.IPS_KVMRedirectionSettingData_DataChannelRead=function(a){k.Exec("IPS_KVMRedirectionSettingData","DataChannelRead",{},a)};k.IPS_KVMRedirectionSettingData_DataChannelWrite=function(a,b){k.Exec("IPS_KVMRedirectionSettingData","DataChannelWrite",{DataMessage:a},b)};k.IPS_OptInService_StartOptIn=function(a){k.Exec("IPS_OptInService","StartOptIn",{},a)};k.IPS_OptInService_CancelOptIn=
144
-function(a){k.Exec("IPS_OptInService","CancelOptIn",{},a)};k.IPS_OptInService_SendOptInCode=function(a,b){k.Exec("IPS_OptInService","SendOptInCode",{OptInCode:a},b)};k.IPS_OptInService_StartService=function(a){k.Exec("IPS_OptInService","StartService",{},a)};k.IPS_OptInService_StopService=function(a){k.Exec("IPS_OptInService","StopService",{},a)};k.IPS_OptInService_RequestStateChange=function(a,b,c){k.Exec("IPS_OptInService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.IPS_ProvisioningRecordLog_RequestStateChange=
145
-function(a,b,c){k.Exec("IPS_ProvisioningRecordLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};k.IPS_ProvisioningRecordLog_ClearLog=function(a,b){k.Exec("IPS_ProvisioningRecordLog","ClearLog",{_method_dummy:a},b)};k.IPS_ScreenConfigurationService_SetSessionState=function(a,b,c){k.Exec("IPS_ScreenConfigurationService","SetSessionState",{SessionState:a,ConsecutiveRebootsNum:b},c)};k.IPS_SecIOService_RequestStateChange=function(a,b,c){k.Exec("IPS_SecIOService","RequestStateChange",{RequestedState:a,
146
-TimeoutPeriod:b},c)};k.IPS_HTTPProxyService_AddProxyAccessPoint=function(a,b,c,g,n){k.Exec("IPS_HTTPProxyService","AddProxyAccessPoint",{AccessInfo:a,InfoFormat:b,Port:c,NetworkDnsSuffix:g},n)};k.AmtStatusToStr=function(a){return k.AmtStatusCodes[a]?k.AmtStatusCodes[a]:"UNKNOWN_ERROR"};k.AmtStatusCodes={0:"SUCCESS",1:"INTERNAL_ERROR",2:"NOT_READY",3:"INVALID_PT_MODE",4:"INVALID_MESSAGE_LENGTH",5:"TABLE_FINGERPRINT_NOT_AVAILABLE",6:"INTEGRITY_CHECK_FAILED",7:"UNSUPPORTED_ISVS_VERSION",8:"APPLICATION_NOT_REGISTERED",
94
+if(170==c[0]&&32==c[1]&&4==c[2]&&0==c[3])return"Certificate revoked. "}return 6==a?"Authentication failed "+(c[1]+(c[2]<<8))+" times. The system may be under attack.":30==a?"No bootable media":32==a?"Operating system lockup or power interrupt":35==a?"System boot failure":37==a?"System firmware started (at least one CPU is properly executing).":"Unknown Sensor Type #"+a}function v(a,b,c,g,n){if(200!=g)n[0](h,[],g);else{var d,e,y=n[1],k=new Date,m;if(0<c.Body.RecordsReturned)for(e in c.Body.EventRecords=
95
+MakeToArray(c.Body.EventRecords),c.Body.EventRecords){a=null;try{a=window.atob(c.Body.EventRecords[e])}catch(z){console.log(z+" "+c.Body.EventRecords[e])}b={AuditAppID:ReadShort(a,0),EventID:ReadShort(a,2),InitiatorType:a.charCodeAt(4)};b.AuditApp=u[b.AuditAppID];b.Event=u[100*b.AuditAppID+b.EventID];b.Event||(b.Event="#"+b.EventID);0==b.InitiatorType&&(d=a.charCodeAt(5),b.Initiator=a.substring(6,6+d),d=6+d);1==b.InitiatorType&&(b.KerberosUserInDomain=ReadInt(a,5),d=a.charCodeAt(9),b.Initiator=GetSidString(a.substring(10,
96
+10+d)),d=10+d);2==b.InitiatorType&&(b.Initiator="<i>Local</i>",d=5);3==b.InitiatorType&&(b.Initiator="<i>KVM Default Port</i>",d=5);m=ReadInt(a,d);b.Time=new Date(1E3*(m+60*k.getTimezoneOffset()));d+=4;b.MCLocationType=a.charCodeAt(d++);m=a.charCodeAt(d++);b.NetAddress=a.substring(d,d+m);d+=m;m=a.charCodeAt(d++);b.Ex=a.substring(d,d+m);b.ExStr=h.GetAuditLogExtendedDataStr(100*b.AuditAppID+b.EventID,b.Ex);y.push(b)}if(c.Body.TotalRecordCount>y.length)h.AMT_AuditLog_ReadRecords(y.length+1,v,[n[0],y]);
97
+else n[0](h,y,g)}}var h={};h.wsman=b;h.pfx=["http://intel.com/wbem/wscim/1/amt-schema/1/","http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/","http://intel.com/wbem/wscim/1/ips-schema/1/"];h.PendingEnums=[];h.PendingBatchOperations=0;h.ActiveEnumsCount=0;h.MaxActiveEnumsCount=1;h.onProcessChanged=null;var z=0,B=0;h.GetPendingActions=function(){return 2*h.PendingEnums.length+h.ActiveEnumsCount+h.wsman.comm.PendingAjax.length+h.wsman.comm.ActiveAjaxCount+h.PendingBatchOperations};h.Subscribe=function(a,
98
+b,g,n,d,e,A,y,k,m){h.wsman.ExecSubscribe(h.CompleteName(a),b,g,function(b,g,w,e){c();n(h,a,w,e,d)},0,e,A,y,k,m);c()};h.UnSubscribe=function(a,b,g,n,d){h.wsman.ExecUnSubscribe(h.CompleteName(a),function(n,d,e,k){c();b(h,a,e,k,g)},0,n,d);c()};h.Get=function(a,b,g,n){h.wsman.ExecGet(h.CompleteName(a),function(n,d,e,y){c();b(h,a,e,y,g)},0,n);c()};h.Put=function(a,b,g,n,d,e){h.wsman.ExecPut(h.CompleteName(a),b,function(b,d,e,k){c();g(h,a,e,k,n)},0,d,e);c()};h.Create=function(a,b,g,n,d){h.wsman.ExecCreate(h.CompleteName(a),
99
+b,function(b,d,e,k){c();g(h,a,e,k,n)},0,d);c()};h.Delete=function(a,b,g,n,d){h.wsman.ExecDelete(h.CompleteName(a),b,function(b,d,e,k){c();g(h,a,e,k,n)},0,d);c()};h.Exec=function(a,b,g,n,d,e,A){h.wsman.ExecMethod(h.CompleteName(a),b,g,function(b,g,e,w){c();n(h,a,h.CompleteExecResponse(e),w,d)},0,e,A);c()};h.ExecWithXml=function(a,b,g,n,d,e,A){h.wsman.ExecMethodXml(h.CompleteName(a),b,execArgumentsToXml(g),function(b,g,e,w){c();n(h,a,h.CompleteExecResponse(e),w,d)},0,e,A);c()};h.Enum=function(b,g,n,
100
+d){h.ActiveEnumsCount<h.MaxActiveEnumsCount?(h.ActiveEnumsCount++,h.wsman.ExecEnum(h.CompleteName(b),function(n,d,e,w,k){c();a(b,e,g,d,w,k)},n,d)):h.PendingEnums.push([b,g,n,d]);c()};h.BatchEnum=function(a,b,g,n,d,e){h.PendingBatchOperations+=2*b.length;l(a,Clone(b),g,n,{},d,e);c()};h.BatchGet=function(a,b,g,n,d){p({name:a,names:b,callback:g,current:0,responses:{},tag:n,pri:d});c()};h.CompleteName=function(a){if(0==a.indexOf("AMT_"))return h.pfx[0]+a;if(0==a.indexOf("CIM_"))return h.pfx[1]+a;if(0==
101
+a.indexOf("IPS_"))return h.pfx[2]+a};h.CompleteExecResponse=function(a){a&&null!=a&&a.Body&&void 0!=a.Body.ReturnValue&&(a.Body.ReturnValueStr=h.AmtStatusToStr(a.Body.ReturnValue));return a};h.RequestPowerStateChange=function(a,b){h.CIM_PowerManagementService_RequestPowerStateChange(a,'<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="CreationClassName">CIM_ComputerSystem</Selector><Selector Name="Name">ManagedSystem</Selector></SelectorSet></ReferenceParameters>',
102
+null,null,b)};h.SetBootConfigRole=function(a,b){h.CIM_BootService_SetBootConfigRole('<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="InstanceID">Intel(r) AMT: Boot Configuration 0</Selector></SelectorSet></ReferenceParameters>',
103
+a,b)};h.CancelAllQueries=function(a){h.wsman.CancelAllQueries(a)};h.AMT_AgentPresenceWatchdog_RegisterAgent=function(a){h.Exec("AMT_AgentPresenceWatchdog","RegisterAgent",{},a)};h.AMT_AgentPresenceWatchdog_AssertPresence=function(a,b){h.Exec("AMT_AgentPresenceWatchdog","AssertPresence",{SequenceNumber:a},b)};h.AMT_AgentPresenceWatchdog_AssertShutdown=function(a,b){h.Exec("AMT_AgentPresenceWatchdog","AssertShutdown",{SequenceNumber:a},b)};h.AMT_AgentPresenceWatchdog_AddAction=function(a,b,c,g,n,d,
104
+e,y,k){h.Exec("AMT_AgentPresenceWatchdog","AddAction",{OldState:a,NewState:b,EventOnTransition:c,ActionSd:g,ActionEac:n},d,e,y,k)};h.AMT_AgentPresenceWatchdog_DeleteAllActions=function(a,b,c,g){h.Exec("AMT_AgentPresenceWatchdog","DeleteAllActions",{},a,b,c,g)};h.AMT_AgentPresenceWatchdogAction_GetActionEac=function(a){h.Exec("AMT_AgentPresenceWatchdogAction","GetActionEac",{},a)};h.AMT_AgentPresenceWatchdogVA_RegisterAgent=function(a){h.Exec("AMT_AgentPresenceWatchdogVA","RegisterAgent",{},a)};h.AMT_AgentPresenceWatchdogVA_AssertPresence=
105
+function(a,b){h.Exec("AMT_AgentPresenceWatchdogVA","AssertPresence",{SequenceNumber:a},b)};h.AMT_AgentPresenceWatchdogVA_AssertShutdown=function(a,b){h.Exec("AMT_AgentPresenceWatchdogVA","AssertShutdown",{SequenceNumber:a},b)};h.AMT_AgentPresenceWatchdogVA_AddAction=function(a,b,c,g,n,d){h.Exec("AMT_AgentPresenceWatchdogVA","AddAction",{OldState:a,NewState:b,EventOnTransition:c,ActionSd:g,ActionEac:n},d)};h.AMT_AgentPresenceWatchdogVA_DeleteAllActions=function(a,b){h.Exec("AMT_AgentPresenceWatchdogVA",
106
+"DeleteAllActions",{_method_dummy:a},b)};h.AMT_AuditLog_ClearLog=function(a){h.Exec("AMT_AuditLog","ClearLog",{},a)};h.AMT_AuditLog_RequestStateChange=function(a,b,c){h.Exec("AMT_AuditLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.AMT_AuditLog_ReadRecords=function(a,b,c){h.Exec("AMT_AuditLog","ReadRecords",{StartIndex:a},b,c)};h.AMT_AuditLog_SetAuditLock=function(a,b,c,g){h.Exec("AMT_AuditLog","SetAuditLock",{LockTimeoutInSeconds:a,Flag:b,Handle:c},g)};h.AMT_AuditLog_ExportAuditLogSignature=
107
+function(a,b){h.Exec("AMT_AuditLog","ExportAuditLogSignature",{SigningMechanism:a},b)};h.AMT_AuditLog_SetSigningKeyMaterial=function(a,b,c,g,n){h.Exec("AMT_AuditLog","SetSigningKeyMaterial",{SigningMechanismType:a,SigningKey:b,LengthOfCertificates:c,Certificates:g},n)};h.AMT_AuditPolicyRule_SetAuditPolicy=function(a,b,c,g,n){h.Exec("AMT_AuditPolicyRule","SetAuditPolicy",{Enable:a,AuditedAppID:b,EventID:c,PolicyType:g},n)};h.AMT_AuditPolicyRule_SetAuditPolicyBulk=function(a,b,c,g,n){h.Exec("AMT_AuditPolicyRule",
108
+"SetAuditPolicyBulk",{Enable:a,AuditedAppID:b,EventID:c,PolicyType:g},n)};h.AMT_AuthorizationService_AddUserAclEntryEx=function(a,b,c,g,n,d){h.Exec("AMT_AuthorizationService","AddUserAclEntryEx",{DigestUsername:a,DigestPassword:b,KerberosUserSid:c,AccessPermission:g,Realms:n},d)};h.AMT_AuthorizationService_EnumerateUserAclEntries=function(a,b){h.Exec("AMT_AuthorizationService","EnumerateUserAclEntries",{StartIndex:a},b)};h.AMT_AuthorizationService_GetUserAclEntryEx=function(a,b,c){h.Exec("AMT_AuthorizationService",
109
+"GetUserAclEntryEx",{Handle:a},b,c)};h.AMT_AuthorizationService_UpdateUserAclEntryEx=function(a,b,c,g,n,d,e){h.Exec("AMT_AuthorizationService","UpdateUserAclEntryEx",{Handle:a,DigestUsername:b,DigestPassword:c,KerberosUserSid:g,AccessPermission:n,Realms:d},e)};h.AMT_AuthorizationService_RemoveUserAclEntry=function(a,b){h.Exec("AMT_AuthorizationService","RemoveUserAclEntry",{Handle:a},b)};h.AMT_AuthorizationService_SetAdminAclEntryEx=function(a,b,c){h.Exec("AMT_AuthorizationService","SetAdminAclEntryEx",
110
+{Username:a,DigestPassword:b},c)};h.AMT_AuthorizationService_GetAdminAclEntry=function(a){h.Exec("AMT_AuthorizationService","GetAdminAclEntry",{},a)};h.AMT_AuthorizationService_GetAdminAclEntryStatus=function(a){h.Exec("AMT_AuthorizationService","GetAdminAclEntryStatus",{},a)};h.AMT_AuthorizationService_GetAdminNetAclEntryStatus=function(a){h.Exec("AMT_AuthorizationService","GetAdminNetAclEntryStatus",{},a)};h.AMT_AuthorizationService_SetAclEnabledState=function(a,b,c,g){h.Exec("AMT_AuthorizationService",
111
+"SetAclEnabledState",{Handle:a,Enabled:b},c,g)};h.AMT_AuthorizationService_GetAclEnabledState=function(a,b,c){h.Exec("AMT_AuthorizationService","GetAclEnabledState",{Handle:a},b,c)};h.AMT_EndpointAccessControlService_RequestStateChange=function(a,b,c){h.Exec("AMT_EndpointAccessControlService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.AMT_EndpointAccessControlService_GetPosture=function(a,b){h.Exec("AMT_EndpointAccessControlService","GetPosture",{PostureType:a},b)};h.AMT_EndpointAccessControlService_GetPostureHash=
112
+function(a,b){h.Exec("AMT_EndpointAccessControlService","GetPostureHash",{PostureType:a},b)};h.AMT_EndpointAccessControlService_UpdatePostureState=function(a,b){h.Exec("AMT_EndpointAccessControlService","UpdatePostureState",{UpdateType:a},b)};h.AMT_EndpointAccessControlService_GetEacOptions=function(a){h.Exec("AMT_EndpointAccessControlService","GetEacOptions",{},a)};h.AMT_EndpointAccessControlService_SetEacOptions=function(a,b,c){h.Exec("AMT_EndpointAccessControlService","SetEacOptions",{EacVendors:a,
113
+PostureHashAlgorithm:b},c)};h.AMT_EnvironmentDetectionSettingData_SetSystemDefensePolicy=function(a,b){h.Exec("AMT_EnvironmentDetectionSettingData","SetSystemDefensePolicy",{Policy:a},b)};h.AMT_EnvironmentDetectionSettingData_EnableVpnRouting=function(a,b){h.Exec("AMT_EnvironmentDetectionSettingData","EnableVpnRouting",{Enable:a},b)};h.AMT_EthernetPortSettings_SetLinkPreference=function(a,b,c){h.Exec("AMT_EthernetPortSettings","SetLinkPreference",{LinkPreference:a,Timeout:b},c)};h.AMT_HeuristicPacketFilterStatistics_ResetSelectedStats=
114
+function(a,b){h.Exec("AMT_HeuristicPacketFilterStatistics","ResetSelectedStats",{SelectedStatistics:a},b)};h.AMT_KerberosSettingData_GetCredentialCacheState=function(a){h.Exec("AMT_KerberosSettingData","GetCredentialCacheState",{},a)};h.AMT_KerberosSettingData_SetCredentialCacheState=function(a,b){h.Exec("AMT_KerberosSettingData","SetCredentialCacheState",{Enable:a},b)};h.AMT_MessageLog_CancelIteration=function(a,b){h.Exec("AMT_MessageLog","CancelIteration",{IterationIdentifier:a},b)};h.AMT_MessageLog_RequestStateChange=
115
+function(a,b,c){h.Exec("AMT_MessageLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.AMT_MessageLog_ClearLog=function(a){h.Exec("AMT_MessageLog","ClearLog",{},a)};h.AMT_MessageLog_GetRecords=function(a,b,c,g){h.Exec("AMT_MessageLog","GetRecords",{IterationIdentifier:a,MaxReadRecords:b},c,g)};h.AMT_MessageLog_GetRecord=function(a,b,c){h.Exec("AMT_MessageLog","GetRecord",{IterationIdentifier:a,PositionToNext:b},c)};h.AMT_MessageLog_PositionAtRecord=function(a,b,c,g){h.Exec("AMT_MessageLog",
116
+"PositionAtRecord",{IterationIdentifier:a,MoveAbsolute:b,RecordNumber:c},g)};h.AMT_MessageLog_PositionToFirstRecord=function(a,b){h.Exec("AMT_MessageLog","PositionToFirstRecord",{},a,b)};h.AMT_MessageLog_FreezeLog=function(a,b){h.Exec("AMT_MessageLog","FreezeLog",{Freeze:a},b)};h.AMT_PublicKeyManagementService_AddCRL=function(a,b,c){h.Exec("AMT_PublicKeyManagementService","AddCRL",{Url:a,SerialNumbers:b},c)};h.AMT_PublicKeyManagementService_ResetCRLList=function(a,b){h.Exec("AMT_PublicKeyManagementService",
117
+"ResetCRLList",{_method_dummy:a},b)};h.AMT_PublicKeyManagementService_AddCertificate=function(a,b){h.Exec("AMT_PublicKeyManagementService","AddCertificate",{CertificateBlob:a},b)};h.AMT_PublicKeyManagementService_AddTrustedRootCertificate=function(a,b){h.Exec("AMT_PublicKeyManagementService","AddTrustedRootCertificate",{CertificateBlob:a},b)};h.AMT_PublicKeyManagementService_AddKey=function(a,b){h.Exec("AMT_PublicKeyManagementService","AddKey",{KeyBlob:a},b)};h.AMT_PublicKeyManagementService_GeneratePKCS10Request=
118
+function(a,b,c,g){h.Exec("AMT_PublicKeyManagementService","GeneratePKCS10Request",{KeyPair:a,DNName:b,Usage:c},g)};h.AMT_PublicKeyManagementService_GeneratePKCS10RequestEx=function(a,b,c,g){h.Exec("AMT_PublicKeyManagementService","GeneratePKCS10RequestEx",{KeyPair:a,SigningAlgorithm:b,NullSignedCertificateRequest:c},g)};h.AMT_PublicKeyManagementService_GenerateKeyPair=function(a,b,c){h.Exec("AMT_PublicKeyManagementService","GenerateKeyPair",{KeyAlgorithm:a,KeyLength:b},c)};h.AMT_RedirectionService_RequestStateChange=
119
+function(a,b){h.Exec("AMT_RedirectionService","RequestStateChange",{RequestedState:a},b)};h.AMT_RedirectionService_TerminateSession=function(a,b){h.Exec("AMT_RedirectionService","TerminateSession",{SessionType:a},b)};h.AMT_RemoteAccessService_AddMpServer=function(a,b,c,g,n,d,e,y,k){h.Exec("AMT_RemoteAccessService","AddMpServer",{AccessInfo:a,InfoFormat:b,Port:c,AuthMethod:g,Certificate:n,Username:d,Password:e,CN:y},k)};h.AMT_RemoteAccessService_AddRemoteAccessPolicyRule=function(a,b,c,g,n,d){h.Exec("AMT_RemoteAccessService",
120
+"AddRemoteAccessPolicyRule",{Trigger:a,TunnelLifeTime:b,ExtendedData:c,MpServer:g,InternalMpServer:n},d)};h.AMT_RemoteAccessService_CloseRemoteAccessConnection=function(a,b){h.Exec("AMT_RemoteAccessService","CloseRemoteAccessConnection",{_method_dummy:a},b)};h.AMT_SetupAndConfigurationService_CommitChanges=function(a,b){h.Exec("AMT_SetupAndConfigurationService","CommitChanges",{_method_dummy:a},b)};h.AMT_SetupAndConfigurationService_Unprovision=function(a,b){h.Exec("AMT_SetupAndConfigurationService",
121
+"Unprovision",{ProvisioningMode:a},b)};h.AMT_SetupAndConfigurationService_PartialUnprovision=function(a,b){h.Exec("AMT_SetupAndConfigurationService","PartialUnprovision",{_method_dummy:a},b)};h.AMT_SetupAndConfigurationService_ResetFlashWearOutProtection=function(a,b){h.Exec("AMT_SetupAndConfigurationService","ResetFlashWearOutProtection",{_method_dummy:a},b)};h.AMT_SetupAndConfigurationService_ExtendProvisioningPeriod=function(a,b){h.Exec("AMT_SetupAndConfigurationService","ExtendProvisioningPeriod",
122
+{Duration:a},b)};h.AMT_SetupAndConfigurationService_SetMEBxPassword=function(a,b){h.Exec("AMT_SetupAndConfigurationService","SetMEBxPassword",{Password:a},b)};h.AMT_SetupAndConfigurationService_SetTLSPSK=function(a,b,c){h.Exec("AMT_SetupAndConfigurationService","SetTLSPSK",{PID:a,PPS:b},c)};h.AMT_SetupAndConfigurationService_GetProvisioningAuditRecord=function(a){h.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecord",{},a)};h.AMT_SetupAndConfigurationService_GetUuid=function(a){h.Exec("AMT_SetupAndConfigurationService",
123
+"GetUuid",{},a)};h.AMT_SetupAndConfigurationService_GetUnprovisionBlockingComponents=function(a){h.Exec("AMT_SetupAndConfigurationService","GetUnprovisionBlockingComponents",{},a)};h.AMT_SetupAndConfigurationService_GetProvisioningAuditRecordV2=function(a){h.Exec("AMT_SetupAndConfigurationService","GetProvisioningAuditRecordV2",{},a)};h.AMT_SystemDefensePolicy_GetTimeout=function(a){h.Exec("AMT_SystemDefensePolicy","GetTimeout",{},a)};h.AMT_SystemDefensePolicy_SetTimeout=function(a,b){h.Exec("AMT_SystemDefensePolicy",
124
+"SetTimeout",{Timeout:a},b)};h.AMT_SystemDefensePolicy_UpdateStatistics=function(a,b,c,g,n,d){h.Exec("AMT_SystemDefensePolicy","UpdateStatistics",{NetworkInterface:a,ResetOnRead:b},c,g,n,d)};h.AMT_SystemPowerScheme_SetPowerScheme=function(a,b,c){h.Exec("AMT_SystemPowerScheme","SetPowerScheme",{},a,c,0,{InstanceID:b})};h.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch=function(a,b){h.Exec("AMT_TimeSynchronizationService","GetLowAccuracyTimeSynch",{},a,b)};h.AMT_TimeSynchronizationService_SetHighAccuracyTimeSynch=
125
+function(a,b,c,g,n){h.Exec("AMT_TimeSynchronizationService","SetHighAccuracyTimeSynch",{Ta0:a,Tm1:b,Tm2:c},g,n)};h.AMT_UserInitiatedConnectionService_RequestStateChange=function(a,b,c){h.Exec("AMT_UserInitiatedConnectionService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.AMT_WebUIService_RequestStateChange=function(a,b,c){h.Exec("AMT_WebUIService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.AMT_WiFiPortConfigurationService_AddWiFiSettings=function(a,b,c,g,n,d){h.ExecWithXml("AMT_WiFiPortConfigurationService",
126
+"AddWiFiSettings",{WiFiEndpoint:a,WiFiEndpointSettingsInput:b,IEEE8021xSettingsInput:c,ClientCredential:g,CACredential:n},d)};h.AMT_WiFiPortConfigurationService_UpdateWiFiSettings=function(a,b,c,g,n,d){h.ExecWithXml("AMT_WiFiPortConfigurationService","UpdateWiFiSettings",{WiFiEndpointSettings:a,WiFiEndpointSettingsInput:b,IEEE8021xSettingsInput:c,ClientCredential:g,CACredential:n},d)};h.AMT_WiFiPortConfigurationService_DeleteAllITProfiles=function(a,b){h.Exec("AMT_WiFiPortConfigurationService","DeleteAllITProfiles",
127
+{_method_dummy:a},b)};h.AMT_WiFiPortConfigurationService_DeleteAllUserProfiles=function(a,b){h.Exec("AMT_WiFiPortConfigurationService","DeleteAllUserProfiles",{_method_dummy:a},b)};h.CIM_Account_RequestStateChange=function(a,b,c){h.Exec("CIM_Account","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_AccountManagementService_CreateAccount=function(a,b,c){h.Exec("CIM_AccountManagementService","CreateAccount",{System:a,AccountTemplate:b},c)};h.CIM_BootConfigSetting_ChangeBootOrder=function(a,
128
+b){h.Exec("CIM_BootConfigSetting","ChangeBootOrder",{Source:a},b)};h.CIM_BootService_SetBootConfigRole=function(a,b,c){h.Exec("CIM_BootService","SetBootConfigRole",{BootConfigSetting:a,Role:b},c,0,1)};h.CIM_Card_ConnectorPower=function(a,b,c){h.Exec("CIM_Card","ConnectorPower",{Connector:a,PoweredOn:b},c)};h.CIM_Card_IsCompatible=function(a,b){h.Exec("CIM_Card","IsCompatible",{ElementToCheck:a},b)};h.CIM_Chassis_IsCompatible=function(a,b){h.Exec("CIM_Chassis","IsCompatible",{ElementToCheck:a},b)};
129
+h.CIM_Fan_SetSpeed=function(a,b){h.Exec("CIM_Fan","SetSpeed",{DesiredSpeed:a},b)};h.CIM_KVMRedirectionSAP_RequestStateChange=function(a,b,c){h.Exec("CIM_KVMRedirectionSAP","RequestStateChange",{RequestedState:a},c)};h.CIM_MediaAccessDevice_LockMedia=function(a,b){h.Exec("CIM_MediaAccessDevice","LockMedia",{Lock:a},b)};h.CIM_MediaAccessDevice_SetPowerState=function(a,b,c){h.Exec("CIM_MediaAccessDevice","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_MediaAccessDevice_Reset=function(a){h.Exec("CIM_MediaAccessDevice",
130
+"Reset",{},a)};h.CIM_MediaAccessDevice_EnableDevice=function(a,b){h.Exec("CIM_MediaAccessDevice","EnableDevice",{Enabled:a},b)};h.CIM_MediaAccessDevice_OnlineDevice=function(a,b){h.Exec("CIM_MediaAccessDevice","OnlineDevice",{Online:a},b)};h.CIM_MediaAccessDevice_QuiesceDevice=function(a,b){h.Exec("CIM_MediaAccessDevice","QuiesceDevice",{Quiesce:a},b)};h.CIM_MediaAccessDevice_SaveProperties=function(a){h.Exec("CIM_MediaAccessDevice","SaveProperties",{},a)};h.CIM_MediaAccessDevice_RestoreProperties=
131
+function(a){h.Exec("CIM_MediaAccessDevice","RestoreProperties",{},a)};h.CIM_MediaAccessDevice_RequestStateChange=function(a,b,c){h.Exec("CIM_MediaAccessDevice","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_PhysicalFrame_IsCompatible=function(a,b){h.Exec("CIM_PhysicalFrame","IsCompatible",{ElementToCheck:a},b)};h.CIM_PhysicalPackage_IsCompatible=function(a,b){h.Exec("CIM_PhysicalPackage","IsCompatible",{ElementToCheck:a},b)};h.CIM_PowerManagementService_RequestPowerStateChange=
132
+function(a,b,c,g,n){h.Exec("CIM_PowerManagementService","RequestPowerStateChange",{PowerState:a,ManagedElement:b,Time:c,TimeoutPeriod:g},n,0,1)};h.CIM_PowerSupply_SetPowerState=function(a,b,c){h.Exec("CIM_PowerSupply","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_PowerSupply_Reset=function(a){h.Exec("CIM_PowerSupply","Reset",{},a)};h.CIM_PowerSupply_EnableDevice=function(a,b){h.Exec("CIM_PowerSupply","EnableDevice",{Enabled:a},b)};h.CIM_PowerSupply_OnlineDevice=function(a,b){h.Exec("CIM_PowerSupply",
133
+"OnlineDevice",{Online:a},b)};h.CIM_PowerSupply_QuiesceDevice=function(a,b){h.Exec("CIM_PowerSupply","QuiesceDevice",{Quiesce:a},b)};h.CIM_PowerSupply_SaveProperties=function(a){h.Exec("CIM_PowerSupply","SaveProperties",{},a)};h.CIM_PowerSupply_RestoreProperties=function(a){h.Exec("CIM_PowerSupply","RestoreProperties",{},a)};h.CIM_PowerSupply_RequestStateChange=function(a,b,c){h.Exec("CIM_PowerSupply","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_Processor_SetPowerState=function(a,
134
+b,c){h.Exec("CIM_Processor","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_Processor_Reset=function(a){h.Exec("CIM_Processor","Reset",{},a)};h.CIM_Processor_EnableDevice=function(a,b){h.Exec("CIM_Processor","EnableDevice",{Enabled:a},b)};h.CIM_Processor_OnlineDevice=function(a,b){h.Exec("CIM_Processor","OnlineDevice",{Online:a},b)};h.CIM_Processor_QuiesceDevice=function(a,b){h.Exec("CIM_Processor","QuiesceDevice",{Quiesce:a},b)};h.CIM_Processor_SaveProperties=function(a){h.Exec("CIM_Processor","SaveProperties",
135
+{},a)};h.CIM_Processor_RestoreProperties=function(a){h.Exec("CIM_Processor","RestoreProperties",{},a)};h.CIM_Processor_RequestStateChange=function(a,b,c){h.Exec("CIM_Processor","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_RecordLog_ClearLog=function(a){h.Exec("CIM_RecordLog","ClearLog",{},a)};h.CIM_RecordLog_RequestStateChange=function(a,b,c){h.Exec("CIM_RecordLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_RedirectionService_RequestStateChange=function(a,
136
+b,c){h.Exec("CIM_RedirectionService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_Sensor_SetPowerState=function(a,b,c){h.Exec("CIM_Sensor","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_Sensor_Reset=function(a){h.Exec("CIM_Sensor","Reset",{},a)};h.CIM_Sensor_EnableDevice=function(a,b){h.Exec("CIM_Sensor","EnableDevice",{Enabled:a},b)};h.CIM_Sensor_OnlineDevice=function(a,b){h.Exec("CIM_Sensor","OnlineDevice",{Online:a},b)};h.CIM_Sensor_QuiesceDevice=function(a,b){h.Exec("CIM_Sensor",
137
+"QuiesceDevice",{Quiesce:a},b)};h.CIM_Sensor_SaveProperties=function(a){h.Exec("CIM_Sensor","SaveProperties",{},a)};h.CIM_Sensor_RestoreProperties=function(a){h.Exec("CIM_Sensor","RestoreProperties",{},a)};h.CIM_Sensor_RequestStateChange=function(a,b,c){h.Exec("CIM_Sensor","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_StatisticalData_ResetSelectedStats=function(a,b){h.Exec("CIM_StatisticalData","ResetSelectedStats",{SelectedStatistics:a},b)};h.CIM_Watchdog_KeepAlive=function(a){h.Exec("CIM_Watchdog",
138
+"KeepAlive",{},a)};h.CIM_Watchdog_SetPowerState=function(a,b,c){h.Exec("CIM_Watchdog","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_Watchdog_Reset=function(a){h.Exec("CIM_Watchdog","Reset",{},a)};h.CIM_Watchdog_EnableDevice=function(a,b){h.Exec("CIM_Watchdog","EnableDevice",{Enabled:a},b)};h.CIM_Watchdog_OnlineDevice=function(a,b){h.Exec("CIM_Watchdog","OnlineDevice",{Online:a},b)};h.CIM_Watchdog_QuiesceDevice=function(a,b){h.Exec("CIM_Watchdog","QuiesceDevice",{Quiesce:a},b)};h.CIM_Watchdog_SaveProperties=
139
+function(a){h.Exec("CIM_Watchdog","SaveProperties",{},a)};h.CIM_Watchdog_RestoreProperties=function(a){h.Exec("CIM_Watchdog","RestoreProperties",{},a)};h.CIM_Watchdog_RequestStateChange=function(a,b,c){h.Exec("CIM_Watchdog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.CIM_WiFiPort_SetPowerState=function(a,b,c){h.Exec("CIM_WiFiPort","SetPowerState",{PowerState:a,Time:b},c)};h.CIM_WiFiPort_Reset=function(a){h.Exec("CIM_WiFiPort","Reset",{},a)};h.CIM_WiFiPort_EnableDevice=function(a,
140
+b){h.Exec("CIM_WiFiPort","EnableDevice",{Enabled:a},b)};h.CIM_WiFiPort_OnlineDevice=function(a,b){h.Exec("CIM_WiFiPort","OnlineDevice",{Online:a},b)};h.CIM_WiFiPort_QuiesceDevice=function(a,b){h.Exec("CIM_WiFiPort","QuiesceDevice",{Quiesce:a},b)};h.CIM_WiFiPort_SaveProperties=function(a){h.Exec("CIM_WiFiPort","SaveProperties",{},a)};h.CIM_WiFiPort_RestoreProperties=function(a){h.Exec("CIM_WiFiPort","RestoreProperties",{},a)};h.CIM_WiFiPort_RequestStateChange=function(a,b,c){h.Exec("CIM_WiFiPort",
141
+"RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.IPS_HostBasedSetupService_Setup=function(a,b,c,g,n,d,e){h.Exec("IPS_HostBasedSetupService","Setup",{NetAdminPassEncryptionType:a,NetworkAdminPassword:b,McNonce:c,Certificate:g,SigningAlgorithm:n,DigitalSignature:d},e)};h.IPS_HostBasedSetupService_AddNextCertInChain=function(a,b,c,g){h.Exec("IPS_HostBasedSetupService","AddNextCertInChain",{NextCertificate:a,IsLeafCertificate:b,IsRootCertificate:c},g)};h.IPS_HostBasedSetupService_AdminSetup=
142
+function(a,b,c,g,n,d){h.Exec("IPS_HostBasedSetupService","AdminSetup",{NetAdminPassEncryptionType:a,NetworkAdminPassword:b,McNonce:c,SigningAlgorithm:g,DigitalSignature:n},d)};h.IPS_HostBasedSetupService_UpgradeClientToAdmin=function(a,b,c,g){h.Exec("IPS_HostBasedSetupService","UpgradeClientToAdmin",{McNonce:a,SigningAlgorithm:b,DigitalSignature:c},g)};h.IPS_HostBasedSetupService_DisableClientControlMode=function(a,b){h.Exec("IPS_HostBasedSetupService","DisableClientControlMode",{_method_dummy:a},
143
+b)};h.IPS_KVMRedirectionSettingData_TerminateSession=function(a){h.Exec("IPS_KVMRedirectionSettingData","TerminateSession",{},a)};h.IPS_KVMRedirectionSettingData_DataChannelRead=function(a){h.Exec("IPS_KVMRedirectionSettingData","DataChannelRead",{},a)};h.IPS_KVMRedirectionSettingData_DataChannelWrite=function(a,b){h.Exec("IPS_KVMRedirectionSettingData","DataChannelWrite",{DataMessage:a},b)};h.IPS_OptInService_StartOptIn=function(a){h.Exec("IPS_OptInService","StartOptIn",{},a)};h.IPS_OptInService_CancelOptIn=
144
+function(a){h.Exec("IPS_OptInService","CancelOptIn",{},a)};h.IPS_OptInService_SendOptInCode=function(a,b){h.Exec("IPS_OptInService","SendOptInCode",{OptInCode:a},b)};h.IPS_OptInService_StartService=function(a){h.Exec("IPS_OptInService","StartService",{},a)};h.IPS_OptInService_StopService=function(a){h.Exec("IPS_OptInService","StopService",{},a)};h.IPS_OptInService_RequestStateChange=function(a,b,c){h.Exec("IPS_OptInService","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.IPS_ProvisioningRecordLog_RequestStateChange=
145
+function(a,b,c){h.Exec("IPS_ProvisioningRecordLog","RequestStateChange",{RequestedState:a,TimeoutPeriod:b},c)};h.IPS_ProvisioningRecordLog_ClearLog=function(a,b){h.Exec("IPS_ProvisioningRecordLog","ClearLog",{_method_dummy:a},b)};h.IPS_ScreenConfigurationService_SetSessionState=function(a,b,c){h.Exec("IPS_ScreenConfigurationService","SetSessionState",{SessionState:a,ConsecutiveRebootsNum:b},c)};h.IPS_SecIOService_RequestStateChange=function(a,b,c){h.Exec("IPS_SecIOService","RequestStateChange",{RequestedState:a,
146
+TimeoutPeriod:b},c)};h.IPS_HTTPProxyService_AddProxyAccessPoint=function(a,b,c,g,n){h.Exec("IPS_HTTPProxyService","AddProxyAccessPoint",{AccessInfo:a,InfoFormat:b,Port:c,NetworkDnsSuffix:g},n)};h.AmtStatusToStr=function(a){return h.AmtStatusCodes[a]?h.AmtStatusCodes[a]:"UNKNOWN_ERROR"};h.AmtStatusCodes={0:"SUCCESS",1:"INTERNAL_ERROR",2:"NOT_READY",3:"INVALID_PT_MODE",4:"INVALID_MESSAGE_LENGTH",5:"TABLE_FINGERPRINT_NOT_AVAILABLE",6:"INTEGRITY_CHECK_FAILED",7:"UNSUPPORTED_ISVS_VERSION",8:"APPLICATION_NOT_REGISTERED",
147
9:"INVALID_REGISTRATION_DATA",10:"APPLICATION_DOES_NOT_EXIST",11:"NOT_ENOUGH_STORAGE",12:"INVALID_NAME",13:"BLOCK_DOES_NOT_EXIST",14:"INVALID_BYTE_OFFSET",15:"INVALID_BYTE_COUNT",16:"NOT_PERMITTED",17:"NOT_OWNER",18:"BLOCK_LOCKED_BY_OTHER",19:"BLOCK_NOT_LOCKED",20:"INVALID_GROUP_PERMISSIONS",21:"GROUP_DOES_NOT_EXIST",22:"INVALID_MEMBER_COUNT",23:"MAX_LIMIT_REACHED",24:"INVALID_AUTH_TYPE",25:"AUTHENTICATION_FAILED",26:"INVALID_DHCP_MODE",27:"INVALID_IP_ADDRESS",28:"INVALID_DOMAIN_NAME",29:"UNSUPPORTED_VERSION",
148
30:"REQUEST_UNEXPECTED",31:"INVALID_TABLE_TYPE",32:"INVALID_PROVISIONING_STATE",33:"UNSUPPORTED_OBJECT",34:"INVALID_TIME",35:"INVALID_INDEX",36:"INVALID_PARAMETER",37:"INVALID_NETMASK",38:"FLASH_WRITE_LIMIT_EXCEEDED",39:"INVALID_IMAGE_LENGTH",40:"INVALID_IMAGE_SIGNATURE",41:"PROPOSE_ANOTHER_VERSION",42:"INVALID_PID_FORMAT",43:"INVALID_PPS_FORMAT",44:"BIST_COMMAND_BLOCKED",45:"CONNECTION_FAILED",46:"CONNECTION_TOO_MANY",47:"RNG_GENERATION_IN_PROGRESS",48:"RNG_NOT_READY",49:"CERTIFICATE_NOT_READY",
149
1024:"DISABLED_BY_POLICY",2048:"NETWORK_IF_ERROR_BASE",2049:"UNSUPPORTED_OEM_NUMBER",2050:"UNSUPPORTED_BOOT_OPTION",2051:"INVALID_COMMAND",2052:"INVALID_SPECIAL_COMMAND",2053:"INVALID_HANDLE",2054:"INVALID_PASSWORD",2055:"INVALID_REALM",2056:"STORAGE_ACL_ENTRY_IN_USE",2057:"DATA_MISSING",2058:"DUPLICATE",2059:"EVENTLOG_FROZEN",2060:"PKI_MISSING_KEYS",2061:"PKI_GENERATING_KEYS",2062:"INVALID_KEY",2063:"INVALID_CERT",2064:"CERT_KEY_NOT_MATCH",2065:"MAX_KERB_DOMAIN_REACHED",2066:"UNSUPPORTED",2067:"INVALID_PRIORITY",
150
-2068:"NOT_FOUND",2069:"INVALID_CREDENTIALS",2070:"INVALID_PASSPHRASE",2072:"NO_ASSOCIATION",2075:"AUDIT_FAIL",2076:"BLOCKING_COMPONENT",2081:"USER_CONSENT_REQUIRED",4096:"APP_INTERNAL_ERROR",4097:"NOT_INITIALIZED",4098:"LIB_VERSION_UNSUPPORTED",4099:"INVALID_PARAM",4100:"RESOURCES",4101:"HARDWARE_ACCESS_ERROR",4102:"REQUESTOR_NOT_REGISTERED",4103:"NETWORK_ERROR",4104:"PARAM_BUFFER_TOO_SHORT",4105:"COM_NOT_INITIALIZED_IN_THREAD",4106:"URL_REQUIRED"};k.GetMessageLog=function(a,b){k.AMT_MessageLog_PositionToFirstRecord(r,
151
-[a,b,[]])};var l="Unspecified.;No system memory is physically installed in the system.;No usable system memory, all installed memory has experienced an unrecoverable failure.;Unrecoverable hard-disk/ATAPI/IDE device failure.;Unrecoverable system-board failure.;Unrecoverable diskette subsystem failure.;Unrecoverable hard-disk controller failure.;Unrecoverable PS/2 or USB keyboard failure.;Removable boot media not found.;Unrecoverable video controller failure.;No video device detected.;Firmware (BIOS) ROM corruption detected.;CPU voltage mismatch (processors that share same supply have mismatched voltage requirements);CPU speed matching failure".split(";"),
150
+2068:"NOT_FOUND",2069:"INVALID_CREDENTIALS",2070:"INVALID_PASSPHRASE",2072:"NO_ASSOCIATION",2075:"AUDIT_FAIL",2076:"BLOCKING_COMPONENT",2081:"USER_CONSENT_REQUIRED",4096:"APP_INTERNAL_ERROR",4097:"NOT_INITIALIZED",4098:"LIB_VERSION_UNSUPPORTED",4099:"INVALID_PARAM",4100:"RESOURCES",4101:"HARDWARE_ACCESS_ERROR",4102:"REQUESTOR_NOT_REGISTERED",4103:"NETWORK_ERROR",4104:"PARAM_BUFFER_TOO_SHORT",4105:"COM_NOT_INITIALIZED_IN_THREAD",4106:"URL_REQUIRED"};h.GetMessageLog=function(a,b){h.AMT_MessageLog_PositionToFirstRecord(q,
151
+[a,b,[]])};var k="Unspecified.;No system memory is physically installed in the system.;No usable system memory, all installed memory has experienced an unrecoverable failure.;Unrecoverable hard-disk/ATAPI/IDE device failure.;Unrecoverable system-board failure.;Unrecoverable diskette subsystem failure.;Unrecoverable hard-disk controller failure.;Unrecoverable PS/2 or USB keyboard failure.;Removable boot media not found.;Unrecoverable video controller failure.;No video device detected.;Firmware (BIOS) ROM corruption detected.;CPU voltage mismatch (processors that share same supply have mismatched voltage requirements);CPU speed matching failure".split(";"),
152
g="Unspecified.;Memory initialization.;Starting hard-disk initialization and test;Secondary processor(s) initialization;User authentication;User-initiated system setup;USB resource configuration;PCI resource configuration;Option ROM initialization;Video initialization;Cache initialization;SM Bus initialization;Keyboard controller initialization;Embedded controller/management controller initialization;Docking station attachment;Enabling docking station;Docking station ejection;Disabling docking station;Calling operating system wake-up vector;Starting operating system boot process;Baseboard or motherboard initialization;reserved;Floppy initialization;Keyboard test;Pointing device test;Primary processor initialization".split(";"),
153
-I="Unspecified;Other;Unknown;Processor;Disk;Peripheral;System management module;System board;Memory module;Processor module;Power supply;Add in card;Front panel board;Back panel board;Power system board;Drive backplane;System internal expansion board;Other system board;Processor board;Power unit;Power module;Power management board;Chassis back panel board;System chassis;Sub chassis;Other chassis board;Disk drive bay;Peripheral bay;Device bay;Fan cooling;Cooling unit;Cable interconnect;Memory device;System management software;BIOS;Intel(r) ME;System bus;Group;Intel(r) ME;External environment;Battery;Processing blade;Connectivity switch;Processor/memory module;I/O module;Processor I/O module;Management controller firmware;IPMI channel;PCI bus;PCI express bus;SCSI bus;SATA/SAS bus;Processor front side bus".split(";");
154
-k.RealmNames=";;Redirection;;Hardware Asset;Remote Control;Storage;Event Manager;Storage Admin;Agent Presence Local;Agent Presence Remote;Circuit Breaker;Network Time;General Information;Firmware Update;EIT;LocalUN;Endpoint Access Control;Endpoint Access Control Admin;Event Log Reader;Audit Log;ACL Realm;;;Local System".split(";");k.WatchdogCurrentStates={1:"Not Started",2:"Stopped",4:"Running",8:"Expired",16:"Suspended"};var u={16:"Security Admin",17:"RCO",18:"Redirection Manager",19:"Firmware Update Manager",
153
+J="Unspecified;Other;Unknown;Processor;Disk;Peripheral;System management module;System board;Memory module;Processor module;Power supply;Add in card;Front panel board;Back panel board;Power system board;Drive backplane;System internal expansion board;Other system board;Processor board;Power unit;Power module;Power management board;Chassis back panel board;System chassis;Sub chassis;Other chassis board;Disk drive bay;Peripheral bay;Device bay;Fan cooling;Cooling unit;Cable interconnect;Memory device;System management software;BIOS;Intel(r) ME;System bus;Group;Intel(r) ME;External environment;Battery;Processing blade;Connectivity switch;Processor/memory module;I/O module;Processor I/O module;Management controller firmware;IPMI channel;PCI bus;PCI express bus;SCSI bus;SATA/SAS bus;Processor front side bus".split(";");
154
+h.RealmNames=";;Redirection;;Hardware Asset;Remote Control;Storage;Event Manager;Storage Admin;Agent Presence Local;Agent Presence Remote;Circuit Breaker;Network Time;General Information;Firmware Update;EIT;LocalUN;Endpoint Access Control;Endpoint Access Control Admin;Event Log Reader;Audit Log;ACL Realm;;;Local System".split(";");h.WatchdogCurrentStates={1:"Not Started",2:"Stopped",4:"Running",8:"Expired",16:"Suspended"};var u={16:"Security Admin",17:"RCO",18:"Redirection Manager",19:"Firmware Update Manager",
155
20:"Security Audit Log",21:"Network Time",22:"Network Administration",23:"Storage Administration",24:"Event Manager",25:"Circuit Breaker Manager",26:"Agent Presence Manager",27:"Wireless Configuration",28:"EAC",29:"KVM",30:"User Opt-In Events",32:"Screen Blanking",33:"Watchdog Events",1600:"Provisioning Started",1601:"Provisioning Completed",1602:"ACL Entry Added",1603:"ACL Entry Modified",1604:"ACL Entry Removed",1605:"ACL Access with Invalid Credentials",1606:"ACL Entry State",1607:"TLS State Changed",
156
1608:"TLS Server Certificate Set",1609:"TLS Server Certificate Remove",1610:"TLS Trusted Root Certificate Added",1611:"TLS Trusted Root Certificate Removed",1612:"TLS Preshared Key Set",1613:"Kerberos Settings Modified",1614:"Kerberos Master Key Modified",1615:"Flash Wear out Counters Reset",1616:"Power Package Modified",1617:"Set Realm Authentication Mode",1618:"Upgrade Client to Admin Control Mode",1619:"Unprovisioning Started",1700:"Performed Power Up",1701:"Performed Power Down",1702:"Performed Power Cycle",
157
1703:"Performed Reset",1704:"Set Boot Options",1800:"IDER Session Opened",1801:"IDER Session Closed",1802:"IDER Enabled",1803:"IDER Disabled",1804:"SoL Session Opened",1805:"SoL Session Closed",1806:"SoL Enabled",1807:"SoL Disabled",1808:"KVM Session Started",1809:"KVM Session Ended",1810:"KVM Enabled",1811:"KVM Disabled",1812:"VNC Password Failed 3 Times",1900:"Firmware Updated",1901:"Firmware Update Failed",2E3:"Security Audit Log Cleared",2001:"Security Audit Policy Modified",2002:"Security Audit Log Disabled",
158
2003:"Security Audit Log Enabled",2004:"Security Audit Log Exported",2005:"Security Audit Log Recovered",2100:"Intel® ME Time Set",2200:"TCPIP Parameters Set",2201:"Host Name Set",2202:"Domain Name Set",2203:"VLAN Parameters Set",2204:"Link Policy Set",2205:"IPv6 Parameters Set",2300:"Global Storage Attributes Set",2301:"Storage EACL Modified",2302:"Storage FPACL Modified",2303:"Storage Write Operation",2400:"Alert Subscribed",2401:"Alert Unsubscribed",2402:"Event Log Cleared",2403:"Event Log Frozen",
159
2500:"CB Filter Added",2501:"CB Filter Removed",2502:"CB Policy Added",2503:"CB Policy Removed",2504:"CB Default Policy Set",2505:"CB Heuristics Option Set",2506:"CB Heuristics State Cleared",2600:"Agent Watchdog Added",2601:"Agent Watchdog Removed",2602:"Agent Watchdog Action Set",2700:"Wireless Profile Added",2701:"Wireless Profile Removed",2702:"Wireless Profile Updated",2800:"EAC Posture Signer SET",2801:"EAC Enabled",2802:"EAC Disabled",2803:"EAC Posture State",2804:"EAC Set Options",2900:"KVM Opt-in Enabled",
160
-2901:"KVM Opt-in Disabled",2902:"KVM Password Changed",2903:"KVM Consent Succeeded",2904:"KVM Consent Failed",3E3:"Opt-In Policy Change",3001:"Send Consent Code Event",3002:"Start Opt-In Blocked Event"};k.GetAuditLogExtendedDataStr=function(a,b){if((1602==a||1604==a)&&0==b.charCodeAt(0))return b.substring(2,2+b.charCodeAt(1));if(1603==a)return 0==b.charCodeAt(1)?b.substring(3):null;if(1605==a)return["Invalid ME access","Invalid MEBx access"][b.charCodeAt(0)];if(1606==a){var c=["Disabled","Enabled"][b.charCodeAt(0)];
161
-0==b.charCodeAt(1)&&(c+=", "+b.substring(3));return c}return 1607==a?"Remote "+["NoAuth","ServerAuth","MutualAuth"][b.charCodeAt(0)]+", Local "+["NoAuth","ServerAuth","MutualAuth"][b.charCodeAt(1)]:1617==a?k.RealmNames[ReadInt(b,0)]+", "+["NoAuth","Auth","Disabled"][b.charCodeAt(4)]:1619==a?["BIOS","MEBx","Local MEI","Local WSMAN","Remote WSAMN"][b.charCodeAt(0)]:1900==a?"From "+ReadShort(b,0)+"."+ReadShort(b,2)+"."+ReadShort(b,4)+"."+ReadShort(b,6)+" to "+ReadShort(b,8)+"."+ReadShort(b,10)+"."+ReadShort(b,
162
-12)+"."+ReadShort(b,14):2100==a?(c=new Date,c.setTime(1E3*ReadInt(b,0)+6E4*(new Date).getTimezoneOffset()),c.toLocaleString()):3E3==a?"From "+["None","KVM","All"][b.charCodeAt(0)]+" to "+["None","KVM","All"][b.charCodeAt(1)]:3001==a?["Success","Failed 3 times"][b.charCodeAt(0)]:null};k.GetAuditLog=function(a){k.AMT_AuditLog_ReadRecords(1,z,[a,[]])};return k}function hex_md5(b){return forge.md.md5.create().update(b).digest().toHex()}function rstr_md5(b){return hex2rstr(hex_md5(b))}
160
+2901:"KVM Opt-in Disabled",2902:"KVM Password Changed",2903:"KVM Consent Succeeded",2904:"KVM Consent Failed",3E3:"Opt-In Policy Change",3001:"Send Consent Code Event",3002:"Start Opt-In Blocked Event"};h.GetAuditLogExtendedDataStr=function(a,b){if((1602==a||1604==a)&&0==b.charCodeAt(0))return b.substring(2,2+b.charCodeAt(1));if(1603==a)return 0==b.charCodeAt(1)?b.substring(3):null;if(1605==a)return["Invalid ME access","Invalid MEBx access"][b.charCodeAt(0)];if(1606==a){var c=["Disabled","Enabled"][b.charCodeAt(0)];
161
+0==b.charCodeAt(1)&&(c+=", "+b.substring(3));return c}return 1607==a?"Remote "+["NoAuth","ServerAuth","MutualAuth"][b.charCodeAt(0)]+", Local "+["NoAuth","ServerAuth","MutualAuth"][b.charCodeAt(1)]:1617==a?h.RealmNames[ReadInt(b,0)]+", "+["NoAuth","Auth","Disabled"][b.charCodeAt(4)]:1619==a?["BIOS","MEBx","Local MEI","Local WSMAN","Remote WSAMN"][b.charCodeAt(0)]:1900==a?"From "+ReadShort(b,0)+"."+ReadShort(b,2)+"."+ReadShort(b,4)+"."+ReadShort(b,6)+" to "+ReadShort(b,8)+"."+ReadShort(b,10)+"."+ReadShort(b,
162
+12)+"."+ReadShort(b,14):2100==a?(c=new Date,c.setTime(1E3*ReadInt(b,0)+6E4*(new Date).getTimezoneOffset()),c.toLocaleString()):3E3==a?"From "+["None","KVM","All"][b.charCodeAt(0)]+" to "+["None","KVM","All"][b.charCodeAt(1)]:3001==a?["Success","Failed 3 times"][b.charCodeAt(0)]:null};h.GetAuditLog=function(a){h.AMT_AuditLog_ReadRecords(1,v,[a,[]])};return h}function hex_md5(b){return forge.md.md5.create().update(b).digest().toHex()}function rstr_md5(b){return hex2rstr(hex_md5(b))}
163
function execArgumentsToXml(b){if(void 0===b||null===b)return null;var c="",a;for(a in b){var d=b[a];d&&(c="reference"===d.__parameterType?c+referenceToXml(a,d):c+instanceToXml(a,d))}return c}
164
-function instanceToXml(b,c){if(void 0===c||null===c)return null;var a=!!c.__namespace,d=a?"<q:":"<",e=a?"</q:":"</",a="<r:"+b+(a?' xmlns:q="'+c.__namespace+'"':"")+">",p;for(p in c)c.hasOwnProperty(p)&&0!==p.indexOf("__")&&("function"===typeof c[p]||Array.isArray(c[p])||("object"===typeof c[p]?console.error("only convert one level down..."):a+=d+p+">"+c[p].toString()+e+p+">"));return a+("</r:"+b+">")}
164
+function instanceToXml(b,c){if(void 0===c||null===c)return null;var a=!!c.__namespace,d=a?"<q:":"<",e=a?"</q:":"</",a="<r:"+b+(a?' xmlns:q="'+c.__namespace+'"':"")+">",l;for(l in c)c.hasOwnProperty(l)&&0!==l.indexOf("__")&&("function"===typeof c[l]||Array.isArray(c[l])||("object"===typeof c[l]?console.error("only convert one level down..."):a+=d+l+">"+c[l].toString()+e+l+">"));return a+("</r:"+b+">")}
165
function referenceToXml(b,c){if(void 0===c||null===c)return null;var a="<r:"+b+"><a:Address>/wsman</a:Address><a:ReferenceParameters><w:ResourceURI>"+c.__resourceUri+"</w:ResourceURI><w:SelectorSet>",d;for(d in c)c.hasOwnProperty(d)&&0!==d.indexOf("__")&&("function"===typeof c[d]||"object"===typeof c[d]||Array.isArray(c[d])||(a+='<w:Selector Name="'+d+'">'+c[d].toString()+"</w:Selector>"));return a+("</w:SelectorSet></a:ReferenceParameters></r:"+b+">")}
166
function GetSidString(b){for(var c="S-"+b.charCodeAt(0)+"-"+b.charCodeAt(7),a=2;a<b.length/4;a++)c+="-"+ReadIntX(b,4*a);return c}
167
function GetSidByteArray(b){if(!b||null==b)return null;b=b.split("-");if(4>b.length||"s"!=b[0]&&"S"!=b[0])return null;for(var c=1;c<b.length;c++){var a=parseInt(b[c]);if(a!=b[c])return null;b[c]=a}a=String.fromCharCode(b[1])+String.fromCharCode(b.length-3)+ShortToStr(Math.floor(b[2]/Math.pow(2,32)))+IntToStr(b[2]&65535);for(c=3;c<b.length;c++)a+=IntToStrX(b[c]);return a}
168
-(function(b,c){"function"===typeof define&&define.amd?define([],c):b.forge=c()})(this,function(){var b,c,a;(function(d){function e(a,b){var c,g,n,d,e,y,l,k,m,z=b&&b.split("/"),v=u.map,w=v&&v["*"]||{};if(a&&"."===a.charAt(0))if(b){z=z.slice(0,z.length-1);a=a.split("/");e=a.length-1;u.nodeIdCompat&&F.test(a[e])&&(a[e]=a[e].replace(F,""));a=z.concat(a);for(e=0;e<a.length;e+=1)if(c=a[e],"."===c)a.splice(e,1),--e;else if(".."===c)if(1!==e||".."!==a[2]&&".."!==a[0])0<e&&(a.splice(e-1,2),e-=2);else break;
169
-a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((z||w)&&v){c=a.split("/");for(e=c.length;0<e;--e){g=c.slice(0,e).join("/");if(z)for(m=z.length;0<m;--m)if(n=v[z.slice(0,m).join("/")])if(n=n[g]){d=n;y=e;break}if(d)break;!l&&w&&w[g]&&(l=w[g],k=e)}!d&&l&&(d=l,y=k);d&&(c.splice(0,y,d),a=c.join("/"))}return a}function p(a,b){return function(){return v.apply(d,y.call(arguments,0).concat([a,b]))}}function h(a){return function(b){return e(b,a)}}function r(a){return function(b){g[a]=b}}function n(a){if(w.call(I,
170
-a)){var b=I[a];delete I[a];D[a]=!0;k.apply(d,b)}if(!w.call(g,a)&&!w.call(D,a))throw Error("No "+a);return g[a]}function m(a){var b,c=a?a.indexOf("!"):-1;-1<c&&(b=a.substring(0,c),a=a.substring(c+1,a.length));return[b,a]}function z(a){return function(){return u&&u.config&&u.config[a]||{}}}var k,v,B,l,g={},I={},u={},D={},w=Object.prototype.hasOwnProperty,y=[].slice,F=/\.js$/;B=function(a,b){var c,g=m(a),d=g[0];a=g[1];d&&(d=e(d,b),c=n(d));d?a=c&&c.normalize?c.normalize(a,h(b)):e(a,b):(a=e(a,b),g=m(a),
171
-d=g[0],a=g[1],d&&(c=n(d)));return{f:d?d+"!"+a:a,n:a,pr:d,p:c}};l={require:function(a){return p(a)},exports:function(a){var b=g[a];return"undefined"!==typeof b?b:g[a]={}},module:function(a){return{id:a,uri:"",exports:g[a],config:z(a)}}};k=function(a,b,c,e){var y,k,m,u,F=[];k=typeof c;var z;e=e||a;if("undefined"===k||"function"===k){b=!b.length&&c.length?["require","exports","module"]:b;for(u=0;u<b.length;u+=1)if(m=B(b[u],e),k=m.f,"require"===k)F[u]=l.require(a);else if("exports"===k)F[u]=l.exports(a),
172
-z=!0;else if("module"===k)y=F[u]=l.module(a);else if(w.call(g,k)||w.call(I,k)||w.call(D,k))F[u]=n(k);else if(m.p)m.p.load(m.n,p(e,!0),r(k),{}),F[u]=g[k];else throw Error(a+" missing "+k);b=c?c.apply(g[a],F):void 0;a&&(y&&y.exports!==d&&y.exports!==g[a]?g[a]=y.exports:b===d&&z||(g[a]=b))}else a&&(g[a]=c)};b=c=v=function(a,b,c,g,e){if("string"===typeof a)return l[a]?l[a](b):n(B(a,b).f);if(!a.splice){u=a;u.deps&&v(u.deps,u.callback);if(!b)return;b.splice?(a=b,b=c,c=null):a=d}b=b||function(){};"function"===
173
-typeof c&&(c=g,g=e);g?k(d,a,b,c):setTimeout(function(){k(d,a,b,c)},4);return v};v.config=function(a){return v(a)};b._defined=g;a=function(a,b,c){b.splice||(c=b,b=[]);w.call(g,a)||w.call(I,a)||(I[a]=[a,b,c])};a.amd={jQuery:!0}})();a("node_modules/almond/almond",function(){});(function(){function b(a){function c(a){this.data="";this.read=0;if("string"===typeof a)this.data=a;else if(d.isArrayBuffer(a)||d.isArrayBufferView(a)){a=new Uint8Array(a);try{this.data=String.fromCharCode.apply(null,a)}catch(b){for(var g=
168
+(function(b,c){"function"===typeof define&&define.amd?define([],c):b.forge=c()})(this,function(){var b,c,a;(function(d){function e(a,b){var c,g,n,d,e,w,k,h,m,v=b&&b.split("/"),z=u.map,x=z&&z["*"]||{};if(a&&"."===a.charAt(0))if(b){v=v.slice(0,v.length-1);a=a.split("/");e=a.length-1;u.nodeIdCompat&&F.test(a[e])&&(a[e]=a[e].replace(F,""));a=v.concat(a);for(e=0;e<a.length;e+=1)if(c=a[e],"."===c)a.splice(e,1),--e;else if(".."===c)if(1!==e||".."!==a[2]&&".."!==a[0])0<e&&(a.splice(e-1,2),e-=2);else break;
169
+a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((v||x)&&z){c=a.split("/");for(e=c.length;0<e;--e){g=c.slice(0,e).join("/");if(v)for(m=v.length;0<m;--m)if(n=z[v.slice(0,m).join("/")])if(n=n[g]){d=n;w=e;break}if(d)break;!k&&x&&x[g]&&(k=x[g],h=e)}!d&&k&&(d=k,w=h);d&&(c.splice(0,w,d),a=c.join("/"))}return a}function l(a,b){return function(){return z.apply(d,w.call(arguments,0).concat([a,b]))}}function p(a){return function(b){return e(b,a)}}function q(a){return function(b){g[a]=b}}function n(a){if(x.call(J,
170
+a)){var b=J[a];delete J[a];C[a]=!0;h.apply(d,b)}if(!x.call(g,a)&&!x.call(C,a))throw Error("No "+a);return g[a]}function m(a){var b,c=a?a.indexOf("!"):-1;-1<c&&(b=a.substring(0,c),a=a.substring(c+1,a.length));return[b,a]}function v(a){return function(){return u&&u.config&&u.config[a]||{}}}var h,z,B,k,g={},J={},u={},C={},x=Object.prototype.hasOwnProperty,w=[].slice,F=/\.js$/;B=function(a,b){var c,g=m(a),d=g[0];a=g[1];d&&(d=e(d,b),c=n(d));d?a=c&&c.normalize?c.normalize(a,p(b)):e(a,b):(a=e(a,b),g=m(a),
171
+d=g[0],a=g[1],d&&(c=n(d)));return{f:d?d+"!"+a:a,n:a,pr:d,p:c}};k={require:function(a){return l(a)},exports:function(a){var b=g[a];return"undefined"!==typeof b?b:g[a]={}},module:function(a){return{id:a,uri:"",exports:g[a],config:v(a)}}};h=function(a,b,c,e){var w,h,m,F,u=[];h=typeof c;var v;e=e||a;if("undefined"===h||"function"===h){b=!b.length&&c.length?["require","exports","module"]:b;for(F=0;F<b.length;F+=1)if(m=B(b[F],e),h=m.f,"require"===h)u[F]=k.require(a);else if("exports"===h)u[F]=k.exports(a),
172
+v=!0;else if("module"===h)w=u[F]=k.module(a);else if(x.call(g,h)||x.call(J,h)||x.call(C,h))u[F]=n(h);else if(m.p)m.p.load(m.n,l(e,!0),q(h),{}),u[F]=g[h];else throw Error(a+" missing "+h);b=c?c.apply(g[a],u):void 0;a&&(w&&w.exports!==d&&w.exports!==g[a]?g[a]=w.exports:b===d&&v||(g[a]=b))}else a&&(g[a]=c)};b=c=z=function(a,b,c,g,e){if("string"===typeof a)return k[a]?k[a](b):n(B(a,b).f);if(!a.splice){u=a;u.deps&&z(u.deps,u.callback);if(!b)return;b.splice?(a=b,b=c,c=null):a=d}b=b||function(){};"function"===
173
+typeof c&&(c=g,g=e);g?h(d,a,b,c):setTimeout(function(){h(d,a,b,c)},4);return z};z.config=function(a){return z(a)};b._defined=g;a=function(a,b,c){b.splice||(c=b,b=[]);x.call(g,a)||x.call(J,a)||(J[a]=[a,b,c])};a.amd={jQuery:!0}})();a("node_modules/almond/almond",function(){});(function(){function b(a){function c(a){this.data="";this.read=0;if("string"===typeof a)this.data=a;else if(d.isArrayBuffer(a)||d.isArrayBufferView(a)){a=new Uint8Array(a);try{this.data=String.fromCharCode.apply(null,a)}catch(b){for(var g=
174
0;g<a.length;++g)this.putByte(a[g])}}else if(a instanceof c||"object"===typeof a&&"string"===typeof a.data&&"number"===typeof a.read)this.data=a.data,this.read=a.read;this._constructedStringLength=0}var d=a.util=a.util||{};(function(){if("undefined"!==typeof process&&process.nextTick)d.nextTick=process.nextTick,d.setImmediate="function"===typeof setImmediate?setImmediate:d.nextTick;else if("function"===typeof setImmediate)d.setImmediate=setImmediate,d.nextTick=function(a){return setImmediate(a)};
175
else{d.setImmediate=function(a){setTimeout(a,0)};if("undefined"!==typeof window&&"function"===typeof window.postMessage){var a=[];d.setImmediate=function(b){a.push(b);1===a.length&&window.postMessage("forge.setImmediate","*")};window.addEventListener("message",function(b){b.source===window&&"forge.setImmediate"===b.data&&(b.stopPropagation(),b=a.slice(),a.length=0,b.forEach(function(a){a()}))},!0)}if("undefined"!==typeof MutationObserver){var b=Date.now(),c=!0,g=document.createElement("div"),a=[];
176
(new MutationObserver(function(){var b=a.slice();a.length=0;b.forEach(function(a){a()})})).observe(g,{attributes:!0});var n=d.setImmediate;d.setImmediate=function(d){15<Date.now()-b?(b=Date.now(),n(d)):(a.push(d),1===a.length&&g.setAttribute("a",c=!c))}}d.nextTick=d.setImmediate}})();d.isArray=Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)};d.isArrayBuffer=function(a){return"undefined"!==typeof ArrayBuffer&&a instanceof ArrayBuffer};d.isArrayBufferView=function(a){return a&&
@@ -197,69 +197,69 @@ this.data.getInt32(this.read,!0);this.read+=4;return a};d.DataBuffer.prototype.g
197
d.DataBuffer.prototype.bytes=function(a){return"undefined"===typeof a?this.data.slice(this.read):this.data.slice(this.read,this.read+a)};d.DataBuffer.prototype.at=function(a){return this.data.getUint8(this.read+a)};d.DataBuffer.prototype.setAt=function(a,b){this.data.setUint8(a,b);return this};d.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};d.DataBuffer.prototype.copy=function(){return new d.DataBuffer(this)};d.DataBuffer.prototype.compact=function(){if(0<this.read){var a=
198
new Uint8Array(this.data.buffer,this.read),b=new Uint8Array(a.byteLength);b.set(a);this.data=new DataView(b);this.write-=this.read;this.read=0}return this};d.DataBuffer.prototype.clear=function(){this.data=new DataView(new ArrayBuffer(0));this.read=this.write=0;return this};d.DataBuffer.prototype.truncate=function(a){this.write=Math.max(0,this.length()-a);this.read=Math.min(this.read,this.write);return this};d.DataBuffer.prototype.toHex=function(){for(var a="",b=this.read;b<this.data.byteLength;++b){var c=
199
this.data.getUint8(b);16>c&&(a+="0");a+=c.toString(16)}return a};d.DataBuffer.prototype.toString=function(a){var b=new Uint8Array(this.data,this.read,this.length());a=a||"utf8";if("binary"===a||"raw"===a)return d.binary.raw.encode(b);if("hex"===a)return d.binary.hex.encode(b);if("base64"===a)return d.binary.base64.encode(b);if("utf8"===a)return d.text.utf8.decode(b);if("utf16"===a)return d.text.utf16.decode(b);throw Error("Invalid encoding: "+a);};d.createBuffer=function(a,b){void 0!==a&&"utf8"===
200
-(b||"raw")&&(a=d.encodeUtf8(a));return new d.ByteBuffer(a)};d.fillString=function(a,b){for(var c="";0<b;)b&1&&(c+=a),b>>>=1,0<b&&(a+=a);return c};d.xorBytes=function(a,b,c){for(var g="",d="",n="",e=0,l=0;0<c;--c,++e)d=a.charCodeAt(e)^b.charCodeAt(e),10<=l&&(g+=n,n="",l=0),n+=String.fromCharCode(d),++l;return g+n};d.hexToBytes=function(a){var b="",c=0;a.length&1&&(c=1,b+=String.fromCharCode(parseInt(a[0],16)));for(;c<a.length;c+=2)b+=String.fromCharCode(parseInt(a.substr(c,2),16));return b};d.bytesToHex=
201
-function(a){return d.createBuffer(a).toHex()};d.int32ToBytes=function(a){return String.fromCharCode(a>>24&255)+String.fromCharCode(a>>16&255)+String.fromCharCode(a>>8&255)+String.fromCharCode(a&255)};var e=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];d.encode64=function(a,b){for(var c="",g="",d,n,e,l=0;l<a.length;)d=
202
-a.charCodeAt(l++),n=a.charCodeAt(l++),e=a.charCodeAt(l++),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d>>2),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((d&3)<<4|n>>4),isNaN(n)?c+="==":(c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((n&15)<<2|e>>6),c+=isNaN(e)?"=":"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e&63)),b&&c.length>b&&(g+=c.substr(0,b)+"\r\n",c=c.substr(b));return g+
203
-c};d.decode64=function(a){a=a.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var b="",c,g,d,n,l=0;l<a.length;)c=e[a.charCodeAt(l++)-43],g=e[a.charCodeAt(l++)-43],d=e[a.charCodeAt(l++)-43],n=e[a.charCodeAt(l++)-43],b+=String.fromCharCode(c<<2|g>>4),64!==d&&(b+=String.fromCharCode((g&15)<<4|d>>2),64!==n&&(b+=String.fromCharCode((d&3)<<6|n)));return b};d.encodeUtf8=function(a){return unescape(encodeURIComponent(a))};d.decodeUtf8=function(a){return decodeURIComponent(escape(a))};d.binary={raw:{},hex:{},base64:{}};
200
+(b||"raw")&&(a=d.encodeUtf8(a));return new d.ByteBuffer(a)};d.fillString=function(a,b){for(var c="";0<b;)b&1&&(c+=a),b>>>=1,0<b&&(a+=a);return c};d.xorBytes=function(a,b,c){for(var g="",d="",n="",e=0,k=0;0<c;--c,++e)d=a.charCodeAt(e)^b.charCodeAt(e),10<=k&&(g+=n,n="",k=0),n+=String.fromCharCode(d),++k;return g+n};d.hexToBytes=function(a){var b="",c=0;a.length&1&&(c=1,b+=String.fromCharCode(parseInt(a[0],16)));for(;c<a.length;c+=2)b+=String.fromCharCode(parseInt(a.substr(c,2),16));return b};d.bytesToHex=
201
+function(a){return d.createBuffer(a).toHex()};d.int32ToBytes=function(a){return String.fromCharCode(a>>24&255)+String.fromCharCode(a>>16&255)+String.fromCharCode(a>>8&255)+String.fromCharCode(a&255)};var e=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];d.encode64=function(a,b){for(var c="",g="",d,n,e,k=0;k<a.length;)d=
202
+a.charCodeAt(k++),n=a.charCodeAt(k++),e=a.charCodeAt(k++),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d>>2),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((d&3)<<4|n>>4),isNaN(n)?c+="==":(c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((n&15)<<2|e>>6),c+=isNaN(e)?"=":"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e&63)),b&&c.length>b&&(g+=c.substr(0,b)+"\r\n",c=c.substr(b));return g+
203
+c};d.decode64=function(a){a=a.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var b="",c,g,d,n,k=0;k<a.length;)c=e[a.charCodeAt(k++)-43],g=e[a.charCodeAt(k++)-43],d=e[a.charCodeAt(k++)-43],n=e[a.charCodeAt(k++)-43],b+=String.fromCharCode(c<<2|g>>4),64!==d&&(b+=String.fromCharCode((g&15)<<4|d>>2),64!==n&&(b+=String.fromCharCode((d&3)<<6|n)));return b};d.encodeUtf8=function(a){return unescape(encodeURIComponent(a))};d.decodeUtf8=function(a){return decodeURIComponent(escape(a))};d.binary={raw:{},hex:{},base64:{}};
204
d.binary.raw.encode=function(a){return String.fromCharCode.apply(null,a)};d.binary.raw.decode=function(a,b,c){var g=b;g||(g=new Uint8Array(a.length));for(var d=c=c||0,n=0;n<a.length;++n)g[d++]=a.charCodeAt(n);return b?d-c:g};d.binary.hex.encode=d.bytesToHex;d.binary.hex.decode=function(a,b,c){var g=b;g||(g=new Uint8Array(Math.ceil(a.length/2)));c=c||0;var d=0,n=c;a.length&1&&(d=1,g[n++]=parseInt(a[0],16));for(;d<a.length;d+=2)g[n++]=parseInt(a.substr(d,2),16);return b?n-c:g};d.binary.base64.encode=
205
-function(a,b){for(var c="",g="",d,n,e,l=0;l<a.byteLength;)d=a[l++],n=a[l++],e=a[l++],c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d>>2),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((d&3)<<4|n>>4),isNaN(n)?c+="==":(c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((n&15)<<2|e>>6),c+=isNaN(e)?"=":"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e&63)),b&&c.length>b&&(g+=c.substr(0,
206
-b)+"\r\n",c=c.substr(b));return g+c};d.binary.base64.decode=function(a,b,c){var g=b;g||(g=new Uint8Array(3*Math.ceil(a.length/4)));a=a.replace(/[^A-Za-z0-9\+\/\=]/g,"");c=c||0;for(var d,n,l,m,u=0,q=c;u<a.length;)d=e[a.charCodeAt(u++)-43],n=e[a.charCodeAt(u++)-43],l=e[a.charCodeAt(u++)-43],m=e[a.charCodeAt(u++)-43],g[q++]=d<<2|n>>4,64!==l&&(g[q++]=(n&15)<<4|l>>2,64!==m&&(g[q++]=(l&3)<<6|m));return b?q-c:g.subarray(0,q)};d.text={utf8:{},utf16:{}};d.text.utf8.encode=function(a,b,c){a=d.encodeUtf8(a);
207
-var g=b;g||(g=new Uint8Array(a.length));for(var n=c=c||0,e=0;e<a.length;++e)g[n++]=a.charCodeAt(e);return b?n-c:g};d.text.utf8.decode=function(a){return d.decodeUtf8(String.fromCharCode.apply(null,a))};d.text.utf16.encode=function(a,b,c){var g=b;g||(g=new Uint8Array(2*a.length));for(var d=new Uint16Array(g.buffer),n=c=c||0,e=c,l=0;l<a.length;++l)d[e++]=a.charCodeAt(l),n+=2;return b?n-c:g};d.text.utf16.decode=function(a){return String.fromCharCode.apply(null,new Uint16Array(a.buffer))};d.deflate=function(a,
208
-b,c){b=d.decode64(a.deflate(d.encode64(b)).rval);c&&(a=2,b.charCodeAt(1)&32&&(a=6),b=b.substring(a,b.length-4));return b};d.inflate=function(a,b,c){a=a.inflate(d.encode64(b)).rval;return null===a?null:d.decode64(a)};var v=function(a,b,c){if(!a)throw Error("WebStorage not available.");null===c?a=a.removeItem(b):(c=d.encode64(JSON.stringify(c)),a=a.setItem(b,c));if("undefined"!==typeof a&&!0!==a.rval)throw b=Error(a.error.message),b.id=a.error.id,b.name=a.error.name,b;},B=function(a,b){if(!a)throw Error("WebStorage not available.");
209
-var c=a.getItem(b);if(a.init)if(null===c.rval){if(c.error){var g=Error(c.error.message);g.id=c.error.id;g.name=c.error.name;throw g;}c=null}else c=c.rval;null!==c&&(c=JSON.parse(d.decode64(c)));return c},l=function(a,b,c,g){var d=B(a,b);null===d&&(d={});d[c]=g;v(a,b,d)},g=function(a,b,c){a=B(a,b);null!==a&&(a=c in a?a[c]:null);return a},I=function(a,b,c){var g=B(a,b);if(null!==g&&c in g){delete g[c];c=!0;for(var d in g){c=!1;break}c&&(g=null);v(a,b,g)}},u=function(a,b){v(a,b,null)},h=function(a,b,
210
-c){var g=null;"undefined"===typeof c&&(c=["web","flash"]);var d,n=!1,e=null,l;for(l in c){d=c[l];try{if("flash"===d||"both"===d){if(null===b[0])throw Error("Flash local storage not available.");g=a.apply(this,b);n="flash"===d}if("web"===d||"both"===d)b[0]=localStorage,g=a.apply(this,b),n=!0}catch(k){e=k}if(n)break}if(!n)throw e;return g};d.setItem=function(a,b,c,g,d){h(l,arguments,d)};d.getItem=function(a,b,c,d){return h(g,arguments,d)};d.removeItem=function(a,b,c,g){h(I,arguments,g)};d.clearItems=
211
-function(a,b,c){h(u,arguments,c)};d.parseUrl=function(a){var b=/^(https?):\/\/([^:&^\/]*):?(\d*)(.*)$/g;b.lastIndex=0;b=b.exec(a);if(a=null===b?null:{full:a,scheme:b[1],host:b[2],port:b[3],path:b[4]})a.fullHost=a.host,a.port?80!==a.port&&"http"===a.scheme?a.fullHost+=":"+a.port:443!==a.port&&"https"===a.scheme&&(a.fullHost+=":"+a.port):"http"===a.scheme?a.port=80:"https"===a.scheme&&(a.port=443),a.full=a.scheme+"://"+a.fullHost;return a};var w=null;d.getQueryVariables=function(a){var b=function(a){var b=
212
-{};a=a.split("&");for(var c=0;c<a.length;c++){var g=a[c].indexOf("="),d;0<g?(d=a[c].substring(0,g),g=a[c].substring(g+1)):(d=a[c],g=null);d in b||(b[d]=[]);d in Object.prototype||null===g||b[d].push(unescape(g))}return b};"undefined"===typeof a?(null===w&&(w="undefined"!==typeof window&&window.location&&window.location.search?b(window.location.search.substring(1)):{}),a=w):a=b(a);return a};d.parseFragment=function(a){var b=a,c="",g=a.indexOf("?");0<g&&(b=a.substring(0,g),c=a.substring(g+1));a=b.split("/");
205
+function(a,b){for(var c="",g="",d,n,e,k=0;k<a.byteLength;)d=a[k++],n=a[k++],e=a[k++],c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d>>2),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((d&3)<<4|n>>4),isNaN(n)?c+="==":(c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt((n&15)<<2|e>>6),c+=isNaN(e)?"=":"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e&63)),b&&c.length>b&&(g+=c.substr(0,
206
+b)+"\r\n",c=c.substr(b));return g+c};d.binary.base64.decode=function(a,b,c){var g=b;g||(g=new Uint8Array(3*Math.ceil(a.length/4)));a=a.replace(/[^A-Za-z0-9\+\/\=]/g,"");c=c||0;for(var d,n,k,m,u=0,r=c;u<a.length;)d=e[a.charCodeAt(u++)-43],n=e[a.charCodeAt(u++)-43],k=e[a.charCodeAt(u++)-43],m=e[a.charCodeAt(u++)-43],g[r++]=d<<2|n>>4,64!==k&&(g[r++]=(n&15)<<4|k>>2,64!==m&&(g[r++]=(k&3)<<6|m));return b?r-c:g.subarray(0,r)};d.text={utf8:{},utf16:{}};d.text.utf8.encode=function(a,b,c){a=d.encodeUtf8(a);
207
+var g=b;g||(g=new Uint8Array(a.length));for(var n=c=c||0,e=0;e<a.length;++e)g[n++]=a.charCodeAt(e);return b?n-c:g};d.text.utf8.decode=function(a){return d.decodeUtf8(String.fromCharCode.apply(null,a))};d.text.utf16.encode=function(a,b,c){var g=b;g||(g=new Uint8Array(2*a.length));for(var d=new Uint16Array(g.buffer),n=c=c||0,e=c,k=0;k<a.length;++k)d[e++]=a.charCodeAt(k),n+=2;return b?n-c:g};d.text.utf16.decode=function(a){return String.fromCharCode.apply(null,new Uint16Array(a.buffer))};d.deflate=function(a,
208
+b,c){b=d.decode64(a.deflate(d.encode64(b)).rval);c&&(a=2,b.charCodeAt(1)&32&&(a=6),b=b.substring(a,b.length-4));return b};d.inflate=function(a,b,c){a=a.inflate(d.encode64(b)).rval;return null===a?null:d.decode64(a)};var z=function(a,b,c){if(!a)throw Error("WebStorage not available.");null===c?a=a.removeItem(b):(c=d.encode64(JSON.stringify(c)),a=a.setItem(b,c));if("undefined"!==typeof a&&!0!==a.rval)throw b=Error(a.error.message),b.id=a.error.id,b.name=a.error.name,b;},B=function(a,b){if(!a)throw Error("WebStorage not available.");
209
+var c=a.getItem(b);if(a.init)if(null===c.rval){if(c.error){var g=Error(c.error.message);g.id=c.error.id;g.name=c.error.name;throw g;}c=null}else c=c.rval;null!==c&&(c=JSON.parse(d.decode64(c)));return c},k=function(a,b,c,g){var d=B(a,b);null===d&&(d={});d[c]=g;z(a,b,d)},g=function(a,b,c){a=B(a,b);null!==a&&(a=c in a?a[c]:null);return a},J=function(a,b,c){var g=B(a,b);if(null!==g&&c in g){delete g[c];c=!0;for(var d in g){c=!1;break}c&&(g=null);z(a,b,g)}},u=function(a,b){z(a,b,null)},l=function(a,b,
210
+c){var g=null;"undefined"===typeof c&&(c=["web","flash"]);var d,n=!1,e=null,k;for(k in c){d=c[k];try{if("flash"===d||"both"===d){if(null===b[0])throw Error("Flash local storage not available.");g=a.apply(this,b);n="flash"===d}if("web"===d||"both"===d)b[0]=localStorage,g=a.apply(this,b),n=!0}catch(h){e=h}if(n)break}if(!n)throw e;return g};d.setItem=function(a,b,c,g,d){l(k,arguments,d)};d.getItem=function(a,b,c,d){return l(g,arguments,d)};d.removeItem=function(a,b,c,g){l(J,arguments,g)};d.clearItems=
211
+function(a,b,c){l(u,arguments,c)};d.parseUrl=function(a){var b=/^(https?):\/\/([^:&^\/]*):?(\d*)(.*)$/g;b.lastIndex=0;b=b.exec(a);if(a=null===b?null:{full:a,scheme:b[1],host:b[2],port:b[3],path:b[4]})a.fullHost=a.host,a.port?80!==a.port&&"http"===a.scheme?a.fullHost+=":"+a.port:443!==a.port&&"https"===a.scheme&&(a.fullHost+=":"+a.port):"http"===a.scheme?a.port=80:"https"===a.scheme&&(a.port=443),a.full=a.scheme+"://"+a.fullHost;return a};var x=null;d.getQueryVariables=function(a){var b=function(a){var b=
212
+{};a=a.split("&");for(var c=0;c<a.length;c++){var g=a[c].indexOf("="),d;0<g?(d=a[c].substring(0,g),g=a[c].substring(g+1)):(d=a[c],g=null);d in b||(b[d]=[]);d in Object.prototype||null===g||b[d].push(unescape(g))}return b};"undefined"===typeof a?(null===x&&(x="undefined"!==typeof window&&window.location&&window.location.search?b(window.location.search.substring(1)):{}),a=x):a=b(a);return a};d.parseFragment=function(a){var b=a,c="",g=a.indexOf("?");0<g&&(b=a.substring(0,g),c=a.substring(g+1));a=b.split("/");
213
0<a.length&&""===a[0]&&a.shift();g=""===c?{}:d.getQueryVariables(c);return{pathString:b,queryString:c,path:a,query:g}};d.makeRequest=function(a){var b=d.parseFragment(a),c={path:b.pathString,query:b.queryString,getPath:function(a){return"undefined"===typeof a?b.path:b.path[a]},getQuery:function(a,c){var g;"undefined"===typeof a?g=b.query:(g=b.query[a])&&"undefined"!==typeof c&&(g=g[c]);return g},getQueryLast:function(a,b){var g=c.getQuery(a);return g?g[g.length-1]:b}};return c};d.makeLink=function(a,
214
b,c){a=jQuery.isArray(a)?a.join("/"):a;b=jQuery.param(b||{});c=c||"";return a+(0<b.length?"?"+b:"")+(0<c.length?"#"+c:"")};d.setPath=function(a,b,c){if("object"===typeof a&&null!==a)for(var g=0,d=b.length;g<d;){var n=b[g++];if(g==d)a[n]=c;else{var e=n in a;if(!e||e&&"object"!==typeof a[n]||e&&null===a[n])a[n]={};a=a[n]}}};d.getPath=function(a,b,c){for(var g=0,d=b.length,n=!0;n&&g<d&&"object"===typeof a&&null!==a;){var e=b[g++];(n=e in a)&&(a=a[e])}return n?a:c};d.deletePath=function(a,b){if("object"===
215
typeof a&&null!==a)for(var c=0,g=b.length;c<g;){var d=b[c++];if(c==g)delete a[d];else{if(!(d in a)||"object"!==typeof a[d]||null===a[d])break;a=a[d]}}};d.isEmpty=function(a){for(var b in a)if(a.hasOwnProperty(b))return!1;return!0};d.format=function(a){var b=/%./g,c,g,d=0,n=[];for(g=0;c=b.exec(a);)switch(g=a.substring(g,b.lastIndex-2),0<g.length&&n.push(g),g=b.lastIndex,c=c[0][1],c){case "s":case "o":d<arguments.length?n.push(arguments[d++ +1]):n.push("<?>");break;case "%":n.push("%");break;default:n.push("<#"+
216
c+"?>")}n.push(a.substring(g));return n.join("")};d.formatNumber=function(a,b,c,g){var d=isNaN(b=Math.abs(b))?2:b;b=void 0===c?",":c;g=void 0===g?".":g;c=0>a?"-":"";var n=parseInt(a=Math.abs(+a||0).toFixed(d),10)+"",e=3<n.length?n.length%3:0;return c+(e?n.substr(0,e)+g:"")+n.substr(e).replace(/(\d{3})(?=\d)/g,"$1"+g)+(d?b+Math.abs(a-n).toFixed(d).slice(2):"")};d.formatSize=function(a){return a=1073741824<=a?d.formatNumber(a/1073741824,2,".","")+" GiB":1048576<=a?d.formatNumber(a/1048576,2,".","")+
217
" MiB":1024<=a?d.formatNumber(a/1024,0)+" KiB":d.formatNumber(a,0)+" bytes"};d.bytesFromIP=function(a){return-1!==a.indexOf(".")?d.bytesFromIPv4(a):-1!==a.indexOf(":")?d.bytesFromIPv6(a):null};d.bytesFromIPv4=function(a){a=a.split(".");if(4!==a.length)return null;for(var b=d.createBuffer(),c=0;c<a.length;++c){var g=parseInt(a[c],10);if(isNaN(g))return null;b.putByte(g)}return b.getBytes()};d.bytesFromIPv6=function(a){var b=0;a=a.split(":").filter(function(a){0===a.length&&++b;return!0});for(var c=
218
2*(8-a.length+b),g=d.createBuffer(),n=0;8>n;++n)if(a[n]&&0!==a[n].length){var e=d.hexToBytes(a[n]);2>e.length&&g.putByte(0);g.putBytes(e)}else g.fillWithByte(0,c),c=0;return g.getBytes()};d.bytesToIP=function(a){return 4===a.length?d.bytesToIPv4(a):16===a.length?d.bytesToIPv6(a):null};d.bytesToIPv4=function(a){if(4!==a.length)return null;for(var b=[],c=0;c<a.length;++c)b.push(a.charCodeAt(c));return b.join(".")};d.bytesToIPv6=function(a){if(16!==a.length)return null;for(var b=[],c=[],g=0,n=0;n<a.length;n+=
219
-2){for(var e=d.bytesToHex(a[n]+a[n+1]);"0"===e[0]&&"0"!==e;)e=e.substr(1);if("0"===e){var l=c[c.length-1],k=b.length;l&&k===l.end+1?(l.end=k,l.end-l.start>c[g].end-c[g].start&&(g=c.length-1)):c.push({start:k,end:k})}b.push(e)}0<c.length&&(a=c[g],0<a.end-a.start&&(b.splice(a.start,a.end-a.start+1,""),0===a.start&&b.unshift(""),7===a.end&&b.push("")));return b.join(":")};d.estimateCores=function(a,b){function c(a,l,k){if(0===l){var m=Math.floor(a.reduce(function(a,b){return a+b},0)/a.length);d.cores=
220
-Math.max(1,m);URL.revokeObjectURL(e);return b(null,d.cores)}g(k,function(b,g){a.push(n(k,g));c(a,l-1,k)})}function g(a,b){for(var c=[],d=[],n=0;n<a;++n){var A=new Worker(e);A.addEventListener("message",function(g){d.push(g.data);if(d.length===a){for(g=0;g<a;++g)c[g].terminate();b(null,d)}});c.push(A)}for(n=0;n<a;++n)c[n].postMessage(n)}function n(a,b){for(var c=[],g=0;g<a;++g)for(var d=b[g],e=c[g]=[],x=0;x<a;++x)if(g!==x){var A=b[x];(d.st>A.st&&d.st<A.et||A.st>d.st&&A.st<d.et)&&e.push(x)}return c.reduce(function(a,
219
+2){for(var e=d.bytesToHex(a[n]+a[n+1]);"0"===e[0]&&"0"!==e;)e=e.substr(1);if("0"===e){var k=c[c.length-1],h=b.length;k&&h===k.end+1?(k.end=h,k.end-k.start>c[g].end-c[g].start&&(g=c.length-1)):c.push({start:h,end:h})}b.push(e)}0<c.length&&(a=c[g],0<a.end-a.start&&(b.splice(a.start,a.end-a.start+1,""),0===a.start&&b.unshift(""),7===a.end&&b.push("")));return b.join(":")};d.estimateCores=function(a,b){function c(a,k,h){if(0===k){var m=Math.floor(a.reduce(function(a,b){return a+b},0)/a.length);d.cores=
220
+Math.max(1,m);URL.revokeObjectURL(e);return b(null,d.cores)}g(h,function(b,g){a.push(n(h,g));c(a,k-1,h)})}function g(a,b){for(var c=[],d=[],n=0;n<a;++n){var k=new Worker(e);k.addEventListener("message",function(g){d.push(g.data);if(d.length===a){for(g=0;g<a;++g)c[g].terminate();b(null,d)}});c.push(k)}for(n=0;n<a;++n)c[n].postMessage(n)}function n(a,b){for(var c=[],g=0;g<a;++g)for(var d=b[g],e=c[g]=[],k=0;k<a;++k)if(g!==k){var y=b[k];(d.st>y.st&&d.st<y.et||y.st>d.st&&y.st<d.et)&&e.push(k)}return c.reduce(function(a,
221
b){return Math.max(a,b.length)},0)}"function"===typeof a&&(b=a,a={});a=a||{};if("cores"in d&&!a.update)return b(null,d.cores);if("undefined"!==typeof navigator&&"hardwareConcurrency"in navigator&&0<navigator.hardwareConcurrency)return d.cores=navigator.hardwareConcurrency,b(null,d.cores);if("undefined"===typeof Worker)return d.cores=1,b(null,d.cores);if("undefined"===typeof Blob)return d.cores=2,b(null,d.cores);var e=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(a){a=
222
-Date.now();for(var b=a+4;Date.now()<b;);self.postMessage({st:a,et:b})})}.toString(),")()"],{type:"application/javascript"}));c([],5,16)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.util)return c.util;c.defined.util=!0;for(var m=0;m<e.length;++m)e[m](c);
223
-return c.util}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/util",["require","module"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.cipher=a.cipher||{};a.cipher.algorithms=a.cipher.algorithms||{};a.cipher.createCipher=function(b,c){var d=b;"string"===typeof d&&(d=a.cipher.getAlgorithm(d))&&
222
+Date.now();for(var b=a+4;Date.now()<b;);self.postMessage({st:a,et:b})})}.toString(),")()"],{type:"application/javascript"}));c([],5,16)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.util)return c.util;c.defined.util=!0;for(var m=0;m<e.length;++m)e[m](c);
223
+return c.util}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/util",["require","module"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.cipher=a.cipher||{};a.cipher.algorithms=a.cipher.algorithms||{};a.cipher.createCipher=function(b,c){var d=b;"string"===typeof d&&(d=a.cipher.getAlgorithm(d))&&
224
(d=d());if(!d)throw Error("Unsupported algorithm: "+b);return new a.cipher.BlockCipher({algorithm:d,key:c,decrypt:!1})};a.cipher.createDecipher=function(b,c){var d=b;"string"===typeof d&&(d=a.cipher.getAlgorithm(d))&&(d=d());if(!d)throw Error("Unsupported algorithm: "+b);return new a.cipher.BlockCipher({algorithm:d,key:c,decrypt:!0})};a.cipher.registerAlgorithm=function(b,c){b=b.toUpperCase();a.cipher.algorithms[b]=c};a.cipher.getAlgorithm=function(b){b=b.toUpperCase();return b in a.cipher.algorithms?
225
a.cipher.algorithms[b]:null};var c=a.cipher.BlockCipher=function(a){this.algorithm=a.algorithm;this.mode=this.algorithm.mode;this.blockSize=this.mode.blockSize;this._finish=!1;this.output=this._input=null;this._op=a.decrypt?this.mode.decrypt:this.mode.encrypt;this._decrypt=a.decrypt;this.algorithm.initialize(a)};c.prototype.start=function(b){b=b||{};var c={},d;for(d in b)c[d]=b[d];c.decrypt=this._decrypt;this._finish=!1;this._input=a.util.createBuffer();this.output=b.output||a.util.createBuffer();
226
this.mode.start(c)};c.prototype.update=function(a){for(a&&this._input.putBuffer(a);!this._op.call(this.mode,this._input,this.output,this._finish)&&!this._finish;);this._input.compact()};c.prototype.finish=function(a){!a||"ECB"!==this.mode.name&&"CBC"!==this.mode.name||(this.mode.pad=function(b){return a(this.blockSize,b,!1)},this.mode.unpad=function(b){return a(this.blockSize,b,!0)});var b={};b.decrypt=this._decrypt;b.overflow=this._input.length()%this.blockSize;if(!this._decrypt&&this.mode.pad&&
227
-!this.mode.pad(this._input,b))return!1;this._finish=!0;this.update();return this._decrypt&&this.mode.unpad&&!this.mode.unpad(this.output,b)||this.mode.afterFinish&&!this.mode.afterFinish(this.output,b)?!1:!0}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.cipher)return c.cipher;
228
-c.defined.cipher=!0;for(var m=0;m<e.length;++m)e[m](c);return c.cipher}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/cipher",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b){"string"===typeof b&&(b=a.util.createBuffer(b));if(a.util.isArray(b)&&
229
-4<b.length){var d=b;b=a.util.createBuffer();for(var g=0;g<d.length;++g)b.putByte(d[g])}a.util.isArray(b)||(b=[b.getInt32(),b.getInt32(),b.getInt32(),b.getInt32()]);return b}function d(a){a[a.length-1]=a[a.length-1]+1&4294967295}function e(a){return[a/4294967296|0,a&4294967295]}a.cipher=a.cipher||{};var v=a.cipher.modes=a.cipher.modes||{};v.ecb=function(a){a=a||{};this.name="ECB";this.cipher=a.cipher;this.blockSize=a.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);this._outBlock=
230
-Array(this._ints)};v.ecb.prototype.start=function(a){};v.ecb.prototype.encrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c])};v.ecb.prototype.decrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.decrypt(this._inBlock,
231
-this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c])};v.ecb.prototype.pad=function(a,b){var c=a.length()===this.blockSize?this.blockSize:this.blockSize-a.length();a.fillWithByte(c,c);return!0};v.ecb.prototype.unpad=function(a,b){if(0<b.overflow)return!1;var c=a.length(),c=a.at(c-1);if(c>this.blockSize<<2)return!1;a.truncate(c);return!0};v.cbc=function(a){a=a||{};this.name="CBC";this.cipher=a.cipher;this.blockSize=a.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);
232
-this._outBlock=Array(this._ints)};v.cbc.prototype.start=function(a){if(null===a.iv){if(!this._prev)throw Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in a)this._iv=c(a.iv),this._prev=this._iv.slice(0);else throw Error("Invalid IV parameter.");};v.cbc.prototype.encrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=this._prev[c]^a.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c]);
233
-this._prev=this._outBlock};v.cbc.prototype.decrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._prev[c]^this._outBlock[c]);this._prev=this._inBlock.slice(0)};v.cbc.prototype.pad=function(a,b){var c=a.length()===this.blockSize?this.blockSize:this.blockSize-a.length();a.fillWithByte(c,c);return!0};v.cbc.prototype.unpad=function(a,
234
-b){if(0<b.overflow)return!1;var c=a.length(),c=a.at(c-1);if(c>this.blockSize<<2)return!1;a.truncate(c);return!0};v.cfb=function(b){b=b||{};this.name="CFB";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};v.cfb.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");this._iv=c(a.iv);this._inBlock=
235
-this._iv.slice(0);this._partialBytes=0};v.cfb.prototype.encrypt=function(a,b,c){var d=a.length();if(0===d)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&d>=this.blockSize)for(var n=0;n<this._ints;++n)this._inBlock[n]=a.getInt32()^this._outBlock[n],b.putInt32(this._inBlock[n]);else{var e=(this.blockSize-d)%this.blockSize;0<e&&(e=this.blockSize-e);this._partialOutput.clear();for(n=0;n<this._ints;++n)this._partialBlock[n]=a.getInt32()^this._outBlock[n],this._partialOutput.putInt32(this._partialBlock[n]);
236
-if(0<e)a.read-=this.blockSize;else for(n=0;n<this._ints;++n)this._inBlock[n]=this._partialBlock[n];0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};v.cfb.prototype.decrypt=function(a,b,c){var d=a.length();if(0===d)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&
227
+!this.mode.pad(this._input,b))return!1;this._finish=!0;this.update();return this._decrypt&&this.mode.unpad&&!this.mode.unpad(this.output,b)||this.mode.afterFinish&&!this.mode.afterFinish(this.output,b)?!1:!0}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.cipher)return c.cipher;
228
+c.defined.cipher=!0;for(var m=0;m<e.length;++m)e[m](c);return c.cipher}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/cipher",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b){"string"===typeof b&&(b=a.util.createBuffer(b));if(a.util.isArray(b)&&
229
+4<b.length){var d=b;b=a.util.createBuffer();for(var g=0;g<d.length;++g)b.putByte(d[g])}a.util.isArray(b)||(b=[b.getInt32(),b.getInt32(),b.getInt32(),b.getInt32()]);return b}function d(a){a[a.length-1]=a[a.length-1]+1&4294967295}function e(a){return[a/4294967296|0,a&4294967295]}a.cipher=a.cipher||{};var z=a.cipher.modes=a.cipher.modes||{};z.ecb=function(a){a=a||{};this.name="ECB";this.cipher=a.cipher;this.blockSize=a.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);this._outBlock=
230
+Array(this._ints)};z.ecb.prototype.start=function(a){};z.ecb.prototype.encrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c])};z.ecb.prototype.decrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.decrypt(this._inBlock,
231
+this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c])};z.ecb.prototype.pad=function(a,b){var c=a.length()===this.blockSize?this.blockSize:this.blockSize-a.length();a.fillWithByte(c,c);return!0};z.ecb.prototype.unpad=function(a,b){if(0<b.overflow)return!1;var c=a.length(),c=a.at(c-1);if(c>this.blockSize<<2)return!1;a.truncate(c);return!0};z.cbc=function(a){a=a||{};this.name="CBC";this.cipher=a.cipher;this.blockSize=a.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);
232
+this._outBlock=Array(this._ints)};z.cbc.prototype.start=function(a){if(null===a.iv){if(!this._prev)throw Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in a)this._iv=c(a.iv),this._prev=this._iv.slice(0);else throw Error("Invalid IV parameter.");};z.cbc.prototype.encrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=this._prev[c]^a.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._outBlock[c]);
233
+this._prev=this._outBlock};z.cbc.prototype.decrypt=function(a,b,c){if(a.length()<this.blockSize&&!(c&&0<a.length()))return!0;for(c=0;c<this._ints;++c)this._inBlock[c]=a.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(c=0;c<this._ints;++c)b.putInt32(this._prev[c]^this._outBlock[c]);this._prev=this._inBlock.slice(0)};z.cbc.prototype.pad=function(a,b){var c=a.length()===this.blockSize?this.blockSize:this.blockSize-a.length();a.fillWithByte(c,c);return!0};z.cbc.prototype.unpad=function(a,
234
+b){if(0<b.overflow)return!1;var c=a.length(),c=a.at(c-1);if(c>this.blockSize<<2)return!1;a.truncate(c);return!0};z.cfb=function(b){b=b||{};this.name="CFB";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};z.cfb.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");this._iv=c(a.iv);this._inBlock=
235
+this._iv.slice(0);this._partialBytes=0};z.cfb.prototype.encrypt=function(a,b,c){var d=a.length();if(0===d)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&d>=this.blockSize)for(var n=0;n<this._ints;++n)this._inBlock[n]=a.getInt32()^this._outBlock[n],b.putInt32(this._inBlock[n]);else{var e=(this.blockSize-d)%this.blockSize;0<e&&(e=this.blockSize-e);this._partialOutput.clear();for(n=0;n<this._ints;++n)this._partialBlock[n]=a.getInt32()^this._outBlock[n],this._partialOutput.putInt32(this._partialBlock[n]);
236
+if(0<e)a.read-=this.blockSize;else for(n=0;n<this._ints;++n)this._inBlock[n]=this._partialBlock[n];0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};z.cfb.prototype.decrypt=function(a,b,c){var d=a.length();if(0===d)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&
237
d>=this.blockSize)for(var n=0;n<this._ints;++n)this._inBlock[n]=a.getInt32(),b.putInt32(this._inBlock[n]^this._outBlock[n]);else{var e=(this.blockSize-d)%this.blockSize;0<e&&(e=this.blockSize-e);this._partialOutput.clear();for(n=0;n<this._ints;++n)this._partialBlock[n]=a.getInt32(),this._partialOutput.putInt32(this._partialBlock[n]^this._outBlock[n]);if(0<e)a.read-=this.blockSize;else for(n=0;n<this._ints;++n)this._inBlock[n]=this._partialBlock[n];0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);
238
-if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};v.ofb=function(b){b=b||{};this.name="OFB";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};v.ofb.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");
239
-this._iv=c(a.iv);this._inBlock=this._iv.slice(0);this._partialBytes=0};v.ofb.prototype.encrypt=function(a,b,c){var d=a.length();if(0===a.length())return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&d>=this.blockSize)for(var n=0;n<this._ints;++n)b.putInt32(a.getInt32()^this._outBlock[n]),this._inBlock[n]=this._outBlock[n];else{var e=(this.blockSize-d)%this.blockSize;0<e&&(e=this.blockSize-e);this._partialOutput.clear();for(n=0;n<this._ints;++n)this._partialOutput.putInt32(a.getInt32()^
240
-this._outBlock[n]);if(0<e)a.read-=this.blockSize;else for(n=0;n<this._ints;++n)this._inBlock[n]=this._outBlock[n];0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};v.ofb.prototype.decrypt=v.ofb.prototype.encrypt;v.ctr=function(b){b=b||{};this.name="CTR";this.cipher=b.cipher;this.blockSize=
241
-b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};v.ctr.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");this._iv=c(a.iv);this._inBlock=this._iv.slice(0);this._partialBytes=0};v.ctr.prototype.encrypt=function(a,b,c){var n=a.length();if(0===n)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&n>=this.blockSize)for(var e=0;e<
242
-this._ints;++e)b.putInt32(a.getInt32()^this._outBlock[e]);else{var k=(this.blockSize-n)%this.blockSize;0<k&&(k=this.blockSize-k);this._partialOutput.clear();for(e=0;e<this._ints;++e)this._partialOutput.putInt32(a.getInt32()^this._outBlock[e]);0<k&&(a.read-=this.blockSize);0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<k&&!c)return b.putBytes(this._partialOutput.getBytes(k-this._partialBytes)),this._partialBytes=k,!0;b.putBytes(this._partialOutput.getBytes(n-this._partialBytes));
243
-this._partialBytes=0}d(this._inBlock)};v.ctr.prototype.decrypt=v.ctr.prototype.encrypt;v.gcm=function(b){b=b||{};this.name="GCM";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0;this._R=3774873600};v.gcm.prototype.start=function(b){if(!("iv"in b))throw Error("Invalid IV parameter.");var c=a.util.createBuffer(b.iv);this._cipherLength=0;var g;
238
+if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};z.ofb=function(b){b=b||{};this.name="OFB";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};z.ofb.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");
239
+this._iv=c(a.iv);this._inBlock=this._iv.slice(0);this._partialBytes=0};z.ofb.prototype.encrypt=function(a,b,c){var d=a.length();if(0===a.length())return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&d>=this.blockSize)for(var n=0;n<this._ints;++n)b.putInt32(a.getInt32()^this._outBlock[n]),this._inBlock[n]=this._outBlock[n];else{var e=(this.blockSize-d)%this.blockSize;0<e&&(e=this.blockSize-e);this._partialOutput.clear();for(n=0;n<this._ints;++n)this._partialOutput.putInt32(a.getInt32()^
240
+this._outBlock[n]);if(0<e)a.read-=this.blockSize;else for(n=0;n<this._ints;++n)this._inBlock[n]=this._outBlock[n];0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<e&&!c)return b.putBytes(this._partialOutput.getBytes(e-this._partialBytes)),this._partialBytes=e,!0;b.putBytes(this._partialOutput.getBytes(d-this._partialBytes));this._partialBytes=0}};z.ofb.prototype.decrypt=z.ofb.prototype.encrypt;z.ctr=function(b){b=b||{};this.name="CTR";this.cipher=b.cipher;this.blockSize=
241
+b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=null;this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0};z.ctr.prototype.start=function(a){if(!("iv"in a))throw Error("Invalid IV parameter.");this._iv=c(a.iv);this._inBlock=this._iv.slice(0);this._partialBytes=0};z.ctr.prototype.encrypt=function(a,b,c){var n=a.length();if(0===n)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&n>=this.blockSize)for(var e=0;e<
242
+this._ints;++e)b.putInt32(a.getInt32()^this._outBlock[e]);else{var h=(this.blockSize-n)%this.blockSize;0<h&&(h=this.blockSize-h);this._partialOutput.clear();for(e=0;e<this._ints;++e)this._partialOutput.putInt32(a.getInt32()^this._outBlock[e]);0<h&&(a.read-=this.blockSize);0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<h&&!c)return b.putBytes(this._partialOutput.getBytes(h-this._partialBytes)),this._partialBytes=h,!0;b.putBytes(this._partialOutput.getBytes(n-this._partialBytes));
243
+this._partialBytes=0}d(this._inBlock)};z.ctr.prototype.decrypt=z.ctr.prototype.encrypt;z.gcm=function(b){b=b||{};this.name="GCM";this.cipher=b.cipher;this.blockSize=b.blockSize||16;this._ints=this.blockSize/4;this._inBlock=Array(this._ints);this._outBlock=Array(this._ints);this._partialOutput=a.util.createBuffer();this._partialBytes=0;this._R=3774873600};z.gcm.prototype.start=function(b){if(!("iv"in b))throw Error("Invalid IV parameter.");var c=a.util.createBuffer(b.iv);this._cipherLength=0;var g;
244
g="additionalData"in b?a.util.createBuffer(b.additionalData):a.util.createBuffer();this._tagLength="tagLength"in b?b.tagLength:128;this._tag=null;if(b.decrypt&&(this._tag=a.util.createBuffer(b.tag).getBytes(),this._tag.length!==this._tagLength/8))throw Error("Authentication tag does not match tag length.");this._hashBlock=Array(this._ints);this.tag=null;this._hashSubkey=Array(this._ints);this.cipher.encrypt([0,0,0,0],this._hashSubkey);this.componentBits=4;this._m=this.generateHashTable(this._hashSubkey,
245
this.componentBits);b=c.length();if(12===b)this._j0=[c.getInt32(),c.getInt32(),c.getInt32(),1];else{for(this._j0=[0,0,0,0];0<c.length();)this._j0=this.ghash(this._hashSubkey,this._j0,[c.getInt32(),c.getInt32(),c.getInt32(),c.getInt32()]);this._j0=this.ghash(this._hashSubkey,this._j0,[0,0].concat(e(8*b)))}this._inBlock=this._j0.slice(0);d(this._inBlock);this._partialBytes=0;g=a.util.createBuffer(g);this._aDataLength=e(8*g.length());(c=g.length()%this.blockSize)&&g.fillWithByte(0,this.blockSize-c);
246
-for(this._s=[0,0,0,0];0<g.length();)this._s=this.ghash(this._hashSubkey,this._s,[g.getInt32(),g.getInt32(),g.getInt32(),g.getInt32()])};v.gcm.prototype.encrypt=function(a,b,c){var n=a.length();if(0===n)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&n>=this.blockSize){for(var e=0;e<this._ints;++e)b.putInt32(this._outBlock[e]^=a.getInt32());this._cipherLength+=this.blockSize}else{var k=(this.blockSize-n)%this.blockSize;0<k&&(k=this.blockSize-k);this._partialOutput.clear();
247
-for(e=0;e<this._ints;++e)this._partialOutput.putInt32(a.getInt32()^this._outBlock[e]);if(0===k||c){c?(e=n%this.blockSize,this._cipherLength+=e,this._partialOutput.truncate(this.blockSize-e)):this._cipherLength+=this.blockSize;for(e=0;e<this._ints;++e)this._outBlock[e]=this._partialOutput.getInt32();this._partialOutput.read-=this.blockSize}0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<k&&!c)return a.read-=this.blockSize,b.putBytes(this._partialOutput.getBytes(k-this._partialBytes)),
248
-this._partialBytes=k,!0;b.putBytes(this._partialOutput.getBytes(n-this._partialBytes));this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock);d(this._inBlock)};v.gcm.prototype.decrypt=function(a,b,c){var n=a.length();if(n<this.blockSize&&!(c&&0<n))return!0;this.cipher.encrypt(this._inBlock,this._outBlock);d(this._inBlock);this._hashBlock[0]=a.getInt32();this._hashBlock[1]=a.getInt32();this._hashBlock[2]=a.getInt32();this._hashBlock[3]=a.getInt32();this._s=this.ghash(this._hashSubkey,
249
-this._s,this._hashBlock);for(a=0;a<this._ints;++a)b.putInt32(this._outBlock[a]^this._hashBlock[a]);this._cipherLength=n<this.blockSize?this._cipherLength+n%this.blockSize:this._cipherLength+this.blockSize};v.gcm.prototype.afterFinish=function(b,c){var d=!0;c.decrypt&&c.overflow&&b.truncate(this.blockSize-c.overflow);this.tag=a.util.createBuffer();var m=this._aDataLength.concat(e(8*this._cipherLength));this._s=this.ghash(this._hashSubkey,this._s,m);m=[];this.cipher.encrypt(this._j0,m);for(var u=0;u<
250
-this._ints;++u)this.tag.putInt32(this._s[u]^m[u]);this.tag.truncate(this.tag.length()%(this._tagLength/8));c.decrypt&&this.tag.bytes()!==this._tag&&(d=!1);return d};v.gcm.prototype.multiply=function(a,b){for(var c=[0,0,0,0],d=b.slice(0),n=0;128>n;++n)a[n/32|0]&1<<31-n%32&&(c[0]^=d[0],c[1]^=d[1],c[2]^=d[2],c[3]^=d[3]),this.pow(d,d);return c};v.gcm.prototype.pow=function(a,b){for(var c=a[3]&1,d=3;0<d;--d)b[d]=a[d]>>>1|(a[d-1]&1)<<31;b[0]=a[0]>>>1;c&&(b[0]^=this._R)};v.gcm.prototype.tableMultiply=function(a){for(var b=
251
-[0,0,0,0],c=0;32>c;++c){var d=this._m[c][a[c/8|0]>>>4*(7-c%8)&15];b[0]^=d[0];b[1]^=d[1];b[2]^=d[2];b[3]^=d[3]}return b};v.gcm.prototype.ghash=function(a,b,c){b[0]^=c[0];b[1]^=c[1];b[2]^=c[2];b[3]^=c[3];return this.tableMultiply(b)};v.gcm.prototype.generateHashTable=function(a,b){for(var c=8/b,d=4*c,c=16*c,n=Array(c),e=0;e<c;++e){var k=[0,0,0,0];k[e/d|0]=1<<b-1<<(d-1-e%d)*b;n[e]=this.generateSubHashTable(this.multiply(k,a),b)}return n};v.gcm.prototype.generateSubHashTable=function(a,b){var c=1<<b,
252
-d=c>>>1,n=Array(c);n[d]=a.slice(0);for(var e=d>>>1;0<e;)this.pow(n[2*e],n[e]=[]),e>>=1;for(e=2;e<d;){for(var k=1;k<e;++k){var m=n[e],v=n[k];n[e+k]=[m[0]^v[0],m[1]^v[1],m[2]^v[2],m[3]^v[3]]}e*=2}n[0]=[0,0,0,0];for(e=d+1;e<c;++e)k=n[e^d],n[e]=[a[0]^k[0],a[1]^k[1],a[2]^k[2],a[3]^k[3]];return n}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=
253
-p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.cipherModes)return c.cipherModes;c.defined.cipherModes=!0;for(var m=0;m<e.length;++m)e[m](c);return c.cipherModes}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/cipherModes",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,
254
-0))})})();(function(){function b(a){function c(b,d){a.cipher.registerAlgorithm(b,function(){return new a.aes.Algorithm(b,d)})}function d(){l=!0;p=[0,1,2,4,8,16,32,64,128,27,54];for(var a=Array(256),b=0;128>b;++b)a[b]=b<<1,a[b+128]=b+128<<1^283;I=Array(256);u=Array(256);w=Array(4);y=Array(4);for(b=0;4>b;++b)w[b]=Array(256),y[b]=Array(256);for(var c=0,g=0,n,e,k,m,q,b=0;256>b;++b){m=g^g<<1^g<<2^g<<3^g<<4;m=m>>8^m&255^99;I[c]=m;u[m]=c;q=a[m];n=a[c];e=a[n];k=a[e];q^=q<<24^m<<16^m<<8^m;e=(n^e^k)<<24^(c^
255
-k)<<16^(c^e^k)<<8^c^n^k;for(var v=0;4>v;++v)w[v][c]=q,y[v][m]=e,q=q<<24|q>>>8,e=e<<24|e>>>8;0===c?c=g=1:(c=n^a[a[a[n^k]]],g^=a[a[g]])}}function e(a,b){for(var c=a.slice(0),d,n=1,k=c.length,l=g*(k+6+1),m=k;m<l;++m)d=c[m-1],0===m%k?(d=I[d>>>16&255]<<24^I[d>>>8&255]<<16^I[d&255]<<8^I[d>>>24]^p[n]<<24,n++):6<k&&4===m%k&&(d=I[d>>>24]<<24^I[d>>>16&255]<<16^I[d>>>8&255]<<8^I[d&255]),c[m]=c[m-k]^d;if(b){for(var n=y[0],k=y[1],q=y[2],u=y[3],v=c.slice(0),l=c.length,m=0,w=l-g;m<l;m+=g,w-=g)if(0===m||m===l-g)v[m]=
256
-c[w],v[m+1]=c[w+3],v[m+2]=c[w+2],v[m+3]=c[w+1];else for(var h=0;h<g;++h)d=c[w+h],v[m+(3&-h)]=n[I[d>>>24]]^k[I[d>>>16&255]]^q[I[d>>>8&255]]^u[I[d&255]];c=v}return c}function v(a,b,c,d){var g=a.length/4-1,n,e,k,l,m;d?(n=y[0],e=y[1],k=y[2],l=y[3],m=u):(n=w[0],e=w[1],k=w[2],l=w[3],m=I);var v,h,z,p,B,D;v=b[0]^a[0];h=b[d?3:1]^a[1];z=b[2]^a[2];b=b[d?1:3]^a[3];for(var r=3,aa=1;aa<g;++aa)p=n[v>>>24]^e[h>>>16&255]^k[z>>>8&255]^l[b&255]^a[++r],B=n[h>>>24]^e[z>>>16&255]^k[b>>>8&255]^l[v&255]^a[++r],D=n[z>>>24]^
257
-e[b>>>16&255]^k[v>>>8&255]^l[h&255]^a[++r],b=n[b>>>24]^e[v>>>16&255]^k[h>>>8&255]^l[z&255]^a[++r],v=p,h=B,z=D;c[0]=m[v>>>24]<<24^m[h>>>16&255]<<16^m[z>>>8&255]<<8^m[b&255]^a[++r];c[d?3:1]=m[h>>>24]<<24^m[z>>>16&255]<<16^m[b>>>8&255]<<8^m[v&255]^a[++r];c[2]=m[z>>>24]<<24^m[b>>>16&255]<<16^m[v>>>8&255]<<8^m[h&255]^a[++r];c[d?1:3]=m[b>>>24]<<24^m[v>>>16&255]<<16^m[h>>>8&255]<<8^m[z&255]^a[++r]}function h(b){b=b||{};var c="AES-"+(b.mode||"CBC").toUpperCase(),d;d=b.decrypt?a.cipher.createDecipher(c,b.key):
258
-a.cipher.createCipher(c,b.key);var g=d.start;d.start=function(b,c){var e=null;c instanceof a.util.ByteBuffer&&(e=c,c={});c=c||{};c.output=e;c.iv=b;g.call(d,c)};return d}a.aes=a.aes||{};a.aes.startEncrypting=function(a,b,c,d){a=h({key:a,output:c,decrypt:!1,mode:d});a.start(b);return a};a.aes.createEncryptionCipher=function(a,b){return h({key:a,output:null,decrypt:!1,mode:b})};a.aes.startDecrypting=function(a,b,c,d){a=h({key:a,output:c,decrypt:!0,mode:d});a.start(b);return a};a.aes.createDecryptionCipher=
259
-function(a,b){return h({key:a,output:null,decrypt:!0,mode:b})};a.aes.Algorithm=function(a,b){l||d();var c=this;c.name=a;c.mode=new b({blockSize:16,cipher:{encrypt:function(a,b){return v(c._w,a,b,!1)},decrypt:function(a,b){return v(c._w,a,b,!0)}}});c._init=!1};a.aes.Algorithm.prototype.initialize=function(b){if(!this._init){var c=b.key,d;if("string"===typeof c&&(16===c.length||24===c.length||32===c.length))c=a.util.createBuffer(c);else if(a.util.isArray(c)&&(16===c.length||24===c.length||32===c.length)){d=
260
-c;for(var c=a.util.createBuffer(),g=0;g<d.length;++g)c.putByte(d[g])}if(!a.util.isArray(c)){d=c;var c=[],x=d.length();if(16===x||24===x||32===x)for(x>>>=2,g=0;g<x;++g)c.push(d.getInt32())}if(!a.util.isArray(c)||4!==c.length&&6!==c.length&&8!==c.length)throw Error("Invalid key parameter.");d=-1!==["CFB","OFB","CTR","GCM"].indexOf(this.mode.name);this._w=e(c,b.decrypt&&!d);this._init=!0}};a.aes._expandKey=function(a,b){l||d();return e(a,b)};a.aes._updateBlock=v;c("AES-ECB",a.cipher.modes.ecb);c("AES-CBC",
261
-a.cipher.modes.cbc);c("AES-CFB",a.cipher.modes.cfb);c("AES-OFB",a.cipher.modes.ofb);c("AES-CTR",a.cipher.modes.ctr);c("AES-GCM",a.cipher.modes.gcm);var l=!1,g=4,I,u,p,w,y}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.aes)return c.aes;c.defined.aes=
262
-!0;for(var m=0;m<e.length;++m)e[m](c);return c.aes}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/aes",["require","module","./cipher","./cipherModes","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.pki=a.pki||{};a=a.pki.oids=a.oids=a.oids||{};a["1.2.840.113549.1.1.1"]="rsaEncryption";
246
+for(this._s=[0,0,0,0];0<g.length();)this._s=this.ghash(this._hashSubkey,this._s,[g.getInt32(),g.getInt32(),g.getInt32(),g.getInt32()])};z.gcm.prototype.encrypt=function(a,b,c){var n=a.length();if(0===n)return!0;this.cipher.encrypt(this._inBlock,this._outBlock);if(0===this._partialBytes&&n>=this.blockSize){for(var e=0;e<this._ints;++e)b.putInt32(this._outBlock[e]^=a.getInt32());this._cipherLength+=this.blockSize}else{var h=(this.blockSize-n)%this.blockSize;0<h&&(h=this.blockSize-h);this._partialOutput.clear();
247
+for(e=0;e<this._ints;++e)this._partialOutput.putInt32(a.getInt32()^this._outBlock[e]);if(0===h||c){c?(e=n%this.blockSize,this._cipherLength+=e,this._partialOutput.truncate(this.blockSize-e)):this._cipherLength+=this.blockSize;for(e=0;e<this._ints;++e)this._outBlock[e]=this._partialOutput.getInt32();this._partialOutput.read-=this.blockSize}0<this._partialBytes&&this._partialOutput.getBytes(this._partialBytes);if(0<h&&!c)return a.read-=this.blockSize,b.putBytes(this._partialOutput.getBytes(h-this._partialBytes)),
248
+this._partialBytes=h,!0;b.putBytes(this._partialOutput.getBytes(n-this._partialBytes));this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock);d(this._inBlock)};z.gcm.prototype.decrypt=function(a,b,c){var n=a.length();if(n<this.blockSize&&!(c&&0<n))return!0;this.cipher.encrypt(this._inBlock,this._outBlock);d(this._inBlock);this._hashBlock[0]=a.getInt32();this._hashBlock[1]=a.getInt32();this._hashBlock[2]=a.getInt32();this._hashBlock[3]=a.getInt32();this._s=this.ghash(this._hashSubkey,
249
+this._s,this._hashBlock);for(a=0;a<this._ints;++a)b.putInt32(this._outBlock[a]^this._hashBlock[a]);this._cipherLength=n<this.blockSize?this._cipherLength+n%this.blockSize:this._cipherLength+this.blockSize};z.gcm.prototype.afterFinish=function(b,c){var d=!0;c.decrypt&&c.overflow&&b.truncate(this.blockSize-c.overflow);this.tag=a.util.createBuffer();var m=this._aDataLength.concat(e(8*this._cipherLength));this._s=this.ghash(this._hashSubkey,this._s,m);m=[];this.cipher.encrypt(this._j0,m);for(var u=0;u<
250
+this._ints;++u)this.tag.putInt32(this._s[u]^m[u]);this.tag.truncate(this.tag.length()%(this._tagLength/8));c.decrypt&&this.tag.bytes()!==this._tag&&(d=!1);return d};z.gcm.prototype.multiply=function(a,b){for(var c=[0,0,0,0],d=b.slice(0),n=0;128>n;++n)a[n/32|0]&1<<31-n%32&&(c[0]^=d[0],c[1]^=d[1],c[2]^=d[2],c[3]^=d[3]),this.pow(d,d);return c};z.gcm.prototype.pow=function(a,b){for(var c=a[3]&1,d=3;0<d;--d)b[d]=a[d]>>>1|(a[d-1]&1)<<31;b[0]=a[0]>>>1;c&&(b[0]^=this._R)};z.gcm.prototype.tableMultiply=function(a){for(var b=
251
+[0,0,0,0],c=0;32>c;++c){var d=this._m[c][a[c/8|0]>>>4*(7-c%8)&15];b[0]^=d[0];b[1]^=d[1];b[2]^=d[2];b[3]^=d[3]}return b};z.gcm.prototype.ghash=function(a,b,c){b[0]^=c[0];b[1]^=c[1];b[2]^=c[2];b[3]^=c[3];return this.tableMultiply(b)};z.gcm.prototype.generateHashTable=function(a,b){for(var c=8/b,d=4*c,c=16*c,n=Array(c),e=0;e<c;++e){var h=[0,0,0,0];h[e/d|0]=1<<b-1<<(d-1-e%d)*b;n[e]=this.generateSubHashTable(this.multiply(h,a),b)}return n};z.gcm.prototype.generateSubHashTable=function(a,b){var c=1<<b,
252
+d=c>>>1,n=Array(c);n[d]=a.slice(0);for(var e=d>>>1;0<e;)this.pow(n[2*e],n[e]=[]),e>>=1;for(e=2;e<d;){for(var h=1;h<e;++h){var m=n[e],z=n[h];n[e+h]=[m[0]^z[0],m[1]^z[1],m[2]^z[2],m[3]^z[3]]}e*=2}n[0]=[0,0,0,0];for(e=d+1;e<c;++e)h=n[e^d],n[e]=[a[0]^h[0],a[1]^h[1],a[2]^h[2],a[3]^h[3]];return n}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=
253
+l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.cipherModes)return c.cipherModes;c.defined.cipherModes=!0;for(var m=0;m<e.length;++m)e[m](c);return c.cipherModes}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/cipherModes",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,
254
+0))})})();(function(){function b(a){function c(b,d){a.cipher.registerAlgorithm(b,function(){return new a.aes.Algorithm(b,d)})}function d(){k=!0;p=[0,1,2,4,8,16,32,64,128,27,54];for(var a=Array(256),b=0;128>b;++b)a[b]=b<<1,a[b+128]=b+128<<1^283;J=Array(256);u=Array(256);x=Array(4);w=Array(4);for(b=0;4>b;++b)x[b]=Array(256),w[b]=Array(256);for(var c=0,g=0,n,e,h,m,r,b=0;256>b;++b){m=g^g<<1^g<<2^g<<3^g<<4;m=m>>8^m&255^99;J[c]=m;u[m]=c;r=a[m];n=a[c];e=a[n];h=a[e];r^=r<<24^m<<16^m<<8^m;e=(n^e^h)<<24^(c^
255
+h)<<16^(c^e^h)<<8^c^n^h;for(var z=0;4>z;++z)x[z][c]=r,w[z][m]=e,r=r<<24|r>>>8,e=e<<24|e>>>8;0===c?c=g=1:(c=n^a[a[a[n^h]]],g^=a[a[g]])}}function e(a,b){for(var c=a.slice(0),d,n=1,k=c.length,h=g*(k+6+1),m=k;m<h;++m)d=c[m-1],0===m%k?(d=J[d>>>16&255]<<24^J[d>>>8&255]<<16^J[d&255]<<8^J[d>>>24]^p[n]<<24,n++):6<k&&4===m%k&&(d=J[d>>>24]<<24^J[d>>>16&255]<<16^J[d>>>8&255]<<8^J[d&255]),c[m]=c[m-k]^d;if(b){for(var n=w[0],k=w[1],u=w[2],z=w[3],x=c.slice(0),h=c.length,m=0,M=h-g;m<h;m+=g,M-=g)if(0===m||m===h-g)x[m]=
256
+c[M],x[m+1]=c[M+3],x[m+2]=c[M+2],x[m+3]=c[M+1];else for(var v=0;v<g;++v)d=c[M+v],x[m+(3&-v)]=n[J[d>>>24]]^k[J[d>>>16&255]]^u[J[d>>>8&255]]^z[J[d&255]];c=x}return c}function z(a,b,c,d){var g=a.length/4-1,n,e,k,h,m;d?(n=w[0],e=w[1],k=w[2],h=w[3],m=u):(n=x[0],e=x[1],k=x[2],h=x[3],m=J);var z,M,v,l,B,p;z=b[0]^a[0];M=b[d?3:1]^a[1];v=b[2]^a[2];b=b[d?1:3]^a[3];for(var C=3,q=1;q<g;++q)l=n[z>>>24]^e[M>>>16&255]^k[v>>>8&255]^h[b&255]^a[++C],B=n[M>>>24]^e[v>>>16&255]^k[b>>>8&255]^h[z&255]^a[++C],p=n[v>>>24]^
257
+e[b>>>16&255]^k[z>>>8&255]^h[M&255]^a[++C],b=n[b>>>24]^e[z>>>16&255]^k[M>>>8&255]^h[v&255]^a[++C],z=l,M=B,v=p;c[0]=m[z>>>24]<<24^m[M>>>16&255]<<16^m[v>>>8&255]<<8^m[b&255]^a[++C];c[d?3:1]=m[M>>>24]<<24^m[v>>>16&255]<<16^m[b>>>8&255]<<8^m[z&255]^a[++C];c[2]=m[v>>>24]<<24^m[b>>>16&255]<<16^m[z>>>8&255]<<8^m[M&255]^a[++C];c[d?1:3]=m[b>>>24]<<24^m[z>>>16&255]<<16^m[M>>>8&255]<<8^m[v&255]^a[++C]}function l(b){b=b||{};var c="AES-"+(b.mode||"CBC").toUpperCase(),d;d=b.decrypt?a.cipher.createDecipher(c,b.key):
258
+a.cipher.createCipher(c,b.key);var g=d.start;d.start=function(b,c){var e=null;c instanceof a.util.ByteBuffer&&(e=c,c={});c=c||{};c.output=e;c.iv=b;g.call(d,c)};return d}a.aes=a.aes||{};a.aes.startEncrypting=function(a,b,c,d){a=l({key:a,output:c,decrypt:!1,mode:d});a.start(b);return a};a.aes.createEncryptionCipher=function(a,b){return l({key:a,output:null,decrypt:!1,mode:b})};a.aes.startDecrypting=function(a,b,c,d){a=l({key:a,output:c,decrypt:!0,mode:d});a.start(b);return a};a.aes.createDecryptionCipher=
259
+function(a,b){return l({key:a,output:null,decrypt:!0,mode:b})};a.aes.Algorithm=function(a,b){k||d();var c=this;c.name=a;c.mode=new b({blockSize:16,cipher:{encrypt:function(a,b){return z(c._w,a,b,!1)},decrypt:function(a,b){return z(c._w,a,b,!0)}}});c._init=!1};a.aes.Algorithm.prototype.initialize=function(b){if(!this._init){var c=b.key,d;if("string"===typeof c&&(16===c.length||24===c.length||32===c.length))c=a.util.createBuffer(c);else if(a.util.isArray(c)&&(16===c.length||24===c.length||32===c.length)){d=
260
+c;for(var c=a.util.createBuffer(),g=0;g<d.length;++g)c.putByte(d[g])}if(!a.util.isArray(c)){d=c;var c=[],k=d.length();if(16===k||24===k||32===k)for(k>>>=2,g=0;g<k;++g)c.push(d.getInt32())}if(!a.util.isArray(c)||4!==c.length&&6!==c.length&&8!==c.length)throw Error("Invalid key parameter.");d=-1!==["CFB","OFB","CTR","GCM"].indexOf(this.mode.name);this._w=e(c,b.decrypt&&!d);this._init=!0}};a.aes._expandKey=function(a,b){k||d();return e(a,b)};a.aes._updateBlock=z;c("AES-ECB",a.cipher.modes.ecb);c("AES-CBC",
261
+a.cipher.modes.cbc);c("AES-CFB",a.cipher.modes.cfb);c("AES-OFB",a.cipher.modes.ofb);c("AES-CTR",a.cipher.modes.ctr);c("AES-GCM",a.cipher.modes.gcm);var k=!1,g=4,J,u,p,x,w}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.aes)return c.aes;c.defined.aes=
262
+!0;for(var m=0;m<e.length;++m)e[m](c);return c.aes}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/aes",["require","module","./cipher","./cipherModes","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.pki=a.pki||{};a=a.pki.oids=a.oids=a.oids||{};a["1.2.840.113549.1.1.1"]="rsaEncryption";
263
a.rsaEncryption="1.2.840.113549.1.1.1";a["1.2.840.113549.1.1.4"]="md5WithRSAEncryption";a.md5WithRSAEncryption="1.2.840.113549.1.1.4";a["1.2.840.113549.1.1.5"]="sha1WithRSAEncryption";a.sha1WithRSAEncryption="1.2.840.113549.1.1.5";a["1.2.840.113549.1.1.7"]="RSAES-OAEP";a["RSAES-OAEP"]="1.2.840.113549.1.1.7";a["1.2.840.113549.1.1.8"]="mgf1";a.mgf1="1.2.840.113549.1.1.8";a["1.2.840.113549.1.1.9"]="pSpecified";a.pSpecified="1.2.840.113549.1.1.9";a["1.2.840.113549.1.1.10"]="RSASSA-PSS";a["RSASSA-PSS"]=
264
"1.2.840.113549.1.1.10";a["1.2.840.113549.1.1.11"]="sha256WithRSAEncryption";a.sha256WithRSAEncryption="1.2.840.113549.1.1.11";a["1.2.840.113549.1.1.12"]="sha384WithRSAEncryption";a.sha384WithRSAEncryption="1.2.840.113549.1.1.12";a["1.2.840.113549.1.1.13"]="sha512WithRSAEncryption";a.sha512WithRSAEncryption="1.2.840.113549.1.1.13";a["1.3.14.3.2.7"]="desCBC";a.desCBC="1.3.14.3.2.7";a["1.3.14.3.2.26"]="sha1";a.sha1="1.3.14.3.2.26";a["2.16.840.1.101.3.4.2.1"]="sha256";a.sha256="2.16.840.1.101.3.4.2.1";
265
a["2.16.840.1.101.3.4.2.2"]="sha384";a.sha384="2.16.840.1.101.3.4.2.2";a["2.16.840.1.101.3.4.2.3"]="sha512";a.sha512="2.16.840.1.101.3.4.2.3";a["1.2.840.113549.2.5"]="md5";a.md5="1.2.840.113549.2.5";a["1.2.840.113549.1.7.1"]="data";a.data="1.2.840.113549.1.7.1";a["1.2.840.113549.1.7.2"]="signedData";a.signedData="1.2.840.113549.1.7.2";a["1.2.840.113549.1.7.3"]="envelopedData";a.envelopedData="1.2.840.113549.1.7.3";a["1.2.840.113549.1.7.4"]="signedAndEnvelopedData";a.signedAndEnvelopedData="1.2.840.113549.1.7.4";
@@ -273,215 +273,215 @@ a["2.5.4.8"]="stateOrProvinceName";a.stateOrProvinceName="2.5.4.8";a["2.5.4.10"]
273
"subjectAltName";a["2.5.29.8"]="issuerAltName";a["2.5.29.9"]="subjectDirectoryAttributes";a["2.5.29.10"]="basicConstraints";a["2.5.29.11"]="nameConstraints";a["2.5.29.12"]="policyConstraints";a["2.5.29.13"]="basicConstraints";a["2.5.29.14"]="subjectKeyIdentifier";a.subjectKeyIdentifier="2.5.29.14";a["2.5.29.15"]="keyUsage";a.keyUsage="2.5.29.15";a["2.5.29.16"]="privateKeyUsagePeriod";a["2.5.29.17"]="subjectAltName";a.subjectAltName="2.5.29.17";a["2.5.29.18"]="issuerAltName";a.issuerAltName="2.5.29.18";
274
a["2.5.29.19"]="basicConstraints";a.basicConstraints="2.5.29.19";a["2.5.29.20"]="cRLNumber";a["2.5.29.21"]="cRLReason";a["2.5.29.22"]="expirationDate";a["2.5.29.23"]="instructionCode";a["2.5.29.24"]="invalidityDate";a["2.5.29.25"]="cRLDistributionPoints";a["2.5.29.26"]="issuingDistributionPoint";a["2.5.29.27"]="deltaCRLIndicator";a["2.5.29.28"]="issuingDistributionPoint";a["2.5.29.29"]="certificateIssuer";a["2.5.29.30"]="nameConstraints";a["2.5.29.31"]="cRLDistributionPoints";a["2.5.29.32"]="certificatePolicies";
275
a["2.5.29.33"]="policyMappings";a["2.5.29.34"]="policyConstraints";a["2.5.29.35"]="authorityKeyIdentifier";a["2.5.29.36"]="policyConstraints";a["2.5.29.37"]="extKeyUsage";a.extKeyUsage="2.5.29.37";a["2.5.29.46"]="freshestCRL";a["2.5.29.54"]="inhibitAnyPolicy";a["1.3.6.1.5.5.7.3.1"]="serverAuth";a.serverAuth="1.3.6.1.5.5.7.3.1";a["1.3.6.1.5.5.7.3.2"]="clientAuth";a.clientAuth="1.3.6.1.5.5.7.3.2";a["1.3.6.1.5.5.7.3.3"]="codeSigning";a.codeSigning="1.3.6.1.5.5.7.3.3";a["1.3.6.1.5.5.7.3.4"]="emailProtection";
276
-a.emailProtection="1.3.6.1.5.5.7.3.4";a["1.3.6.1.5.5.7.3.8"]="timeStamping";a.timeStamping="1.3.6.1.5.5.7.3.8"}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.oids)return c.oids;c.defined.oids=!0;for(var m=0;m<e.length;++m)e[m](c);return c.oids}},
277
-r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/oids",["require","module"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1=a.asn1||{};c.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};c.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,
278
-ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};c.create=function(b,c,d,g){if(a.util.isArray(g)){for(var e=[],k=0;k<g.length;++k)void 0!==g[k]&&e.push(g[k]);g=e}return{tagClass:b,type:c,constructed:d,composed:d||a.util.isArray(g),value:g}};var d=c.getBerValueLength=function(a){var b=a.getByte();if(128!==b)return b&128?a.getInt((b&127)<<3):b};c.fromDer=function(b,e){void 0===e&&(e=!0);
279
-"string"===typeof b&&(b=a.util.createBuffer(b));if(2>b.length()){var k=Error("Too few bytes to parse DER.");k.bytes=b.length();throw k;}var g=b.getByte(),k=g&192,h=g&31,u=d(b);if(b.length()<u){if(e)throw k=Error("Too few bytes to read ASN.1 value."),k.detail=b.length()+" < "+u,k;u=b.length()}var p,w=32===(g&32);p=w;if(!p&&k===c.Class.UNIVERSAL&&h===c.Type.BITSTRING&&1<u){var y=b.read;if(0===b.getByte()&&(g=b.getByte(),g&=192,g===c.Class.UNIVERSAL||g===c.Class.CONTEXT_SPECIFIC))try{if(p=d(b)===u-(b.read-
280
-y))++y,--u}catch(F){}b.read=y}if(p)if(p=[],void 0===u)for(;;){if(b.bytes(2)===String.fromCharCode(0,0)){b.getBytes(2);break}p.push(c.fromDer(b,e))}else for(y=b.length();0<u;)p.push(c.fromDer(b,e)),u-=y-b.length(),y=b.length();else{if(void 0===u){if(e)throw Error("Non-constructed ASN.1 object of indefinite length.");u=b.length()}if(h===c.Type.BMPSTRING)for(p="",y=0;y<u;y+=2)p+=String.fromCharCode(b.getInt16());else p=b.getBytes(u)}return c.create(k,h,w,p)};c.toDer=function(b){var d=a.util.createBuffer(),
281
-e=b.tagClass|b.type,g=a.util.createBuffer();if(b.composed){b.constructed?e|=32:g.putByte(0);for(var k=0;k<b.value.length;++k)void 0!==b.value[k]&&g.putBuffer(c.toDer(b.value[k]))}else if(b.type===c.Type.BMPSTRING)for(k=0;k<b.value.length;++k)g.putInt16(b.value.charCodeAt(k));else g.putBytes(b.value);d.putByte(e);if(127>=g.length())d.putByte(g.length()&127);else{k=g.length();b="";do b+=String.fromCharCode(k&255),k>>>=8;while(0<k);d.putByte(b.length|128);for(k=b.length-1;0<=k;--k)d.putByte(b.charCodeAt(k))}d.putBuffer(g);
282
-return d};c.oidToDer=function(b){b=b.split(".");var c=a.util.createBuffer();c.putByte(40*parseInt(b[0],10)+parseInt(b[1],10));for(var d,g,e,k,m=2;m<b.length;++m){d=!0;g=[];e=parseInt(b[m],10);do k=e&127,e>>>=7,d||(k|=128),g.push(k),d=!1;while(0<e);for(d=g.length-1;0<=d;--d)c.putByte(g[d])}return c};c.derToOid=function(b){var c;"string"===typeof b&&(b=a.util.createBuffer(b));var d=b.getByte();c=Math.floor(d/40)+"."+d%40;for(var g=0;0<b.length();)d=b.getByte(),g<<=7,d&128?g+=d&127:(c+="."+(g+d),g=0);
283
-return c};c.utcTimeToDate=function(a){var b=new Date,c=parseInt(a.substr(0,2),10),c=50<=c?1900+c:2E3+c,d=parseInt(a.substr(2,2),10)-1,e=parseInt(a.substr(4,2),10),n=parseInt(a.substr(6,2),10),k=parseInt(a.substr(8,2),10),m=0;if(11<a.length){var y=a.charAt(10),h=10;"+"!==y&&"-"!==y&&(m=parseInt(a.substr(10,2),10),h+=2)}b.setUTCFullYear(c,d,e);b.setUTCHours(n,k,m,0);h&&(y=a.charAt(h),"+"===y||"-"===y)&&(c=parseInt(a.substr(h+1,2),10),a=parseInt(a.substr(h+4,2),10),a=6E4*(60*c+a),"+"===y?b.setTime(+b-
284
-a):b.setTime(+b+a));return b};c.generalizedTimeToDate=function(a){var b=new Date,c=parseInt(a.substr(0,4),10),d=parseInt(a.substr(4,2),10)-1,e=parseInt(a.substr(6,2),10),n=parseInt(a.substr(8,2),10),k=parseInt(a.substr(10,2),10),m=parseInt(a.substr(12,2),10),y=0,h=0,z=!1;"Z"===a.charAt(a.length-1)&&(z=!0);var E=a.length-5,A=a.charAt(E);if("+"===A||"-"===A)h=parseInt(a.substr(E+1,2),10),E=parseInt(a.substr(E+4,2),10),h=6E4*(60*h+E),"+"===A&&(h*=-1),z=!0;"."===a.charAt(14)&&(y=1E3*parseFloat(a.substr(14),
285
-10));z?(b.setUTCFullYear(c,d,e),b.setUTCHours(n,k,m,y),b.setTime(+b+h)):(b.setFullYear(c,d,e),b.setHours(n,k,m,y));return b};c.dateToUtcTime=function(a){if("string"===typeof a)return a;var b="",c=[];c.push((""+a.getUTCFullYear()).substr(2));c.push(""+(a.getUTCMonth()+1));c.push(""+a.getUTCDate());c.push(""+a.getUTCHours());c.push(""+a.getUTCMinutes());c.push(""+a.getUTCSeconds());for(a=0;a<c.length;++a)2>c[a].length&&(b+="0"),b+=c[a];return b+"Z"};c.dateToGeneralizedTime=function(a){if("string"===
276
+a.emailProtection="1.3.6.1.5.5.7.3.4";a["1.3.6.1.5.5.7.3.8"]="timeStamping";a.timeStamping="1.3.6.1.5.5.7.3.8"}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.oids)return c.oids;c.defined.oids=!0;for(var m=0;m<e.length;++m)e[m](c);return c.oids}},
277
+q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/oids",["require","module"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1=a.asn1||{};c.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};c.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,
278
+ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};c.create=function(b,c,d,g){if(a.util.isArray(g)){for(var e=[],h=0;h<g.length;++h)void 0!==g[h]&&e.push(g[h]);g=e}return{tagClass:b,type:c,constructed:d,composed:d||a.util.isArray(g),value:g}};var d=c.getBerValueLength=function(a){var b=a.getByte();if(128!==b)return b&128?a.getInt((b&127)<<3):b};c.fromDer=function(b,e){void 0===e&&(e=!0);
279
+"string"===typeof b&&(b=a.util.createBuffer(b));if(2>b.length()){var k=Error("Too few bytes to parse DER.");k.bytes=b.length();throw k;}var g=b.getByte(),k=g&192,h=g&31,u=d(b);if(b.length()<u){if(e)throw k=Error("Too few bytes to read ASN.1 value."),k.detail=b.length()+" < "+u,k;u=b.length()}var l,x=32===(g&32);l=x;if(!l&&k===c.Class.UNIVERSAL&&h===c.Type.BITSTRING&&1<u){var w=b.read;if(0===b.getByte()&&(g=b.getByte(),g&=192,g===c.Class.UNIVERSAL||g===c.Class.CONTEXT_SPECIFIC))try{if(l=d(b)===u-(b.read-
280
+w))++w,--u}catch(F){}b.read=w}if(l)if(l=[],void 0===u)for(;;){if(b.bytes(2)===String.fromCharCode(0,0)){b.getBytes(2);break}l.push(c.fromDer(b,e))}else for(w=b.length();0<u;)l.push(c.fromDer(b,e)),u-=w-b.length(),w=b.length();else{if(void 0===u){if(e)throw Error("Non-constructed ASN.1 object of indefinite length.");u=b.length()}if(h===c.Type.BMPSTRING)for(l="",w=0;w<u;w+=2)l+=String.fromCharCode(b.getInt16());else l=b.getBytes(u)}return c.create(k,h,x,l)};c.toDer=function(b){var d=a.util.createBuffer(),
281
+e=b.tagClass|b.type,g=a.util.createBuffer();if(b.composed){b.constructed?e|=32:g.putByte(0);for(var h=0;h<b.value.length;++h)void 0!==b.value[h]&&g.putBuffer(c.toDer(b.value[h]))}else if(b.type===c.Type.BMPSTRING)for(h=0;h<b.value.length;++h)g.putInt16(b.value.charCodeAt(h));else g.putBytes(b.value);d.putByte(e);if(127>=g.length())d.putByte(g.length()&127);else{h=g.length();b="";do b+=String.fromCharCode(h&255),h>>>=8;while(0<h);d.putByte(b.length|128);for(h=b.length-1;0<=h;--h)d.putByte(b.charCodeAt(h))}d.putBuffer(g);
282
+return d};c.oidToDer=function(b){b=b.split(".");var c=a.util.createBuffer();c.putByte(40*parseInt(b[0],10)+parseInt(b[1],10));for(var d,g,e,h,m=2;m<b.length;++m){d=!0;g=[];e=parseInt(b[m],10);do h=e&127,e>>>=7,d||(h|=128),g.push(h),d=!1;while(0<e);for(d=g.length-1;0<=d;--d)c.putByte(g[d])}return c};c.derToOid=function(b){var c;"string"===typeof b&&(b=a.util.createBuffer(b));var d=b.getByte();c=Math.floor(d/40)+"."+d%40;for(var g=0;0<b.length();)d=b.getByte(),g<<=7,d&128?g+=d&127:(c+="."+(g+d),g=0);
283
+return c};c.utcTimeToDate=function(a){var b=new Date,c=parseInt(a.substr(0,2),10),c=50<=c?1900+c:2E3+c,d=parseInt(a.substr(2,2),10)-1,e=parseInt(a.substr(4,2),10),n=parseInt(a.substr(6,2),10),h=parseInt(a.substr(8,2),10),m=0;if(11<a.length){var w=a.charAt(10),F=10;"+"!==w&&"-"!==w&&(m=parseInt(a.substr(10,2),10),F+=2)}b.setUTCFullYear(c,d,e);b.setUTCHours(n,h,m,0);F&&(w=a.charAt(F),"+"===w||"-"===w)&&(c=parseInt(a.substr(F+1,2),10),a=parseInt(a.substr(F+4,2),10),a=6E4*(60*c+a),"+"===w?b.setTime(+b-
284
+a):b.setTime(+b+a));return b};c.generalizedTimeToDate=function(a){var b=new Date,c=parseInt(a.substr(0,4),10),d=parseInt(a.substr(4,2),10)-1,e=parseInt(a.substr(6,2),10),n=parseInt(a.substr(8,2),10),h=parseInt(a.substr(10,2),10),m=parseInt(a.substr(12,2),10),w=0,F=0,v=!1;"Z"===a.charAt(a.length-1)&&(v=!0);var D=a.length-5,A=a.charAt(D);if("+"===A||"-"===A)F=parseInt(a.substr(D+1,2),10),D=parseInt(a.substr(D+4,2),10),F=6E4*(60*F+D),"+"===A&&(F*=-1),v=!0;"."===a.charAt(14)&&(w=1E3*parseFloat(a.substr(14),
285
+10));v?(b.setUTCFullYear(c,d,e),b.setUTCHours(n,h,m,w),b.setTime(+b+F)):(b.setFullYear(c,d,e),b.setHours(n,h,m,w));return b};c.dateToUtcTime=function(a){if("string"===typeof a)return a;var b="",c=[];c.push((""+a.getUTCFullYear()).substr(2));c.push(""+(a.getUTCMonth()+1));c.push(""+a.getUTCDate());c.push(""+a.getUTCHours());c.push(""+a.getUTCMinutes());c.push(""+a.getUTCSeconds());for(a=0;a<c.length;++a)2>c[a].length&&(b+="0"),b+=c[a];return b+"Z"};c.dateToGeneralizedTime=function(a){if("string"===
286
typeof a)return a;var b="",c=[];c.push(""+a.getUTCFullYear());c.push(""+(a.getUTCMonth()+1));c.push(""+a.getUTCDate());c.push(""+a.getUTCHours());c.push(""+a.getUTCMinutes());c.push(""+a.getUTCSeconds());for(a=0;a<c.length;++a)2>c[a].length&&(b+="0"),b+=c[a];return b+"Z"};c.integerToDer=function(b){var c=a.util.createBuffer();if(-128<=b&&128>b)return c.putSignedInt(b,8);if(-32768<=b&&32768>b)return c.putSignedInt(b,16);if(-8388608<=b&&8388608>b)return c.putSignedInt(b,24);if(-2147483648<=b&&2147483648>
287
-b)return c.putSignedInt(b,32);c=Error("Integer too large; max is 32-bits.");c.integer=b;throw c;};c.derToInteger=function(b){"string"===typeof b&&(b=a.util.createBuffer(b));var c=8*b.length();if(32<c)throw Error("Integer too large; max is 32-bits.");return b.getSignedInt(c)};c.validate=function(b,d,e,g){var k=!1;if(b.tagClass!==d.tagClass&&"undefined"!==typeof d.tagClass||b.type!==d.type&&"undefined"!==typeof d.type)g&&(b.tagClass!==d.tagClass&&g.push("["+d.name+'] Expected tag class "'+d.tagClass+
288
-'", got "'+b.tagClass+'"'),b.type!==d.type&&g.push("["+d.name+'] Expected type "'+d.type+'", got "'+b.type+'"'));else if(b.constructed===d.constructed||"undefined"===typeof d.constructed){k=!0;if(d.value&&a.util.isArray(d.value))for(var u=0,h=0;k&&h<d.value.length;++h)k=d.value[h].optional||!1,b.value[u]&&((k=c.validate(b.value[u],d.value[h],e,g))?++u:d.value[h].optional&&(k=!0)),!k&&g&&g.push("["+d.name+'] Tag class "'+d.tagClass+'", type "'+d.type+'" expected value length "'+d.value.length+'", got "'+
289
-b.value.length+'"');k&&e&&(d.capture&&(e[d.capture]=b.value),d.captureAsn1&&(e[d.captureAsn1]=b))}else g&&g.push("["+d.name+'] Expected constructed "'+d.constructed+'", got "'+b.constructed+'"');return k};var e=/[^\\u0000-\\u00ff]/;c.prettyPrint=function(b,d,l){var g="";d=d||0;l=l||2;0<d&&(g+="\n");for(var h="",u=0;u<d*l;++u)h+=" ";g+=h+"Tag: ";switch(b.tagClass){case c.Class.UNIVERSAL:g+="Universal:";break;case c.Class.APPLICATION:g+="Application:";break;case c.Class.CONTEXT_SPECIFIC:g+="Context-Specific:";
287
+b)return c.putSignedInt(b,32);c=Error("Integer too large; max is 32-bits.");c.integer=b;throw c;};c.derToInteger=function(b){"string"===typeof b&&(b=a.util.createBuffer(b));var c=8*b.length();if(32<c)throw Error("Integer too large; max is 32-bits.");return b.getSignedInt(c)};c.validate=function(b,d,e,g){var h=!1;if(b.tagClass!==d.tagClass&&"undefined"!==typeof d.tagClass||b.type!==d.type&&"undefined"!==typeof d.type)g&&(b.tagClass!==d.tagClass&&g.push("["+d.name+'] Expected tag class "'+d.tagClass+
288
+'", got "'+b.tagClass+'"'),b.type!==d.type&&g.push("["+d.name+'] Expected type "'+d.type+'", got "'+b.type+'"'));else if(b.constructed===d.constructed||"undefined"===typeof d.constructed){h=!0;if(d.value&&a.util.isArray(d.value))for(var u=0,v=0;h&&v<d.value.length;++v)h=d.value[v].optional||!1,b.value[u]&&((h=c.validate(b.value[u],d.value[v],e,g))?++u:d.value[v].optional&&(h=!0)),!h&&g&&g.push("["+d.name+'] Tag class "'+d.tagClass+'", type "'+d.type+'" expected value length "'+d.value.length+'", got "'+
289
+b.value.length+'"');h&&e&&(d.capture&&(e[d.capture]=b.value),d.captureAsn1&&(e[d.captureAsn1]=b))}else g&&g.push("["+d.name+'] Expected constructed "'+d.constructed+'", got "'+b.constructed+'"');return h};var e=/[^\\u0000-\\u00ff]/;c.prettyPrint=function(b,d,k){var g="";d=d||0;k=k||2;0<d&&(g+="\n");for(var v="",u=0;u<d*k;++u)v+=" ";g+=v+"Tag: ";switch(b.tagClass){case c.Class.UNIVERSAL:g+="Universal:";break;case c.Class.APPLICATION:g+="Application:";break;case c.Class.CONTEXT_SPECIFIC:g+="Context-Specific:";
290
break;case c.Class.PRIVATE:g+="Private:"}if(b.tagClass===c.Class.UNIVERSAL)switch(g+=b.type,b.type){case c.Type.NONE:g+=" (None)";break;case c.Type.BOOLEAN:g+=" (Boolean)";break;case c.Type.BITSTRING:g+=" (Bit string)";break;case c.Type.INTEGER:g+=" (Integer)";break;case c.Type.OCTETSTRING:g+=" (Octet string)";break;case c.Type.NULL:g+=" (Null)";break;case c.Type.OID:g+=" (Object Identifier)";break;case c.Type.ODESC:g+=" (Object Descriptor)";break;case c.Type.EXTERNAL:g+=" (External or Instance of)";
291
break;case c.Type.REAL:g+=" (Real)";break;case c.Type.ENUMERATED:g+=" (Enumerated)";break;case c.Type.EMBEDDED:g+=" (Embedded PDV)";break;case c.Type.UTF8:g+=" (UTF8)";break;case c.Type.ROID:g+=" (Relative Object Identifier)";break;case c.Type.SEQUENCE:g+=" (Sequence)";break;case c.Type.SET:g+=" (Set)";break;case c.Type.PRINTABLESTRING:g+=" (Printable String)";break;case c.Type.IA5String:g+=" (IA5String (ASCII))";break;case c.Type.UTCTIME:g+=" (UTC time)";break;case c.Type.GENERALIZEDTIME:g+=" (Generalized time)";
292
-break;case c.Type.BMPSTRING:g+=" (BMP String)"}else g+=b.type;g=g+"\n"+(h+"Constructed: "+b.constructed+"\n");if(b.composed){for(var z=0,w="",u=0;u<b.value.length;++u)void 0!==b.value[u]&&(z+=1,w+=c.prettyPrint(b.value[u],d+1,l),u+1<b.value.length&&(w+=","));g+=h+"Sub values: "+z+w}else if(g+=h+"Value: ",b.type===c.Type.OID&&(d=c.derToOid(b.value),g+=d,a.pki&&a.pki.oids&&d in a.pki.oids&&(g+=" ("+a.pki.oids[d]+") ")),b.type===c.Type.INTEGER)try{g+=c.derToInteger(b.value)}catch(y){g+="0x"+a.util.bytesToHex(b.value)}else b.type===
293
-c.Type.OCTETSTRING?(e.test(b.value)||(g+="("+b.value+") "),g+="0x"+a.util.bytesToHex(b.value)):g=b.type===c.Type.UTF8?g+a.util.decodeUtf8(b.value):b.type===c.Type.PRINTABLESTRING||b.type===c.Type.IA5String?g+b.value:e.test(b.value)?g+("0x"+a.util.bytesToHex(b.value)):0===b.value.length?g+"[null]":g+b.value;return g}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,
294
-c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.asn1)return c.asn1;c.defined.asn1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.asn1}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/asn1",["require","module","./util","./oids"],function(){h.apply(null,Array.prototype.slice.call(arguments,
295
-0))})})();(function(){function b(a){function c(){h=String.fromCharCode(128);h+=a.util.fillString(String.fromCharCode(0),64);p=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1,6,11,0,5,10,15,4,9,14,3,8,13,2,7,12,5,8,11,14,1,4,7,10,13,0,3,6,9,12,15,2,0,7,14,5,12,3,10,1,8,15,6,13,4,11,2,9];l=[7,12,17,22,7,12,17,22,7,12,17,22,7,12,17,22,5,9,14,20,5,9,14,20,5,9,14,20,5,9,14,20,4,11,16,23,4,11,16,23,4,11,16,23,4,11,16,23,6,10,15,21,6,10,15,21,6,10,15,21,6,10,15,21];g=Array(64);for(var b=0;64>b;++b)g[b]=Math.floor(4294967296*
296
-Math.abs(Math.sin(b+1)));I=!0}function d(a,b,c){for(var e,n,k,m,A,x,C,h=c.length();64<=h;){n=a.h0;k=a.h1;m=a.h2;A=a.h3;for(C=0;16>C;++C)b[C]=c.getInt32Le(),e=A^k&(m^A),e=n+e+g[C]+b[C],x=l[C],n=A,A=m,m=k,k+=e<<x|e>>>32-x;for(;32>C;++C)e=m^A&(k^m),e=n+e+g[C]+b[p[C]],x=l[C],n=A,A=m,m=k,k+=e<<x|e>>>32-x;for(;48>C;++C)e=k^m^A,e=n+e+g[C]+b[p[C]],x=l[C],n=A,A=m,m=k,k+=e<<x|e>>>32-x;for(;64>C;++C)e=m^(k|~A),e=n+e+g[C]+b[p[C]],x=l[C],n=A,A=m,m=k,k+=e<<x|e>>>32-x;a.h0=a.h0+n|0;a.h1=a.h1+k|0;a.h2=a.h2+m|0;a.h3=
297
-a.h3+A|0;h-=64}}var e=a.md5=a.md5||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.md5=a.md.algorithms.md5=e;e.create=function(){I||c();var b=null,g=a.util.createBuffer(),e=Array(16),k={algorithm:"md5",blockLength:64,digestLength:16,messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){k.messageLength=0;k.fullMessageLength=k.messageLength64=[];for(var c=k.messageLengthSize/4,d=0;d<c;++d)k.fullMessageLength.push(0);g=a.util.createBuffer();b={h0:1732584193,h1:4023233417,
298
-h2:2562383102,h3:271733878};return k}};k.start();k.update=function(c,m){"utf8"===m&&(c=a.util.encodeUtf8(c));var l=c.length;k.messageLength+=l;for(var l=[l/4294967296>>>0,l>>>0],A=k.fullMessageLength.length-1;0<=A;--A)k.fullMessageLength[A]+=l[1],l[1]=l[0]+(k.fullMessageLength[A]/4294967296>>>0),k.fullMessageLength[A]>>>=0,l[0]=l[1]/4294967296>>>0;g.putBytes(c);d(b,e,g);(2048<g.read||0===g.length())&&g.compact();return k};k.digest=function(){var c=a.util.createBuffer();c.putBytes(g.bytes());c.putBytes(h.substr(0,
299
-k.blockLength-(k.fullMessageLength[k.fullMessageLength.length-1]+k.messageLengthSize&k.blockLength-1)));for(var m,l=0,A=k.fullMessageLength.length-1;0<=A;--A)m=8*k.fullMessageLength[A]+l,l=m/4294967296>>>0,c.putInt32Le(m>>>0);m={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3};d(m,e,c);c=a.util.createBuffer();c.putInt32Le(m.h0);c.putInt32Le(m.h1);c.putInt32Le(m.h2);c.putInt32Le(m.h3);return c};return k};var h=null,p=null,l=null,g=null,I=!1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=
300
-!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.md5)return c.md5;c.defined.md5=!0;for(var m=0;m<e.length;++m)e[m](c);return c.md5}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,
301
-0))};a("js/md5",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var e,n,k,m,h,v,p,E,A=d.length();64<=A;){n=a.h0;k=a.h1;m=a.h2;h=a.h3;v=a.h4;for(E=0;16>E;++E)e=d.getInt32(),b[E]=e,p=h^k&(m^h),e=(n<<5|n>>>27)+p+v+1518500249+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;for(;20>E;++E)e=b[E-3]^b[E-8]^b[E-14]^b[E-16],e=e<<1|e>>>31,b[E]=e,p=h^k&(m^h),e=(n<<5|n>>>27)+p+v+1518500249+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;for(;32>
302
-E;++E)e=b[E-3]^b[E-8]^b[E-14]^b[E-16],e=e<<1|e>>>31,b[E]=e,p=k^m^h,e=(n<<5|n>>>27)+p+v+1859775393+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;for(;40>E;++E)e=b[E-6]^b[E-16]^b[E-28]^b[E-32],e=e<<2|e>>>30,b[E]=e,p=k^m^h,e=(n<<5|n>>>27)+p+v+1859775393+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;for(;60>E;++E)e=b[E-6]^b[E-16]^b[E-28]^b[E-32],e=e<<2|e>>>30,b[E]=e,p=k&m|h&(k^m),e=(n<<5|n>>>27)+p+v+2400959708+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;for(;80>E;++E)e=b[E-6]^b[E-16]^b[E-28]^b[E-32],e=e<<2|e>>>30,b[E]=e,p=k^m^h,e=(n<<5|n>>>
303
-27)+p+v+3395469782+e,v=h,h=m,m=k<<30|k>>>2,k=n,n=e;a.h0=a.h0+n|0;a.h1=a.h1+k|0;a.h2=a.h2+m|0;a.h3=a.h3+h|0;a.h4=a.h4+v|0;A-=64}}var d=a.sha1=a.sha1||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha1=a.md.algorithms.sha1=d;d.create=function(){h||(e=String.fromCharCode(128),e+=a.util.fillString(String.fromCharCode(0),64),h=!0);var b=null,d=a.util.createBuffer(),g=Array(80),p={algorithm:"sha1",blockLength:64,digestLength:20,messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){p.messageLength=
304
-0;p.fullMessageLength=p.messageLength64=[];for(var c=p.messageLengthSize/4,g=0;g<c;++g)p.fullMessageLength.push(0);d=a.util.createBuffer();b={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520};return p}};p.start();p.update=function(e,k){"utf8"===k&&(e=a.util.encodeUtf8(e));var w=e.length;p.messageLength+=w;for(var w=[w/4294967296>>>0,w>>>0],h=p.fullMessageLength.length-1;0<=h;--h)p.fullMessageLength[h]+=w[1],w[1]=w[0]+(p.fullMessageLength[h]/4294967296>>>0),p.fullMessageLength[h]>>>=
305
-0,w[0]=w[1]/4294967296>>>0;d.putBytes(e);c(b,g,d);(2048<d.read||0===d.length())&&d.compact();return p};p.digest=function(){var u=a.util.createBuffer();u.putBytes(d.bytes());u.putBytes(e.substr(0,p.blockLength-(p.fullMessageLength[p.fullMessageLength.length-1]+p.messageLengthSize&p.blockLength-1)));a.util.createBuffer();for(var h,w,y=8*p.fullMessageLength[0],v=0;v<p.fullMessageLength.length;++v)h=8*p.fullMessageLength[v+1],w=h/4294967296>>>0,y+=w,u.putInt32(y>>>0),y=h;h={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3,
306
-h4:b.h4};c(h,g,u);u=a.util.createBuffer();u.putInt32(h.h0);u.putInt32(h.h1);u.putInt32(h.h2);u.putInt32(h.h3);u.putInt32(h.h4);return u};return p};var e=null,h=!1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.sha1)return c.sha1;c.defined.sha1=
307
-!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha1}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha1",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var e,n,k,m,h,v,E,A,x,C,z,r,q,T=d.length();64<=T;){for(h=0;16>h;++h)b[h]=d.getInt32();
308
-for(;64>h;++h)e=b[h-2],e=(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10,n=b[h-15],n=(n>>>7|n<<25)^(n>>>18|n<<14)^n>>>3,b[h]=e+b[h-7]+n+b[h-16]|0;v=a.h0;E=a.h1;A=a.h2;x=a.h3;C=a.h4;z=a.h5;r=a.h6;q=a.h7;for(h=0;64>h;++h)e=(C>>>6|C<<26)^(C>>>11|C<<21)^(C>>>25|C<<7),k=r^C&(z^r),n=(v>>>2|v<<30)^(v>>>13|v<<19)^(v>>>22|v<<10),m=v&E|A&(v^E),e=q+e+k+p[h]+b[h],n+=m,q=r,r=z,z=C,C=x+e|0,x=A,A=E,E=v,v=e+n|0;a.h0=a.h0+v|0;a.h1=a.h1+E|0;a.h2=a.h2+A|0;a.h3=a.h3+x|0;a.h4=a.h4+C|0;a.h5=a.h5+z|0;a.h6=a.h6+r|0;a.h7=a.h7+q|0;T-=
309
-64}}var d=a.sha256=a.sha256||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha256=a.md.algorithms.sha256=d;d.create=function(){h||(e=String.fromCharCode(128),e+=a.util.fillString(String.fromCharCode(0),64),p=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,
310
-2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],h=!0);var b=null,d=a.util.createBuffer(),z=Array(64),u={algorithm:"sha256",blockLength:64,digestLength:32,
311
-messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){u.messageLength=0;u.fullMessageLength=u.messageLength64=[];for(var c=u.messageLengthSize/4,e=0;e<c;++e)u.fullMessageLength.push(0);d=a.util.createBuffer();b={h0:1779033703,h1:3144134277,h2:1013904242,h3:2773480762,h4:1359893119,h5:2600822924,h6:528734635,h7:1541459225};return u}};u.start();u.update=function(e,k){"utf8"===k&&(e=a.util.encodeUtf8(e));var h=e.length;u.messageLength+=h;for(var h=[h/4294967296>>>0,h>>>0],p=u.fullMessageLength.length-
312
-1;0<=p;--p)u.fullMessageLength[p]+=h[1],h[1]=h[0]+(u.fullMessageLength[p]/4294967296>>>0),u.fullMessageLength[p]>>>=0,h[0]=h[1]/4294967296>>>0;d.putBytes(e);c(b,z,d);(2048<d.read||0===d.length())&&d.compact();return u};u.digest=function(){var h=a.util.createBuffer();h.putBytes(d.bytes());h.putBytes(e.substr(0,u.blockLength-(u.fullMessageLength[u.fullMessageLength.length-1]+u.messageLengthSize&u.blockLength-1)));a.util.createBuffer();for(var w,p,v=8*u.fullMessageLength[0],G=0;G<u.fullMessageLength.length;++G)w=
313
-8*u.fullMessageLength[G+1],p=w/4294967296>>>0,v+=p,h.putInt32(v>>>0),v=w;w={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3,h4:b.h4,h5:b.h5,h6:b.h6,h7:b.h7};c(w,z,h);h=a.util.createBuffer();h.putInt32(w.h0);h.putInt32(w.h1);h.putInt32(w.h2);h.putInt32(w.h3);h.putInt32(w.h4);h.putInt32(w.h5);h.putInt32(w.h6);h.putInt32(w.h7);return h};return u};var e=null,h=!1,p=null}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge=
314
-{}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.sha256)return c.sha256;c.defined.sha256=!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha256}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha256",["require","module","./util"],function(){h.apply(null,
315
-Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var g,e,n,k,m,A,x,C,h,p,q,v,z,S,ca,B,r,V,Z,aa,N,Y,L,H,J,X=d.length();128<=X;){for(J=0;16>J;++J)b[J][0]=d.getInt32()>>>0,b[J][1]=d.getInt32()>>>0;for(;80>J;++J)m=b[J-2],h=m[0],m=m[1],g=((h>>>19|m<<13)^(m>>>29|h<<3)^h>>>6)>>>0,e=((h<<13|m>>>19)^(m<<3|h>>>29)^(h<<26|m>>>6))>>>0,m=b[J-15],h=m[0],m=m[1],n=((h>>>1|m<<31)^(h>>>8|m<<24)^h>>>7)>>>0,k=((h<<31|m>>>1)^(h<<24|m>>>8)^(h<<25|m>>>7))>>>0,h=b[J-7],p=b[J-
316
-16],m=e+h[1]+k+p[1],b[J][0]=g+h[0]+n+p[0]+(m/4294967296>>>0)>>>0,b[J][1]=m>>>0;h=a[0][0];p=a[0][1];q=a[1][0];v=a[1][1];z=a[2][0];S=a[2][1];ca=a[3][0];B=a[3][1];r=a[4][0];V=a[4][1];Z=a[5][0];aa=a[5][1];N=a[6][0];Y=a[6][1];L=a[7][0];H=a[7][1];for(J=0;80>J;++J)g=((r>>>14|V<<18)^(r>>>18|V<<14)^(V>>>9|r<<23))>>>0,m=((r<<18|V>>>14)^(r<<14|V>>>18)^(V<<23|r>>>9))>>>0,e=(N^r&(Z^N))>>>0,A=(Y^V&(aa^Y))>>>0,n=((h>>>28|p<<4)^(p>>>2|h<<30)^(p>>>7|h<<25))>>>0,k=((h<<4|p>>>28)^(p<<30|h>>>2)^(p<<25|h>>>7))>>>0,x=
317
-(h&q|z&(h^q))>>>0,C=(p&v|S&(p^v))>>>0,m=H+m+A+l[J][1]+b[J][1],g=L+g+e+l[J][0]+b[J][0]+(m/4294967296>>>0)>>>0,e=m>>>0,m=k+C,n=n+x+(m/4294967296>>>0)>>>0,k=m>>>0,L=N,H=Y,N=Z,Y=aa,Z=r,aa=V,m=B+e,r=ca+g+(m/4294967296>>>0)>>>0,V=m>>>0,ca=z,B=S,z=q,S=v,q=h,v=p,m=e+k,h=g+n+(m/4294967296>>>0)>>>0,p=m>>>0;m=a[0][1]+p;a[0][0]=a[0][0]+h+(m/4294967296>>>0)>>>0;a[0][1]=m>>>0;m=a[1][1]+v;a[1][0]=a[1][0]+q+(m/4294967296>>>0)>>>0;a[1][1]=m>>>0;m=a[2][1]+S;a[2][0]=a[2][0]+z+(m/4294967296>>>0)>>>0;a[2][1]=m>>>0;m=
318
-a[3][1]+B;a[3][0]=a[3][0]+ca+(m/4294967296>>>0)>>>0;a[3][1]=m>>>0;m=a[4][1]+V;a[4][0]=a[4][0]+r+(m/4294967296>>>0)>>>0;a[4][1]=m>>>0;m=a[5][1]+aa;a[5][0]=a[5][0]+Z+(m/4294967296>>>0)>>>0;a[5][1]=m>>>0;m=a[6][1]+Y;a[6][0]=a[6][0]+N+(m/4294967296>>>0)>>>0;a[6][1]=m>>>0;m=a[7][1]+H;a[7][0]=a[7][0]+L+(m/4294967296>>>0)>>>0;a[7][1]=m>>>0;X-=128}}var d=a.sha512=a.sha512||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha512=a.md.algorithms.sha512=d;var e=a.sha384=a.sha512.sha384=a.sha512.sha384||
319
-{};e.create=function(){return d.create("SHA-384")};a.md.sha384=a.md.algorithms.sha384=e;a.sha512.sha256=a.sha512.sha256||{create:function(){return d.create("SHA-512/256")}};a.md["sha512/256"]=a.md.algorithms["sha512/256"]=a.sha512.sha256;a.sha512.sha224=a.sha512.sha224||{create:function(){return d.create("SHA-512/224")}};a.md["sha512/224"]=a.md.algorithms["sha512/224"]=a.sha512.sha224;d.create=function(b){p||(h=String.fromCharCode(128),h+=a.util.fillString(String.fromCharCode(0),128),l=[[1116352408,
292
+break;case c.Type.BMPSTRING:g+=" (BMP String)"}else g+=b.type;g=g+"\n"+(v+"Constructed: "+b.constructed+"\n");if(b.composed){for(var l=0,x="",u=0;u<b.value.length;++u)void 0!==b.value[u]&&(l+=1,x+=c.prettyPrint(b.value[u],d+1,k),u+1<b.value.length&&(x+=","));g+=v+"Sub values: "+l+x}else if(g+=v+"Value: ",b.type===c.Type.OID&&(d=c.derToOid(b.value),g+=d,a.pki&&a.pki.oids&&d in a.pki.oids&&(g+=" ("+a.pki.oids[d]+") ")),b.type===c.Type.INTEGER)try{g+=c.derToInteger(b.value)}catch(w){g+="0x"+a.util.bytesToHex(b.value)}else b.type===
293
+c.Type.OCTETSTRING?(e.test(b.value)||(g+="("+b.value+") "),g+="0x"+a.util.bytesToHex(b.value)):g=b.type===c.Type.UTF8?g+a.util.decodeUtf8(b.value):b.type===c.Type.PRINTABLESTRING||b.type===c.Type.IA5String?g+b.value:e.test(b.value)?g+("0x"+a.util.bytesToHex(b.value)):0===b.value.length?g+"[null]":g+b.value;return g}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,
294
+c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.asn1)return c.asn1;c.defined.asn1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.asn1}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/asn1",["require","module","./util","./oids"],function(){p.apply(null,Array.prototype.slice.call(arguments,
295
+0))})})();(function(){function b(a){function c(){l=String.fromCharCode(128);l+=a.util.fillString(String.fromCharCode(0),64);p=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1,6,11,0,5,10,15,4,9,14,3,8,13,2,7,12,5,8,11,14,1,4,7,10,13,0,3,6,9,12,15,2,0,7,14,5,12,3,10,1,8,15,6,13,4,11,2,9];k=[7,12,17,22,7,12,17,22,7,12,17,22,7,12,17,22,5,9,14,20,5,9,14,20,5,9,14,20,5,9,14,20,4,11,16,23,4,11,16,23,4,11,16,23,4,11,16,23,6,10,15,21,6,10,15,21,6,10,15,21,6,10,15,21];g=Array(64);for(var b=0;64>b;++b)g[b]=Math.floor(4294967296*
296
+Math.abs(Math.sin(b+1)));J=!0}function d(a,b,c){for(var e,n,h,m,A,y,E,v=c.length();64<=v;){n=a.h0;h=a.h1;m=a.h2;A=a.h3;for(E=0;16>E;++E)b[E]=c.getInt32Le(),e=A^h&(m^A),e=n+e+g[E]+b[E],y=k[E],n=A,A=m,m=h,h+=e<<y|e>>>32-y;for(;32>E;++E)e=m^A&(h^m),e=n+e+g[E]+b[p[E]],y=k[E],n=A,A=m,m=h,h+=e<<y|e>>>32-y;for(;48>E;++E)e=h^m^A,e=n+e+g[E]+b[p[E]],y=k[E],n=A,A=m,m=h,h+=e<<y|e>>>32-y;for(;64>E;++E)e=m^(h|~A),e=n+e+g[E]+b[p[E]],y=k[E],n=A,A=m,m=h,h+=e<<y|e>>>32-y;a.h0=a.h0+n|0;a.h1=a.h1+h|0;a.h2=a.h2+m|0;a.h3=
297
+a.h3+A|0;v-=64}}var e=a.md5=a.md5||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.md5=a.md.algorithms.md5=e;e.create=function(){J||c();var b=null,g=a.util.createBuffer(),e=Array(16),h={algorithm:"md5",blockLength:64,digestLength:16,messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){h.messageLength=0;h.fullMessageLength=h.messageLength64=[];for(var c=h.messageLengthSize/4,d=0;d<c;++d)h.fullMessageLength.push(0);g=a.util.createBuffer();b={h0:1732584193,h1:4023233417,
298
+h2:2562383102,h3:271733878};return h}};h.start();h.update=function(c,k){"utf8"===k&&(c=a.util.encodeUtf8(c));var m=c.length;h.messageLength+=m;for(var m=[m/4294967296>>>0,m>>>0],A=h.fullMessageLength.length-1;0<=A;--A)h.fullMessageLength[A]+=m[1],m[1]=m[0]+(h.fullMessageLength[A]/4294967296>>>0),h.fullMessageLength[A]>>>=0,m[0]=m[1]/4294967296>>>0;g.putBytes(c);d(b,e,g);(2048<g.read||0===g.length())&&g.compact();return h};h.digest=function(){var c=a.util.createBuffer();c.putBytes(g.bytes());c.putBytes(l.substr(0,
299
+h.blockLength-(h.fullMessageLength[h.fullMessageLength.length-1]+h.messageLengthSize&h.blockLength-1)));for(var k,m=0,A=h.fullMessageLength.length-1;0<=A;--A)k=8*h.fullMessageLength[A]+m,m=k/4294967296>>>0,c.putInt32Le(k>>>0);k={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3};d(k,e,c);c=a.util.createBuffer();c.putInt32Le(k.h0);c.putInt32Le(k.h1);c.putInt32Le(k.h2);c.putInt32Le(k.h3);return c};return h};var l=null,p=null,k=null,g=null,J=!1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=
300
+!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.md5)return c.md5;c.defined.md5=!0;for(var m=0;m<e.length;++m)e[m](c);return c.md5}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,
301
+0))};a("js/md5",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var e,n,h,m,w,l,v,D,A=d.length();64<=A;){n=a.h0;h=a.h1;m=a.h2;w=a.h3;l=a.h4;for(D=0;16>D;++D)e=d.getInt32(),b[D]=e,v=w^h&(m^w),e=(n<<5|n>>>27)+v+l+1518500249+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;for(;20>D;++D)e=b[D-3]^b[D-8]^b[D-14]^b[D-16],e=e<<1|e>>>31,b[D]=e,v=w^h&(m^w),e=(n<<5|n>>>27)+v+l+1518500249+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;for(;32>
302
+D;++D)e=b[D-3]^b[D-8]^b[D-14]^b[D-16],e=e<<1|e>>>31,b[D]=e,v=h^m^w,e=(n<<5|n>>>27)+v+l+1859775393+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;for(;40>D;++D)e=b[D-6]^b[D-16]^b[D-28]^b[D-32],e=e<<2|e>>>30,b[D]=e,v=h^m^w,e=(n<<5|n>>>27)+v+l+1859775393+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;for(;60>D;++D)e=b[D-6]^b[D-16]^b[D-28]^b[D-32],e=e<<2|e>>>30,b[D]=e,v=h&m|w&(h^m),e=(n<<5|n>>>27)+v+l+2400959708+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;for(;80>D;++D)e=b[D-6]^b[D-16]^b[D-28]^b[D-32],e=e<<2|e>>>30,b[D]=e,v=h^m^w,e=(n<<5|n>>>
303
+27)+v+l+3395469782+e,l=w,w=m,m=h<<30|h>>>2,h=n,n=e;a.h0=a.h0+n|0;a.h1=a.h1+h|0;a.h2=a.h2+m|0;a.h3=a.h3+w|0;a.h4=a.h4+l|0;A-=64}}var d=a.sha1=a.sha1||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha1=a.md.algorithms.sha1=d;d.create=function(){l||(e=String.fromCharCode(128),e+=a.util.fillString(String.fromCharCode(0),64),l=!0);var b=null,d=a.util.createBuffer(),g=Array(80),v={algorithm:"sha1",blockLength:64,digestLength:20,messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){v.messageLength=
304
+0;v.fullMessageLength=v.messageLength64=[];for(var c=v.messageLengthSize/4,g=0;g<c;++g)v.fullMessageLength.push(0);d=a.util.createBuffer();b={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520};return v}};v.start();v.update=function(e,h){"utf8"===h&&(e=a.util.encodeUtf8(e));var x=e.length;v.messageLength+=x;for(var x=[x/4294967296>>>0,x>>>0],w=v.fullMessageLength.length-1;0<=w;--w)v.fullMessageLength[w]+=x[1],x[1]=x[0]+(v.fullMessageLength[w]/4294967296>>>0),v.fullMessageLength[w]>>>=
305
+0,x[0]=x[1]/4294967296>>>0;d.putBytes(e);c(b,g,d);(2048<d.read||0===d.length())&&d.compact();return v};v.digest=function(){var u=a.util.createBuffer();u.putBytes(d.bytes());u.putBytes(e.substr(0,v.blockLength-(v.fullMessageLength[v.fullMessageLength.length-1]+v.messageLengthSize&v.blockLength-1)));a.util.createBuffer();for(var l,x,w=8*v.fullMessageLength[0],F=0;F<v.fullMessageLength.length;++F)l=8*v.fullMessageLength[F+1],x=l/4294967296>>>0,w+=x,u.putInt32(w>>>0),w=l;l={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3,
306
+h4:b.h4};c(l,g,u);u=a.util.createBuffer();u.putInt32(l.h0);u.putInt32(l.h1);u.putInt32(l.h2);u.putInt32(l.h3);u.putInt32(l.h4);return u};return v};var e=null,l=!1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.sha1)return c.sha1;c.defined.sha1=
307
+!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha1}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha1",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var e,n,h,m,l,v,D,A,y,E,z,q,r,P=d.length();64<=P;){for(l=0;16>l;++l)b[l]=d.getInt32();
308
+for(;64>l;++l)e=b[l-2],e=(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10,n=b[l-15],n=(n>>>7|n<<25)^(n>>>18|n<<14)^n>>>3,b[l]=e+b[l-7]+n+b[l-16]|0;v=a.h0;D=a.h1;A=a.h2;y=a.h3;E=a.h4;z=a.h5;q=a.h6;r=a.h7;for(l=0;64>l;++l)e=(E>>>6|E<<26)^(E>>>11|E<<21)^(E>>>25|E<<7),h=q^E&(z^q),n=(v>>>2|v<<30)^(v>>>13|v<<19)^(v>>>22|v<<10),m=v&D|A&(v^D),e=r+e+h+p[l]+b[l],n+=m,r=q,q=z,z=E,E=y+e|0,y=A,A=D,D=v,v=e+n|0;a.h0=a.h0+v|0;a.h1=a.h1+D|0;a.h2=a.h2+A|0;a.h3=a.h3+y|0;a.h4=a.h4+E|0;a.h5=a.h5+z|0;a.h6=a.h6+q|0;a.h7=a.h7+r|0;P-=
309
+64}}var d=a.sha256=a.sha256||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha256=a.md.algorithms.sha256=d;d.create=function(){l||(e=String.fromCharCode(128),e+=a.util.fillString(String.fromCharCode(0),64),p=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,
310
+2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],l=!0);var b=null,d=a.util.createBuffer(),v=Array(64),u={algorithm:"sha256",blockLength:64,digestLength:32,
311
+messageLength:0,fullMessageLength:null,messageLengthSize:8,start:function(){u.messageLength=0;u.fullMessageLength=u.messageLength64=[];for(var c=u.messageLengthSize/4,e=0;e<c;++e)u.fullMessageLength.push(0);d=a.util.createBuffer();b={h0:1779033703,h1:3144134277,h2:1013904242,h3:2773480762,h4:1359893119,h5:2600822924,h6:528734635,h7:1541459225};return u}};u.start();u.update=function(e,h){"utf8"===h&&(e=a.util.encodeUtf8(e));var w=e.length;u.messageLength+=w;for(var w=[w/4294967296>>>0,w>>>0],l=u.fullMessageLength.length-
312
+1;0<=l;--l)u.fullMessageLength[l]+=w[1],w[1]=w[0]+(u.fullMessageLength[l]/4294967296>>>0),u.fullMessageLength[l]>>>=0,w[0]=w[1]/4294967296>>>0;d.putBytes(e);c(b,v,d);(2048<d.read||0===d.length())&&d.compact();return u};u.digest=function(){var l=a.util.createBuffer();l.putBytes(d.bytes());l.putBytes(e.substr(0,u.blockLength-(u.fullMessageLength[u.fullMessageLength.length-1]+u.messageLengthSize&u.blockLength-1)));a.util.createBuffer();for(var x,w,z=8*u.fullMessageLength[0],p=0;p<u.fullMessageLength.length;++p)x=
313
+8*u.fullMessageLength[p+1],w=x/4294967296>>>0,z+=w,l.putInt32(z>>>0),z=x;x={h0:b.h0,h1:b.h1,h2:b.h2,h3:b.h3,h4:b.h4,h5:b.h5,h6:b.h6,h7:b.h7};c(x,v,l);l=a.util.createBuffer();l.putInt32(x.h0);l.putInt32(x.h1);l.putInt32(x.h2);l.putInt32(x.h3);l.putInt32(x.h4);l.putInt32(x.h5);l.putInt32(x.h6);l.putInt32(x.h7);return l};return u};var e=null,l=!1,p=null}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge=
314
+{}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.sha256)return c.sha256;c.defined.sha256=!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha256}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha256",["require","module","./util"],function(){p.apply(null,
315
+Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){for(var g,e,n,h,m,A,y,E,l,v,r,z,p,M,ba,q,B,V,Z,aa,ca,Y,N,G,I,X=d.length();128<=X;){for(I=0;16>I;++I)b[I][0]=d.getInt32()>>>0,b[I][1]=d.getInt32()>>>0;for(;80>I;++I)m=b[I-2],l=m[0],m=m[1],g=((l>>>19|m<<13)^(m>>>29|l<<3)^l>>>6)>>>0,e=((l<<13|m>>>19)^(m<<3|l>>>29)^(l<<26|m>>>6))>>>0,m=b[I-15],l=m[0],m=m[1],n=((l>>>1|m<<31)^(l>>>8|m<<24)^l>>>7)>>>0,h=((l<<31|m>>>1)^(l<<24|m>>>8)^(l<<25|m>>>7))>>>0,l=b[I-7],v=b[I-
316
+16],m=e+l[1]+h+v[1],b[I][0]=g+l[0]+n+v[0]+(m/4294967296>>>0)>>>0,b[I][1]=m>>>0;l=a[0][0];v=a[0][1];r=a[1][0];z=a[1][1];p=a[2][0];M=a[2][1];ba=a[3][0];q=a[3][1];B=a[4][0];V=a[4][1];Z=a[5][0];aa=a[5][1];ca=a[6][0];Y=a[6][1];N=a[7][0];G=a[7][1];for(I=0;80>I;++I)g=((B>>>14|V<<18)^(B>>>18|V<<14)^(V>>>9|B<<23))>>>0,m=((B<<18|V>>>14)^(B<<14|V>>>18)^(V<<23|B>>>9))>>>0,e=(ca^B&(Z^ca))>>>0,A=(Y^V&(aa^Y))>>>0,n=((l>>>28|v<<4)^(v>>>2|l<<30)^(v>>>7|l<<25))>>>0,h=((l<<4|v>>>28)^(v<<30|l>>>2)^(v<<25|l>>>7))>>>0,
317
+y=(l&r|p&(l^r))>>>0,E=(v&z|M&(v^z))>>>0,m=G+m+A+k[I][1]+b[I][1],g=N+g+e+k[I][0]+b[I][0]+(m/4294967296>>>0)>>>0,e=m>>>0,m=h+E,n=n+y+(m/4294967296>>>0)>>>0,h=m>>>0,N=ca,G=Y,ca=Z,Y=aa,Z=B,aa=V,m=q+e,B=ba+g+(m/4294967296>>>0)>>>0,V=m>>>0,ba=p,q=M,p=r,M=z,r=l,z=v,m=e+h,l=g+n+(m/4294967296>>>0)>>>0,v=m>>>0;m=a[0][1]+v;a[0][0]=a[0][0]+l+(m/4294967296>>>0)>>>0;a[0][1]=m>>>0;m=a[1][1]+z;a[1][0]=a[1][0]+r+(m/4294967296>>>0)>>>0;a[1][1]=m>>>0;m=a[2][1]+M;a[2][0]=a[2][0]+p+(m/4294967296>>>0)>>>0;a[2][1]=m>>>
318
+0;m=a[3][1]+q;a[3][0]=a[3][0]+ba+(m/4294967296>>>0)>>>0;a[3][1]=m>>>0;m=a[4][1]+V;a[4][0]=a[4][0]+B+(m/4294967296>>>0)>>>0;a[4][1]=m>>>0;m=a[5][1]+aa;a[5][0]=a[5][0]+Z+(m/4294967296>>>0)>>>0;a[5][1]=m>>>0;m=a[6][1]+Y;a[6][0]=a[6][0]+ca+(m/4294967296>>>0)>>>0;a[6][1]=m>>>0;m=a[7][1]+G;a[7][0]=a[7][0]+N+(m/4294967296>>>0)>>>0;a[7][1]=m>>>0;X-=128}}var d=a.sha512=a.sha512||{};a.md=a.md||{};a.md.algorithms=a.md.algorithms||{};a.md.sha512=a.md.algorithms.sha512=d;var e=a.sha384=a.sha512.sha384=a.sha512.sha384||
319
+{};e.create=function(){return d.create("SHA-384")};a.md.sha384=a.md.algorithms.sha384=e;a.sha512.sha256=a.sha512.sha256||{create:function(){return d.create("SHA-512/256")}};a.md["sha512/256"]=a.md.algorithms["sha512/256"]=a.sha512.sha256;a.sha512.sha224=a.sha512.sha224||{create:function(){return d.create("SHA-512/224")}};a.md["sha512/224"]=a.md.algorithms["sha512/224"]=a.sha512.sha224;d.create=function(b){p||(l=String.fromCharCode(128),l+=a.util.fillString(String.fromCharCode(0),128),k=[[1116352408,
320
3609767458],[1899447441,602891725],[3049323471,3964484399],[3921009573,2173295548],[961987163,4081628472],[1508970993,3053834265],[2453635748,2937671579],[2870763221,3664609560],[3624381080,2734883394],[310598401,1164996542],[607225278,1323610764],[1426881987,3590304994],[1925078388,4068182383],[2162078206,991336113],[2614888103,633803317],[3248222580,3479774868],[3835390401,2666613458],[4022224774,944711139],[264347078,2341262773],[604807628,2007800933],[770255983,1495990901],[1249150122,1856431235],
321
[1555081692,3175218132],[1996064986,2198950837],[2554220882,3999719339],[2821834349,766784016],[2952996808,2566594879],[3210313671,3203337956],[3336571891,1034457026],[3584528711,2466948901],[113926993,3758326383],[338241895,168717936],[666307205,1188179964],[773529912,1546045734],[1294757372,1522805485],[1396182291,2643833823],[1695183700,2343527390],[1986661051,1014477480],[2177026350,1206759142],[2456956037,344077627],[2730485921,1290863460],[2820302411,3158454273],[3259730800,3505952657],[3345764771,
322
106217008],[3516065817,3606008344],[3600352804,1432725776],[4094571909,1467031594],[275423344,851169720],[430227734,3100823752],[506948616,1363258195],[659060556,3750685593],[883997877,3785050280],[958139571,3318307427],[1322822218,3812723403],[1537002063,2003034995],[1747873779,3602036899],[1955562222,1575990012],[2024104815,1125592928],[2227730452,2716904306],[2361852424,442776044],[2428436474,593698344],[2756734187,3733110249],[3204031479,2999351573],[3329325298,3815920427],[3391569614,3928383900],
323
[3515267271,566280711],[3940187606,3454069534],[4118630271,4000239992],[116418474,1914138554],[174292421,2731055270],[289380356,3203993006],[460393269,320620315],[685471733,587496836],[852142971,1086792851],[1017036298,365543100],[1126000580,2618297676],[1288033470,3409855158],[1501505948,4234509866],[1607167915,987167468],[1816402316,1246189591]],g={"SHA-512":[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],
324
[528734635,4215389547],[1541459225,327033209]],"SHA-384":[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],"SHA-512/256":[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],"SHA-512/224":[[2352822216,424955298],[1944164710,
325
-2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]]},p=!0);"undefined"===typeof b&&(b="SHA-512");if(!(b in g))throw Error("Invalid SHA-512 algorithm: "+b);for(var d=g[b],e=null,k=a.util.createBuffer(),y=Array(80),z=0;80>z;++z)y[z]=Array(2);var G={algorithm:b.replace("-","").toLowerCase(),blockLength:128,digestLength:64,messageLength:0,fullMessageLength:null,messageLengthSize:16,start:function(){G.messageLength=
326
-0;G.fullMessageLength=G.messageLength128=[];for(var b=G.messageLengthSize/4,c=0;c<b;++c)G.fullMessageLength.push(0);k=a.util.createBuffer();e=Array(d.length);for(c=0;c<d.length;++c)e[c]=d[c].slice(0);return G}};G.start();G.update=function(b,d){"utf8"===d&&(b=a.util.encodeUtf8(b));var g=b.length;G.messageLength+=g;for(var g=[g/4294967296>>>0,g>>>0],C=G.fullMessageLength.length-1;0<=C;--C)G.fullMessageLength[C]+=g[1],g[1]=g[0]+(G.fullMessageLength[C]/4294967296>>>0),G.fullMessageLength[C]>>>=0,g[0]=
327
-g[1]/4294967296>>>0;k.putBytes(b);c(e,y,k);(2048<k.read||0===k.length())&&k.compact();return G};G.digest=function(){var d=a.util.createBuffer();d.putBytes(k.bytes());d.putBytes(h.substr(0,G.blockLength-(G.fullMessageLength[G.fullMessageLength.length-1]+G.messageLengthSize&G.blockLength-1)));a.util.createBuffer();for(var g,x,C=8*G.fullMessageLength[0],l=0;l<G.fullMessageLength.length;++l)g=8*G.fullMessageLength[l+1],x=g/4294967296>>>0,C+=x,d.putInt32(C>>>0),C=g;g=Array(e.length);for(l=0;l<e.length;++l)g[l]=
328
-e[l].slice(0);c(g,y,d);d=a.util.createBuffer();x="SHA-512"===b?g.length:"SHA-384"===b?g.length-2:g.length-4;for(l=0;l<x;++l)d.putInt32(g[l][0]),l===x-1&&"SHA-512/224"===b||d.putInt32(g[l][1]);return d};return G};var h=null,p=!1,l=null,g=null}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);
329
-c=c||{};c.defined=c.defined||{};if(c.defined.sha512)return c.sha512;c.defined.sha512=!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha512}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha512",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.md=a.md||{};
330
-a.md.algorithms={md5:a.md5,sha1:a.sha1,sha256:a.sha256};a.md.md5=a.md5;a.md.sha1=a.sha1;a.md.sha256=a.sha256}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.md)return c.md;c.defined.md=!0;for(var m=0;m<e.length;++m)e[m](c);return c.md}},r=a;a=function(b,
331
-c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/md","require module ./md5 ./sha1 ./sha256 ./sha512".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){(a.hmac=a.hmac||{}).create=function(){var b=null,c=null,d=null,e={start:function(e,l){if(null!==e)if("string"===typeof e)if(e=e.toLowerCase(),e in a.md.algorithms)b=
332
-a.md.algorithms[e].create();else throw Error('Unknown hash algorithm "'+e+'"');else b=e;if(null!==l){if("string"===typeof l)l=a.util.createBuffer(l);else if(a.util.isArray(l)){var g=l;l=a.util.createBuffer();for(var h=0;h<g.length;++h)l.putByte(g[h])}var u=l.length();u>b.blockLength&&(b.start(),b.update(l.bytes()),l=b.digest());c=a.util.createBuffer();d=a.util.createBuffer();u=l.length();for(h=0;h<u;++h)g=l.at(h),c.putByte(54^g),d.putByte(92^g);if(u<b.blockLength)for(g=b.blockLength-u,h=0;h<g;++h)c.putByte(54),
333
-d.putByte(92);c=c.bytes();d=d.bytes()}b.start();b.update(c)},update:function(a){b.update(a)},getMac:function(){var a=b.digest().bytes();b.start();b.update(d);b.update(a);return b.digest()}};e.digest=e.getMac;return e}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
334
-{};if(c.defined.hmac)return c.hmac;c.defined.hmac=!0;for(var m=0;m<e.length;++m)e[m](c);return c.hmac}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/hmac",["require","module","./md","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a){for(var b=a.name+": ",d=[],e=function(a,
335
-b){return" "+b},g=0;g<a.values.length;++g)d.push(a.values[g].replace(/^(\S+\r\n)/,e));b+=d.join(",")+"\r\n";d=0;a=-1;for(g=0;g<b.length;++g,++d)if(65<d&&-1!==a)d=b[a],","===d?(++a,b=b.substr(0,a)+"\r\n "+b.substr(a)):b=b.substr(0,a)+"\r\n"+d+b.substr(a+1),d=g-a-1,a=-1,++g;else if(" "===b[g]||"\t"===b[g]||","===b[g])a=g;return b}var d=a.pem=a.pem||{};d.encode=function(b,d){d=d||{};var e="-----BEGIN "+b.type+"-----\r\n",l;b.procType&&(l={name:"Proc-Type",values:[String(b.procType.version),b.procType.type]},
336
-e+=c(l));b.contentDomain&&(l={name:"Content-Domain",values:[b.contentDomain]},e+=c(l));b.dekInfo&&(l={name:"DEK-Info",values:[b.dekInfo.algorithm]},b.dekInfo.parameters&&l.values.push(b.dekInfo.parameters),e+=c(l));if(b.headers)for(l=0;l<b.headers.length;++l)e+=c(b.headers[l]);b.procType&&(e+="\r\n");e+=a.util.encode64(b.body,d.maxline||64)+"\r\n";return e+="-----END "+b.type+"-----\r\n"};d.decode=function(b){for(var c=[],d=/\s*-----BEGIN ([A-Z0-9- ]+)-----\r?\n?([\x21-\x7e\s]+?(?:\r?\n\r?\n))?([:A-Za-z0-9+\/=\s]+?)-----END \1-----/g,
337
-e=/([\x21-\x7e]+):\s*([\x21-\x7e\s^:]+)/,g=/\r?\n/,m;;){m=d.exec(b);if(!m)break;var h={type:m[1],procType:null,contentDomain:null,dekInfo:null,headers:[],body:a.util.decode64(m[3])};c.push(h);if(m[2]){for(var p=m[2].split(g),w=0;m&&w<p.length;){m=p[w].replace(/\s+$/,"");for(var y=w+1;y<p.length;++y){var z=p[y];if(!/\s/.test(z[0]))break;m+=z;w=y}if(m=m.match(e)){for(var y={name:m[1],values:[]},z=m[2].split(","),G=0;G<z.length;++G)y.values.push(z[G].replace(/^\s+/,""));if(h.procType)if(h.contentDomain||
338
-"Content-Domain"!==y.name)if(h.dekInfo||"DEK-Info"!==y.name)h.headers.push(y);else{if(0===y.values.length)throw Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');h.dekInfo={algorithm:z[0],parameters:z[1]||null}}else h.contentDomain=z[0]||"";else{if("Proc-Type"!==y.name)throw Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(2!==y.values.length)throw Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');
339
-h.procType={version:z[0],type:z[1]}}}++w}if("ENCRYPTED"===h.procType&&!h.dekInfo)throw Error('Invalid PEM formatted message. The "DEK-Info" header must be present if "Proc-Type" is "ENCRYPTED".');}}if(0===c.length)throw Error("Invalid PEM formatted message.");return c}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);
340
-c=c||{};c.defined=c.defined||{};if(c.defined.pem)return c.pem;c.defined.pem=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pem}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pem",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d){a.cipher.registerAlgorithm(b,
341
-function(){return new a.des.Algorithm(b,d)})}function d(a,b,c,e){var n=32===a.length?3:9;e=3===n?e?[30,-2,-2]:[0,32,2]:e?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var x=b[0],k=b[1];b=(x>>>4^k)&252645135;k^=b;x^=b<<4;b=(x>>>16^k)&65535;k^=b;x^=b<<16;b=(k>>>2^x)&858993459;x^=b;k^=b<<2;b=(k>>>8^x)&16711935;x^=b;k^=b<<8;b=(x>>>1^k)&1431655765;for(var k=k^b,x=x^b<<1,x=x<<1|x>>>31,k=k<<1|k>>>31,m=0;m<n;m+=3){for(var z=e[m+1],q=e[m+2],r=e[m];r!=z;r+=q){var U=k^a[r],S=(k>>>4|k<<28)^a[r+1];b=x;
342
-x=k;k=b^(p[U>>>24&63]|g[U>>>16&63]|u[U>>>8&63]|w[U&63]|h[S>>>24&63]|l[S>>>16&63]|I[S>>>8&63]|D[S&63])}b=x;x=k;k=b}x=x>>>1|x<<31;k=k>>>1|k<<31;b=(x>>>1^k)&1431655765;k^=b;x^=b<<1;b=(k>>>8^x)&16711935;x^=b;k^=b<<8;b=(k>>>2^x)&858993459;x^=b;k^=b<<2;b=(x>>>16^k)&65535;k^=b;x^=b<<16;b=(x>>>4^k)&252645135;c[0]=x^b<<4;c[1]=k^b}function e(b){b=b||{};var c="DES-"+(b.mode||"CBC").toUpperCase(),d;d=b.decrypt?a.cipher.createDecipher(c,b.key):a.cipher.createCipher(c,b.key);var g=d.start;d.start=function(b,c){var e=
325
+2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]]},p=!0);"undefined"===typeof b&&(b="SHA-512");if(!(b in g))throw Error("Invalid SHA-512 algorithm: "+b);for(var d=g[b],e=null,h=a.util.createBuffer(),v=Array(80),F=0;80>F;++F)v[F]=Array(2);var q={algorithm:b.replace("-","").toLowerCase(),blockLength:128,digestLength:64,messageLength:0,fullMessageLength:null,messageLengthSize:16,start:function(){q.messageLength=
326
+0;q.fullMessageLength=q.messageLength128=[];for(var b=q.messageLengthSize/4,c=0;c<b;++c)q.fullMessageLength.push(0);h=a.util.createBuffer();e=Array(d.length);for(c=0;c<d.length;++c)e[c]=d[c].slice(0);return q}};q.start();q.update=function(b,d){"utf8"===d&&(b=a.util.encodeUtf8(b));var g=b.length;q.messageLength+=g;for(var g=[g/4294967296>>>0,g>>>0],k=q.fullMessageLength.length-1;0<=k;--k)q.fullMessageLength[k]+=g[1],g[1]=g[0]+(q.fullMessageLength[k]/4294967296>>>0),q.fullMessageLength[k]>>>=0,g[0]=
327
+g[1]/4294967296>>>0;h.putBytes(b);c(e,v,h);(2048<h.read||0===h.length())&&h.compact();return q};q.digest=function(){var d=a.util.createBuffer();d.putBytes(h.bytes());d.putBytes(l.substr(0,q.blockLength-(q.fullMessageLength[q.fullMessageLength.length-1]+q.messageLengthSize&q.blockLength-1)));a.util.createBuffer();for(var g,y,k=8*q.fullMessageLength[0],u=0;u<q.fullMessageLength.length;++u)g=8*q.fullMessageLength[u+1],y=g/4294967296>>>0,k+=y,d.putInt32(k>>>0),k=g;g=Array(e.length);for(u=0;u<e.length;++u)g[u]=
328
+e[u].slice(0);c(g,v,d);d=a.util.createBuffer();y="SHA-512"===b?g.length:"SHA-384"===b?g.length-2:g.length-4;for(u=0;u<y;++u)d.putInt32(g[u][0]),u===y-1&&"SHA-512/224"===b||d.putInt32(g[u][1]);return d};return q};var l=null,p=!1,k=null,g=null}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);
329
+c=c||{};c.defined=c.defined||{};if(c.defined.sha512)return c.sha512;c.defined.sha512=!0;for(var m=0;m<e.length;++m)e[m](c);return c.sha512}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/sha512",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.md=a.md||{};
330
+a.md.algorithms={md5:a.md5,sha1:a.sha1,sha256:a.sha256};a.md.md5=a.md5;a.md.sha1=a.sha1;a.md.sha256=a.sha256}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.md)return c.md;c.defined.md=!0;for(var m=0;m<e.length;++m)e[m](c);return c.md}},q=a;a=function(b,
331
+c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/md","require module ./md5 ./sha1 ./sha256 ./sha512".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){(a.hmac=a.hmac||{}).create=function(){var b=null,c=null,d=null,e={start:function(e,k){if(null!==e)if("string"===typeof e)if(e=e.toLowerCase(),e in a.md.algorithms)b=
332
+a.md.algorithms[e].create();else throw Error('Unknown hash algorithm "'+e+'"');else b=e;if(null!==k){if("string"===typeof k)k=a.util.createBuffer(k);else if(a.util.isArray(k)){var g=k;k=a.util.createBuffer();for(var l=0;l<g.length;++l)k.putByte(g[l])}var u=k.length();u>b.blockLength&&(b.start(),b.update(k.bytes()),k=b.digest());c=a.util.createBuffer();d=a.util.createBuffer();u=k.length();for(l=0;l<u;++l)g=k.at(l),c.putByte(54^g),d.putByte(92^g);if(u<b.blockLength)for(g=b.blockLength-u,l=0;l<g;++l)c.putByte(54),
333
+d.putByte(92);c=c.bytes();d=d.bytes()}b.start();b.update(c)},update:function(a){b.update(a)},getMac:function(){var a=b.digest().bytes();b.start();b.update(d);b.update(a);return b.digest()}};e.digest=e.getMac;return e}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
334
+{};if(c.defined.hmac)return c.hmac;c.defined.hmac=!0;for(var m=0;m<e.length;++m)e[m](c);return c.hmac}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/hmac",["require","module","./md","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a){for(var b=a.name+": ",d=[],e=function(a,
335
+b){return" "+b},g=0;g<a.values.length;++g)d.push(a.values[g].replace(/^(\S+\r\n)/,e));b+=d.join(",")+"\r\n";d=0;a=-1;for(g=0;g<b.length;++g,++d)if(65<d&&-1!==a)d=b[a],","===d?(++a,b=b.substr(0,a)+"\r\n "+b.substr(a)):b=b.substr(0,a)+"\r\n"+d+b.substr(a+1),d=g-a-1,a=-1,++g;else if(" "===b[g]||"\t"===b[g]||","===b[g])a=g;return b}var d=a.pem=a.pem||{};d.encode=function(b,d){d=d||{};var e="-----BEGIN "+b.type+"-----\r\n",k;b.procType&&(k={name:"Proc-Type",values:[String(b.procType.version),b.procType.type]},
336
+e+=c(k));b.contentDomain&&(k={name:"Content-Domain",values:[b.contentDomain]},e+=c(k));b.dekInfo&&(k={name:"DEK-Info",values:[b.dekInfo.algorithm]},b.dekInfo.parameters&&k.values.push(b.dekInfo.parameters),e+=c(k));if(b.headers)for(k=0;k<b.headers.length;++k)e+=c(b.headers[k]);b.procType&&(e+="\r\n");e+=a.util.encode64(b.body,d.maxline||64)+"\r\n";return e+="-----END "+b.type+"-----\r\n"};d.decode=function(b){for(var c=[],d=/\s*-----BEGIN ([A-Z0-9- ]+)-----\r?\n?([\x21-\x7e\s]+?(?:\r?\n\r?\n))?([:A-Za-z0-9+\/=\s]+?)-----END \1-----/g,
337
+e=/([\x21-\x7e]+):\s*([\x21-\x7e\s^:]+)/,g=/\r?\n/,m;;){m=d.exec(b);if(!m)break;var u={type:m[1],procType:null,contentDomain:null,dekInfo:null,headers:[],body:a.util.decode64(m[3])};c.push(u);if(m[2]){for(var l=m[2].split(g),x=0;m&&x<l.length;){m=l[x].replace(/\s+$/,"");for(var w=x+1;w<l.length;++w){var v=l[w];if(!/\s/.test(v[0]))break;m+=v;x=w}if(m=m.match(e)){for(var w={name:m[1],values:[]},v=m[2].split(","),p=0;p<v.length;++p)w.values.push(v[p].replace(/^\s+/,""));if(u.procType)if(u.contentDomain||
338
+"Content-Domain"!==w.name)if(u.dekInfo||"DEK-Info"!==w.name)u.headers.push(w);else{if(0===w.values.length)throw Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');u.dekInfo={algorithm:v[0],parameters:v[1]||null}}else u.contentDomain=v[0]||"";else{if("Proc-Type"!==w.name)throw Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(2!==w.values.length)throw Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');
339
+u.procType={version:v[0],type:v[1]}}}++x}if("ENCRYPTED"===u.procType&&!u.dekInfo)throw Error('Invalid PEM formatted message. The "DEK-Info" header must be present if "Proc-Type" is "ENCRYPTED".');}}if(0===c.length)throw Error("Invalid PEM formatted message.");return c}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);
340
+c=c||{};c.defined=c.defined||{};if(c.defined.pem)return c.pem;c.defined.pem=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pem}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pem",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d){a.cipher.registerAlgorithm(b,
341
+function(){return new a.des.Algorithm(b,d)})}function d(a,b,c,e){var n=32===a.length?3:9;e=3===n?e?[30,-2,-2]:[0,32,2]:e?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var y=b[0],h=b[1];b=(y>>>4^h)&252645135;h^=b;y^=b<<4;b=(y>>>16^h)&65535;h^=b;y^=b<<16;b=(h>>>2^y)&858993459;y^=b;h^=b<<2;b=(h>>>8^y)&16711935;y^=b;h^=b<<8;b=(y>>>1^h)&1431655765;for(var h=h^b,y=y^b<<1,y=y<<1|y>>>31,h=h<<1|h>>>31,m=0;m<n;m+=3){for(var v=e[m+1],r=e[m+2],P=e[m];P!=v;P+=r){var T=h^a[P],M=(h>>>4|h<<28)^a[P+1];b=y;
342
+y=h;h=b^(p[T>>>24&63]|g[T>>>16&63]|u[T>>>8&63]|x[T&63]|l[M>>>24&63]|k[M>>>16&63]|q[M>>>8&63]|C[M&63])}b=y;y=h;h=b}y=y>>>1|y<<31;h=h>>>1|h<<31;b=(y>>>1^h)&1431655765;h^=b;y^=b<<1;b=(h>>>8^y)&16711935;y^=b;h^=b<<8;b=(h>>>2^y)&858993459;y^=b;h^=b<<2;b=(y>>>16^h)&65535;h^=b;y^=b<<16;b=(y>>>4^h)&252645135;c[0]=y^b<<4;c[1]=h^b}function e(b){b=b||{};var c="DES-"+(b.mode||"CBC").toUpperCase(),d;d=b.decrypt?a.cipher.createDecipher(c,b.key):a.cipher.createCipher(c,b.key);var g=d.start;d.start=function(b,c){var e=
343
null;c instanceof a.util.ByteBuffer&&(e=c,c={});c=c||{};c.output=e;c.iv=b;g.call(d,c)};return d}a.des=a.des||{};a.des.startEncrypting=function(a,b,c,d){a=e({key:a,output:c,decrypt:!1,mode:d||(null===b?"ECB":"CBC")});a.start(b);return a};a.des.createEncryptionCipher=function(a,b){return e({key:a,output:null,decrypt:!1,mode:b})};a.des.startDecrypting=function(a,b,c,d){a=e({key:a,output:c,decrypt:!0,mode:d||(null===b?"ECB":"CBC")});a.start(b);return a};a.des.createDecryptionCipher=function(a,b){return e({key:a,
344
output:null,decrypt:!0,mode:b})};a.des.Algorithm=function(a,b){var c=this;c.name=a;c.mode=new b({blockSize:8,cipher:{encrypt:function(a,b){return d(c._keys,a,b,!1)},decrypt:function(a,b){return d(c._keys,a,b,!0)}}});c._init=!1};a.des.Algorithm.prototype.initialize=function(b){if(!this._init){b=a.util.createBuffer(b.key);if(0===this.name.indexOf("3DES")&&24!==b.length())throw Error("Invalid Triple-DES key size: "+8*b.length());for(var c=[0,4,536870912,536870916,65536,65540,536936448,536936452,512,
345
-516,536871424,536871428,66048,66052,536936960,536936964],d=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],g=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],e=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],k=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],
346
-m=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],l=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],h=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],q=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],u=[0,268435456,8,268435464,0,268435456,
347
-8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],w=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],p=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],v=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],z=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],I=8<b.length()?3:
348
-1,B=[],r=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],D=0,N,Y=0;Y<I;Y++){var L=b.getInt32(),H=b.getInt32();N=(L>>>4^H)&252645135;H^=N;L^=N<<4;N=(H>>>-16^L)&65535;L^=N;H^=N<<-16;N=(L>>>2^H)&858993459;H^=N;L^=N<<2;N=(H>>>-16^L)&65535;L^=N;H^=N<<-16;N=(L>>>1^H)&1431655765;H^=N;L^=N<<1;N=(H>>>8^L)&16711935;L^=N;H^=N<<8;N=(L>>>1^H)&1431655765;H^=N;L^=N<<1;N=L<<8|H>>>20&240;for(var L=H<<24|H<<8&16711680|H>>>8&65280|H>>>24&240,H=N,J=0;J<r.length;++J){r[J]?(L=L<<2|L>>>26,H=H<<2|H>>>26):(L=L<<1|L>>>27,H=H<<1|H>>>27);
349
-var L=L&-15,H=H&-15,X=c[L>>>28]|d[L>>>24&15]|g[L>>>20&15]|e[L>>>16&15]|k[L>>>12&15]|m[L>>>8&15]|l[L>>>4&15],da=h[H>>>28]|q[H>>>24&15]|u[H>>>20&15]|w[H>>>16&15]|p[H>>>12&15]|v[H>>>8&15]|z[H>>>4&15];N=(da>>>16^X)&65535;B[D++]=X^N;B[D++]=da^N<<16}}this._keys=B;this._init=!0}};c("DES-ECB",a.cipher.modes.ecb);c("DES-CBC",a.cipher.modes.cbc);c("DES-CFB",a.cipher.modes.cfb);c("DES-OFB",a.cipher.modes.ofb);c("DES-CTR",a.cipher.modes.ctr);c("3DES-ECB",a.cipher.modes.ecb);c("3DES-CBC",a.cipher.modes.cbc);c("3DES-CFB",
350
-a.cipher.modes.cfb);c("3DES-OFB",a.cipher.modes.ofb);c("3DES-CTR",a.cipher.modes.ctr);var h=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,
345
+516,536871424,536871428,66048,66052,536936960,536936964],d=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],e=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],g=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],h=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],
346
+m=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],k=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],u=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],r=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],l=[0,268435456,8,268435464,0,268435456,
347
+8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],x=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],M=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],v=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],p=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],z=8<b.length()?3:
348
+1,q=[],J=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],B=0,C,Y=0;Y<z;Y++){var N=b.getInt32(),G=b.getInt32();C=(N>>>4^G)&252645135;G^=C;N^=C<<4;C=(G>>>-16^N)&65535;N^=C;G^=C<<-16;C=(N>>>2^G)&858993459;G^=C;N^=C<<2;C=(G>>>-16^N)&65535;N^=C;G^=C<<-16;C=(N>>>1^G)&1431655765;G^=C;N^=C<<1;C=(G>>>8^N)&16711935;N^=C;G^=C<<8;C=(N>>>1^G)&1431655765;G^=C;N^=C<<1;C=N<<8|G>>>20&240;for(var N=G<<24|G<<8&16711680|G>>>8&65280|G>>>24&240,G=C,I=0;I<J.length;++I){J[I]?(N=N<<2|N>>>26,G=G<<2|G>>>26):(N=N<<1|N>>>27,G=G<<1|G>>>27);
349
+var N=N&-15,G=G&-15,X=c[N>>>28]|d[N>>>24&15]|e[N>>>20&15]|g[N>>>16&15]|h[N>>>12&15]|m[N>>>8&15]|k[N>>>4&15],da=u[G>>>28]|r[G>>>24&15]|l[G>>>20&15]|x[G>>>16&15]|M[G>>>12&15]|v[G>>>8&15]|p[G>>>4&15];C=(da>>>16^X)&65535;q[B++]=X^C;q[B++]=da^C<<16}}this._keys=q;this._init=!0}};c("DES-ECB",a.cipher.modes.ecb);c("DES-CBC",a.cipher.modes.cbc);c("DES-CFB",a.cipher.modes.cfb);c("DES-OFB",a.cipher.modes.ofb);c("DES-CTR",a.cipher.modes.ctr);c("3DES-ECB",a.cipher.modes.ecb);c("3DES-CBC",a.cipher.modes.cbc);c("3DES-CFB",
350
+a.cipher.modes.cfb);c("3DES-OFB",a.cipher.modes.ofb);c("3DES-CTR",a.cipher.modes.ctr);var l=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,
351
0,65540,66560,0,16842756],p=[-2146402272,-2147450880,32768,1081376,1048576,32,-2146435040,-2147450848,-2147483616,-2146402272,-2146402304,-2147483648,-2147450880,1048576,32,-2146435040,1081344,1048608,-2147450848,0,-2147483648,32768,1081376,-2146435072,1048608,-2147483616,0,1081344,32800,-2146402304,-2146435072,32800,0,1081376,-2146435040,1048576,-2147450848,-2146435072,-2146402304,32768,-2146435072,-2147450880,32,-2146402272,1081376,32,32768,-2147483648,32800,-2146402304,1048576,-2147483616,1048608,
352
--2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],l=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,
353
-8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],g=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],I=[256,34078976,34078720,1107296512,
352
+-2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],k=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,
353
+8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],g=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],q=[256,34078976,34078720,1107296512,
354
524288,256,1073741824,34078720,1074266368,524288,33554688,1074266368,1107296512,1107820544,524544,1073741824,33554432,1074266112,1074266112,0,1073742080,1107820800,1107820800,33554688,1107820544,1073742080,0,1107296256,34078976,33554432,1107296256,524544,524288,1107296512,256,33554432,1073741824,34078720,1107296512,1074266368,33554688,1073741824,1107820544,34078976,1074266368,256,33554432,1107820544,1107820800,524544,1107296256,1107820800,34078720,0,1074266112,1107296256,524544,33554688,1073742080,
355
524288,0,1074266112,34078976,1073742080],u=[536870928,541065216,16384,541081616,541065216,16,541081616,4194304,536887296,4210704,4194304,536870928,4194320,536887296,536870912,16400,0,4194320,536887312,16384,4210688,536887312,16,541065232,541065232,0,4210704,541081600,16400,4210688,541081600,536870912,536887296,16,541065232,4210688,541081616,4194304,16400,536870928,4194304,536887296,536870912,16400,536870928,541081616,4210688,541065216,4210704,541081600,0,541065232,16,16384,541065216,4210704,16384,
356
-4194320,536887312,0,541081600,536870912,4194320,536887312],D=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,
357
-67108866,67110912,2048,2097154],w=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,
358
-268435456,268701696]}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.des)return c.des;c.defined.des=!0;for(var m=0;m<e.length;++m)e[m](c);return c.des}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,
359
-Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/des",["require","module","./cipher","./cipherModes","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var d=a.pkcs5=a.pkcs5||{},e="undefined"!==typeof process&&process.versions&&process.versions.node,k;e&&!a.disableNativeCode&&(k=c("crypto"));a.pbkdf2=d.pbkdf2=function(b,c,d,g,m,h){function p(){if(r>F)return h(null,A);E.start(null,
360
-null);E.update(c);E.update(a.util.int32ToBytes(r));x=M=E.digest().getBytes();q=2;w()}function w(){if(q<=d)return E.start(null,null),E.update(M),C=E.digest().getBytes(),x=a.util.xorBytes(x,C,y),M=C,++q,a.util.setImmediate(w);A+=r<F?x:x.substr(0,G);++r;p()}"function"===typeof m&&(h=m,m=null);if(e&&!a.disableNativeCode&&k.pbkdf2&&(null===m||"object"!==typeof m)&&(4<k.pbkdf2Sync.length||!m||"sha1"===m))return"string"!==typeof m&&(m="sha1"),c=new Buffer(c,"binary"),h?4===k.pbkdf2Sync.length?k.pbkdf2(b,
361
-c,d,g,function(a,b){if(a)return h(a);h(null,b.toString("binary"))}):k.pbkdf2(b,c,d,g,m,function(a,b){if(a)return h(a);h(null,b.toString("binary"))}):4===k.pbkdf2Sync.length?k.pbkdf2Sync(b,c,d,g).toString("binary"):k.pbkdf2Sync(b,c,d,g,m).toString("binary");if("undefined"===typeof m||null===m)m=a.md.sha1.create();if("string"===typeof m){if(!(m in a.md.algorithms))throw Error("Unknown hash algorithm: "+m);m=a.md[m].create()}var y=m.digestLength;if(g>4294967295*y){b=Error("Derived key is too long.");
362
-if(h)return h(b);throw b;}var F=Math.ceil(g/y),G=g-(F-1)*y,E=a.hmac.create();E.start(m,b);var A="",x,C,M;if(!h){for(var r=1;r<=F;++r){E.start(null,null);E.update(c);E.update(a.util.int32ToBytes(r));x=M=E.digest().getBytes();for(var q=2;q<=d;++q)E.start(null,null),E.update(M),C=E.digest().getBytes(),x=a.util.xorBytes(x,C,y),M=C;A+=r<F?x:x.substr(0,G)}return A}r=1;p()}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===
363
-typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pbkdf2)return c.pbkdf2;c.defined.pbkdf2=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pbkdf2}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pbkdf2",["require","module",
364
-"./hmac","./md","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var d="undefined"!==typeof process&&process.versions&&process.versions.node,e=null;a.disableNativeCode||!d||process.versions["node-webkit"]||(e=c("crypto"));(a.prng=a.prng||{}).create=function(b){function c(a){if(32<=g.pools[0].messageLength)return d(),a();g.seedFile(32-g.pools[0].messageLength<<5,function(b,c){if(b)return a(b);g.collect(c);d();a()})}function d(){var a=g.plugin.md.create();
365
-a.update(g.pools[0].digest().getBytes());g.pools[0].start();for(var b=1,c=1;32>c;++c)b=31===b?2147483648:b<<2,0===b%g.reseeds&&(a.update(g.pools[c].digest().getBytes()),g.pools[c].start());b=a.digest().getBytes();a.start();a.update(b);a=a.digest().getBytes();g.key=g.plugin.formatKey(b);g.seed=g.plugin.formatSeed(a);g.reseeds=4294967295===g.reseeds?0:g.reseeds+1;g.generated=0}function m(b){var c=null;if("undefined"!==typeof window){var d=window.crypto||window.msCrypto;d&&d.getRandomValues&&(c=function(a){return d.getRandomValues(a)})}var g=
366
-a.util.createBuffer();if(c)for(;g.length()<b;){var e=Math.max(1,Math.min(b-g.length(),65536)/4),k=new Uint32Array(Math.floor(e));try{for(c(k),e=0;e<k.length;++e)g.putInt32(k[e])}catch(A){if(!("undefined"!==typeof QuotaExceededError&&A instanceof QuotaExceededError))throw A;}}if(g.length()<b)for(c=Math.floor(65536*Math.random());g.length()<b;)for(e=16807*(c&65535),c=16807*(c>>16),e+=(c&32767)<<16,e+=c>>15,e=(e&2147483647)+(e>>31),c=e&4294967295,e=0;3>e;++e)k=c>>>(e<<3),k^=Math.floor(256*Math.random()),
367
-g.putByte(String.fromCharCode(k&255));return g.getBytes(b)}var g={plugin:b,key:null,seed:null,time:null,reseeds:0,generated:0};b=b.md;for(var h=Array(32),u=0;32>u;++u)h[u]=b.create();g.pools=h;g.pool=0;g.generate=function(b,d){function e(C){if(C)return d(C);if(x.length()>=b)return d(null,x.getBytes(b));1048575<g.generated&&(g.key=null);if(null===g.key)return a.util.nextTick(function(){c(e)});C=k(g.key,g.seed);g.generated+=C.length;x.putBytes(C);g.key=l(k(g.key,m(g.seed)));g.seed=A(k(g.key,g.seed));
368
-a.util.setImmediate(e)}if(!d)return g.generateSync(b);var k=g.plugin.cipher,m=g.plugin.increment,l=g.plugin.formatKey,A=g.plugin.formatSeed,x=a.util.createBuffer();g.key=null;e()};g.generateSync=function(b){var c=g.plugin.cipher,e=g.plugin.increment,k=g.plugin.formatKey,m=g.plugin.formatSeed;g.key=null;for(var l=a.util.createBuffer();l.length()<b;){1048575<g.generated&&(g.key=null);null===g.key&&(32<=g.pools[0].messageLength||g.collect(g.seedFileSync(32-g.pools[0].messageLength<<5)),d());var A=c(g.key,
369
-g.seed);g.generated+=A.length;l.putBytes(A);g.key=k(c(g.key,e(g.seed)));g.seed=m(c(g.key,g.seed))}return l.getBytes(b)};e?(g.seedFile=function(a,b){e.randomBytes(a,function(a,c){if(a)return b(a);b(null,c.toString())})},g.seedFileSync=function(a){return e.randomBytes(a).toString()}):(g.seedFile=function(a,b){try{b(null,m(a))}catch(c){b(c)}},g.seedFileSync=m);g.collect=function(a){for(var b=a.length,c=0;c<b;++c)g.pools[g.pool].update(a.substr(c,1)),g.pool=31===g.pool?0:g.pool+1};g.collectInt=function(a,
356
+4194320,536887312,0,541081600,536870912,4194320,536887312],C=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,
357
+67108866,67110912,2048,2097154],x=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,
358
+268435456,268701696]}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.des)return c.des;c.defined.des=!0;for(var m=0;m<e.length;++m)e[m](c);return c.des}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,
359
+Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/des",["require","module","./cipher","./cipherModes","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var d=a.pkcs5=a.pkcs5||{},e="undefined"!==typeof process&&process.versions&&process.versions.node,h;e&&!a.disableNativeCode&&(h=c("crypto"));a.pbkdf2=d.pbkdf2=function(b,c,d,g,m,u){function l(){if(U>p)return u(null,A);D.start(null,
360
+null);D.update(c);D.update(a.util.int32ToBytes(U));y=L=D.digest().getBytes();r=2;x()}function x(){if(r<=d)return D.start(null,null),D.update(L),E=D.digest().getBytes(),y=a.util.xorBytes(y,E,w),L=E,++r,a.util.setImmediate(x);A+=U<p?y:y.substr(0,q);++U;l()}"function"===typeof m&&(u=m,m=null);if(e&&!a.disableNativeCode&&h.pbkdf2&&(null===m||"object"!==typeof m)&&(4<h.pbkdf2Sync.length||!m||"sha1"===m))return"string"!==typeof m&&(m="sha1"),c=new Buffer(c,"binary"),u?4===h.pbkdf2Sync.length?h.pbkdf2(b,
361
+c,d,g,function(a,b){if(a)return u(a);u(null,b.toString("binary"))}):h.pbkdf2(b,c,d,g,m,function(a,b){if(a)return u(a);u(null,b.toString("binary"))}):4===h.pbkdf2Sync.length?h.pbkdf2Sync(b,c,d,g).toString("binary"):h.pbkdf2Sync(b,c,d,g,m).toString("binary");if("undefined"===typeof m||null===m)m=a.md.sha1.create();if("string"===typeof m){if(!(m in a.md.algorithms))throw Error("Unknown hash algorithm: "+m);m=a.md[m].create()}var w=m.digestLength;if(g>4294967295*w){b=Error("Derived key is too long.");
362
+if(u)return u(b);throw b;}var p=Math.ceil(g/w),q=g-(p-1)*w,D=a.hmac.create();D.start(m,b);var A="",y,E,L;if(!u){for(var U=1;U<=p;++U){D.start(null,null);D.update(c);D.update(a.util.int32ToBytes(U));y=L=D.digest().getBytes();for(var r=2;r<=d;++r)D.start(null,null),D.update(L),E=D.digest().getBytes(),y=a.util.xorBytes(y,E,w),L=E;A+=U<p?y:y.substr(0,q)}return A}U=1;l()}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===
363
+typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pbkdf2)return c.pbkdf2;c.defined.pbkdf2=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pbkdf2}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pbkdf2",["require","module",
364
+"./hmac","./md","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var d="undefined"!==typeof process&&process.versions&&process.versions.node,e=null;a.disableNativeCode||!d||process.versions["node-webkit"]||(e=c("crypto"));(a.prng=a.prng||{}).create=function(b){function c(a){if(32<=g.pools[0].messageLength)return d(),a();g.seedFile(32-g.pools[0].messageLength<<5,function(b,c){if(b)return a(b);g.collect(c);d();a()})}function d(){var a=g.plugin.md.create();
365
+a.update(g.pools[0].digest().getBytes());g.pools[0].start();for(var b=1,c=1;32>c;++c)b=31===b?2147483648:b<<2,0===b%g.reseeds&&(a.update(g.pools[c].digest().getBytes()),g.pools[c].start());b=a.digest().getBytes();a.start();a.update(b);a=a.digest().getBytes();g.key=g.plugin.formatKey(b);g.seed=g.plugin.formatSeed(a);g.reseeds=4294967295===g.reseeds?0:g.reseeds+1;g.generated=0}function m(b){var c=null;if("undefined"!==typeof window){var d=window.crypto||window.msCrypto;d&&d.getRandomValues&&(c=function(a){return d.getRandomValues(a)})}var e=
366
+a.util.createBuffer();if(c)for(;e.length()<b;){var g=Math.max(1,Math.min(b-e.length(),65536)/4),h=new Uint32Array(Math.floor(g));try{for(c(h),g=0;g<h.length;++g)e.putInt32(h[g])}catch(k){if(!("undefined"!==typeof QuotaExceededError&&k instanceof QuotaExceededError))throw k;}}if(e.length()<b)for(c=Math.floor(65536*Math.random());e.length()<b;)for(g=16807*(c&65535),c=16807*(c>>16),g+=(c&32767)<<16,g+=c>>15,g=(g&2147483647)+(g>>31),c=g&4294967295,g=0;3>g;++g)h=c>>>(g<<3),h^=Math.floor(256*Math.random()),
367
+e.putByte(String.fromCharCode(h&255));return e.getBytes(b)}var g={plugin:b,key:null,seed:null,time:null,reseeds:0,generated:0};b=b.md;for(var l=Array(32),u=0;32>u;++u)l[u]=b.create();g.pools=l;g.pool=0;g.generate=function(b,d){function e(E){if(E)return d(E);if(y.length()>=b)return d(null,y.getBytes(b));1048575<g.generated&&(g.key=null);if(null===g.key)return a.util.nextTick(function(){c(e)});E=h(g.key,g.seed);g.generated+=E.length;y.putBytes(E);g.key=k(h(g.key,m(g.seed)));g.seed=A(h(g.key,g.seed));
368
+a.util.setImmediate(e)}if(!d)return g.generateSync(b);var h=g.plugin.cipher,m=g.plugin.increment,k=g.plugin.formatKey,A=g.plugin.formatSeed,y=a.util.createBuffer();g.key=null;e()};g.generateSync=function(b){var c=g.plugin.cipher,e=g.plugin.increment,h=g.plugin.formatKey,m=g.plugin.formatSeed;g.key=null;for(var k=a.util.createBuffer();k.length()<b;){1048575<g.generated&&(g.key=null);null===g.key&&(32<=g.pools[0].messageLength||g.collect(g.seedFileSync(32-g.pools[0].messageLength<<5)),d());var A=c(g.key,
369
+g.seed);g.generated+=A.length;k.putBytes(A);g.key=h(c(g.key,e(g.seed)));g.seed=m(c(g.key,g.seed))}return k.getBytes(b)};e?(g.seedFile=function(a,b){e.randomBytes(a,function(a,c){if(a)return b(a);b(null,c.toString())})},g.seedFileSync=function(a){return e.randomBytes(a).toString()}):(g.seedFile=function(a,b){try{b(null,m(a))}catch(c){b(c)}},g.seedFileSync=m);g.collect=function(a){for(var b=a.length,c=0;c<b;++c)g.pools[g.pool].update(a.substr(c,1)),g.pool=31===g.pool?0:g.pool+1};g.collectInt=function(a,
370
b){for(var c="",d=0;d<b;d+=8)c+=String.fromCharCode(a>>d&255);g.collect(c)};g.registerWorker=function(a){a===self?g.seedFile=function(a,b){function c(a){a=a.data;a.forge&&a.forge.prng&&(self.removeEventListener("message",c),b(a.forge.prng.err,a.forge.prng.bytes))}self.addEventListener("message",c);self.postMessage({forge:{prng:{needed:a}}})}:a.addEventListener("message",function(b){b=b.data;b.forge&&b.forge.prng&&g.seedFile(b.forge.prng.needed,function(b,c){a.postMessage({forge:{prng:{err:b,bytes:c}}})})})};
371
-return g}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.prng)return c.prng;c.defined.prng=!0;for(var m=0;m<e.length;++m)e[m](c);return c.prng}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,
372
-0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/prng",["require","module","./md","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.random&&a.random.getBytes||function(b){function c(){var b=a.prng.create(d);b.getBytes=function(a,c){return b.generate(a,c)};b.getBytesSync=function(a){return b.generate(a)};return b}var d={},e=Array(4),h=a.util.createBuffer();d.formatKey=function(b){var c=a.util.createBuffer(b);b=Array(4);
373
-b[0]=c.getInt32();b[1]=c.getInt32();b[2]=c.getInt32();b[3]=c.getInt32();return a.aes._expandKey(b,!1)};d.formatSeed=function(b){var c=a.util.createBuffer(b);b=Array(4);b[0]=c.getInt32();b[1]=c.getInt32();b[2]=c.getInt32();b[3]=c.getInt32();return b};d.cipher=function(b,c){a.aes._updateBlock(b,c,e,!1);h.putInt32(e[0]);h.putInt32(e[1]);h.putInt32(e[2]);h.putInt32(e[3]);return h.getBytes()};d.increment=function(a){++a[3];return a};d.md=a.md.sha256;var l=c(),g="undefined"!==typeof process&&process.versions&&
374
-process.versions.node,p=null;if("undefined"!==typeof window){var u=window.crypto||window.msCrypto;u&&u.getRandomValues&&(p=function(a){return u.getRandomValues(a)})}if(a.disableNativeCode||!g&&!p){l.collectInt(+new Date,32);if("undefined"!==typeof navigator){var g="",r;for(r in navigator)try{"string"==typeof navigator[r]&&(g+=navigator[r])}catch(w){}l.collect(g);g=null}b&&(b().mousemove(function(a){l.collectInt(a.clientX,16);l.collectInt(a.clientY,16)}),b().keypress(function(a){l.collectInt(a.charCode,
375
-8)}))}if(a.random)for(r in l)a.random[r]=l[r];else a.random=l;a.random.createInstance=c}("undefined"!==typeof jQuery?jQuery:null)}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.random)return c.random;c.defined.random=!0;for(var m=0;m<e.length;++m)e[m](c);
376
-return c.random}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/random","require module ./aes ./md ./prng ./util".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,
371
+return g}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.prng)return c.prng;c.defined.prng=!0;for(var m=0;m<e.length;++m)e[m](c);return c.prng}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,
372
+0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/prng",["require","module","./md","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.random&&a.random.getBytes||function(b){function c(){var b=a.prng.create(d);b.getBytes=function(a,c){return b.generate(a,c)};b.getBytesSync=function(a){return b.generate(a)};return b}var d={},e=Array(4),l=a.util.createBuffer();d.formatKey=function(b){var c=a.util.createBuffer(b);b=Array(4);
373
+b[0]=c.getInt32();b[1]=c.getInt32();b[2]=c.getInt32();b[3]=c.getInt32();return a.aes._expandKey(b,!1)};d.formatSeed=function(b){var c=a.util.createBuffer(b);b=Array(4);b[0]=c.getInt32();b[1]=c.getInt32();b[2]=c.getInt32();b[3]=c.getInt32();return b};d.cipher=function(b,c){a.aes._updateBlock(b,c,e,!1);l.putInt32(e[0]);l.putInt32(e[1]);l.putInt32(e[2]);l.putInt32(e[3]);return l.getBytes()};d.increment=function(a){++a[3];return a};d.md=a.md.sha256;var k=c(),g="undefined"!==typeof process&&process.versions&&
374
+process.versions.node,p=null;if("undefined"!==typeof window){var u=window.crypto||window.msCrypto;u&&u.getRandomValues&&(p=function(a){return u.getRandomValues(a)})}if(a.disableNativeCode||!g&&!p){k.collectInt(+new Date,32);if("undefined"!==typeof navigator){var g="",q;for(q in navigator)try{"string"==typeof navigator[q]&&(g+=navigator[q])}catch(x){}k.collect(g);g=null}b&&(b().mousemove(function(a){k.collectInt(a.clientX,16);k.collectInt(a.clientY,16)}),b().keypress(function(a){k.collectInt(a.charCode,
375
+8)}))}if(a.random)for(q in k)a.random[q]=k[q];else a.random=k;a.random.createInstance=c}("undefined"!==typeof jQuery?jQuery:null)}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.random)return c.random;c.defined.random=!0;for(var m=0;m<e.length;++m)e[m](c);
376
+return c.random}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/random","require module ./aes ./md ./prng ./util".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,
377
139,251,162,23,154,89,245,135,179,79,19,97,69,109,141,9,129,125,50,189,143,64,235,134,183,123,11,240,149,33,34,92,107,78,130,84,214,101,147,206,96,178,28,115,86,192,20,167,140,241,220,18,117,202,31,59,190,228,209,66,61,212,48,163,60,182,38,111,191,14,218,70,105,7,87,39,242,29,155,188,148,67,3,248,17,199,246,144,239,62,231,6,195,213,47,200,102,30,215,8,232,234,222,128,82,238,247,132,170,114,172,53,77,106,42,150,26,210,113,90,21,73,116,75,159,208,94,4,24,164,236,194,224,65,110,15,81,203,204,36,145,
378
-175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],d=[1,2,3,5];a.rc2=a.rc2||{};a.rc2.expandKey=function(b,d){"string"===typeof b&&(b=a.util.createBuffer(b));d=d||128;var e=b,g=b.length(),k=d,h=Math.ceil(k/8),k=255>>(k&7),p;for(p=g;128>p;p++)e.putByte(c[e.at(p-
379
-1)+e.at(p-g)&255]);e.setAt(128-h,c[e.at(128-h)&k]);for(p=127-h;0<=p;p--)e.setAt(p,c[e.at(p+1)^e.at(p+h)]);return e};var e=function(b,c,e){var g=!1,k=null,m=null,h=null,p,y,F,G,E=[];b=a.rc2.expandKey(b,c);for(F=0;64>F;F++)E.push(b.getInt16Le());e?(p=function(a){for(F=0;4>F;F++){a[F]+=E[G]+(a[(F+3)%4]&a[(F+2)%4])+(~a[(F+3)%4]&a[(F+1)%4]);var b=a[F],c=d[F];a[F]=b<<c&65535|(b&65535)>>16-c;G++}},y=function(a){for(F=0;4>F;F++)a[F]+=E[a[(F+3)%4]&63]}):(p=function(a){for(F=3;0<=F;F--){var b=a[F],c=d[F];a[F]=
380
-(b&65535)>>c|b<<16-c&65535;a[F]-=E[G]+(a[(F+3)%4]&a[(F+2)%4])+(~a[(F+3)%4]&a[(F+1)%4]);G--}},y=function(a){for(F=3;0<=F;F--)a[F]-=E[a[(F+3)%4]&63]});var A=null;return A={start:function(b,c){b&&"string"===typeof b&&(b=a.util.createBuffer(b));g=!1;k=a.util.createBuffer();m=c||new a.util.createBuffer;h=b;A.output=m},update:function(a){for(g||k.putBuffer(a);8<=k.length();){a=[[5,p],[1,y],[6,p],[1,y],[5,p]];var b=[];for(F=0;4>F;F++){var c=k.getInt16Le();null!==h&&(e?c^=h.getInt16Le():h.putInt16Le(c));
381
-b.push(c&65535)}G=e?0:63;for(c=0;c<a.length;c++)for(var d=0;d<a[c][0];d++)a[c][1](b);for(F=0;4>F;F++)null!==h&&(e?h.putInt16Le(b[F]):b[F]^=h.getInt16Le()),m.putInt16Le(b[F])}},finish:function(a){var b=!0;if(e)if(a)b=a(8,k,!e);else{var c=8===k.length()?8:8-k.length();k.fillWithByte(c,c)}b&&(g=!0,A.update());!e&&(b=0===k.length())&&(a?b=a(8,m,!e):(a=m.length(),c=m.at(a-1),c>a?b=!1:m.truncate(c)));return b}}};a.rc2.startEncrypting=function(b,c,d){b=a.rc2.createEncryptionCipher(b,128);b.start(c,d);return b};
382
-a.rc2.createEncryptionCipher=function(a,b){return e(a,b,!0)};a.rc2.startDecrypting=function(b,c,d){b=a.rc2.createDecryptionCipher(b,128);b.start(c,d);return b};a.rc2.createDecryptionCipher=function(a,b){return e(a,b,!1)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
383
-{};if(c.defined.rc2)return c.rc2;c.defined.rc2=!0;for(var m=0;m<e.length;++m)e[m](c);return c.rc2}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/rc2",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){this.data=[];null!=a&&("number"==typeof a?
384
-this.fromNumber(a,b,d):null==b&&"string"!=typeof a?this.fromString(a,256):this.fromString(a,b))}function d(){return new c(null)}function e(a,b,c,d,g,n){for(;0<=--n;){var k=b*this.data[a++]+c.data[d]+g;g=Math.floor(k/67108864);c.data[d++]=k&67108863}return g}function h(a,b,c,d,e,g){var n=b&32767;for(b>>=15;0<=--g;){var k=this.data[a]&32767,x=this.data[a++]>>15,A=b*k+x*n,k=n*k+((A&32767)<<15)+c.data[d]+(e&1073741823);e=(k>>>30)+(A>>>15)+b*x+(e>>>30);c.data[d++]=k&1073741823}return e}function p(a,b,
385
-c,d,e,g){var n=b&16383;for(b>>=14;0<=--g;){var k=this.data[a]&16383,x=this.data[a++]>>14,A=b*k+x*n,k=n*k+((A&16383)<<14)+c.data[d]+e;e=(k>>28)+(A>>14)+b*x;c.data[d++]=k&268435455}return e}function l(a,b){var c=ba[a.charCodeAt(b)];return null==c?-1:c}function g(a){var b=d();b.fromInt(a);return b}function r(a){var b=1,c;0!=(c=a>>>16)&&(a=c,b+=16);0!=(c=a>>8)&&(a=c,b+=8);0!=(c=a>>4)&&(a=c,b+=4);0!=(c=a>>2)&&(a=c,b+=2);0!=a>>1&&(b+=1);return b}function u(a){this.m=a}function D(a){this.m=a;this.mp=a.invDigit();
386
-this.mpl=this.mp&32767;this.mph=this.mp>>15;this.um=(1<<a.DB-15)-1;this.mt2=2*a.t}function w(a,b){return a&b}function y(a,b){return a|b}function F(a,b){return a^b}function G(a,b){return a&~b}function E(){}function A(a){return a}function x(a){this.r2=d();this.q3=d();c.ONE.dlShiftTo(2*a.t,this.r2);this.mu=this.r2.divide(a);this.m=a}function C(){return{nextBytes:function(a){for(var b=0;b<a.length;++b)a[b]=Math.floor(256*Math.random())}}}var M;"undefined"===typeof navigator?(c.prototype.am=p,M=28):"Microsoft Internet Explorer"==
387
-navigator.appName?(c.prototype.am=h,M=30):"Netscape"!=navigator.appName?(c.prototype.am=e,M=26):(c.prototype.am=p,M=28);c.prototype.DB=M;c.prototype.DM=(1<<M)-1;c.prototype.DV=1<<M;c.prototype.FV=Math.pow(2,52);c.prototype.F1=52-M;c.prototype.F2=2*M-52;var ba=[],q;M=48;for(q=0;9>=q;++q)ba[M++]=q;M=97;for(q=10;36>q;++q)ba[M++]=q;M=65;for(q=10;36>q;++q)ba[M++]=q;u.prototype.convert=function(a){return 0>a.s||0<=a.compareTo(this.m)?a.mod(this.m):a};u.prototype.revert=function(a){return a};u.prototype.reduce=
388
-function(a){a.divRemTo(this.m,null,a)};u.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};u.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};D.prototype.convert=function(a){var b=d();a.abs().dlShiftTo(this.m.t,b);b.divRemTo(this.m,null,b);0>a.s&&0<b.compareTo(c.ZERO)&&this.m.subTo(b,b);return b};D.prototype.revert=function(a){var b=d();a.copyTo(b);this.reduce(b);return b};D.prototype.reduce=function(a){for(;a.t<=this.mt2;)a.data[a.t++]=0;for(var b=0;b<this.m.t;++b){var c=
389
-a.data[b]&32767,d=c*this.mpl+((c*this.mph+(a.data[b]>>15)*this.mpl&this.um)<<15)&a.DM,c=b+this.m.t;for(a.data[c]+=this.m.am(0,d,a,b,0,this.m.t);a.data[c]>=a.DV;)a.data[c]-=a.DV,a.data[++c]++}a.clamp();a.drShiftTo(this.m.t,a);0<=a.compareTo(this.m)&&a.subTo(this.m,a)};D.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};D.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};c.prototype.copyTo=function(a){for(var b=this.t-1;0<=b;--b)a.data[b]=this.data[b];a.t=this.t;a.s=this.s};
390
-c.prototype.fromInt=function(a){this.t=1;this.s=0>a?-1:0;0<a?this.data[0]=a:-1>a?this.data[0]=a+this.DV:this.t=0};c.prototype.fromString=function(a,b){var d;if(16==b)d=4;else if(8==b)d=3;else if(256==b)d=8;else if(2==b)d=1;else if(32==b)d=5;else if(4==b)d=2;else{this.fromRadix(a,b);return}this.s=this.t=0;for(var e=a.length,g=!1,n=0;0<=--e;){var k=8==d?a[e]&255:l(a,e);0>k?"-"==a.charAt(e)&&(g=!0):(g=!1,0==n?this.data[this.t++]=k:n+d>this.DB?(this.data[this.t-1]|=(k&(1<<this.DB-n)-1)<<n,this.data[this.t++]=
391
-k>>this.DB-n):this.data[this.t-1]|=k<<n,n+=d,n>=this.DB&&(n-=this.DB))}8==d&&0!=(a[0]&128)&&(this.s=-1,0<n&&(this.data[this.t-1]|=(1<<this.DB-n)-1<<n));this.clamp();g&&c.ZERO.subTo(this,this)};c.prototype.clamp=function(){for(var a=this.s&this.DM;0<this.t&&this.data[this.t-1]==a;)--this.t};c.prototype.dlShiftTo=function(a,b){var c;for(c=this.t-1;0<=c;--c)b.data[c+a]=this.data[c];for(c=a-1;0<=c;--c)b.data[c]=0;b.t=this.t+a;b.s=this.s};c.prototype.drShiftTo=function(a,b){for(var c=a;c<this.t;++c)b.data[c-
392
-a]=this.data[c];b.t=Math.max(this.t-a,0);b.s=this.s};c.prototype.lShiftTo=function(a,b){var c=a%this.DB,d=this.DB-c,e=(1<<d)-1,g=Math.floor(a/this.DB),n=this.s<<c&this.DM,k;for(k=this.t-1;0<=k;--k)b.data[k+g+1]=this.data[k]>>d|n,n=(this.data[k]&e)<<c;for(k=g-1;0<=k;--k)b.data[k]=0;b.data[g]=n;b.t=this.t+g+1;b.s=this.s;b.clamp()};c.prototype.rShiftTo=function(a,b){b.s=this.s;var c=Math.floor(a/this.DB);if(c>=this.t)b.t=0;else{var d=a%this.DB,e=this.DB-d,g=(1<<d)-1;b.data[0]=this.data[c]>>d;for(var n=
378
+175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],d=[1,2,3,5];a.rc2=a.rc2||{};a.rc2.expandKey=function(b,d){"string"===typeof b&&(b=a.util.createBuffer(b));d=d||128;var e=b,g=b.length(),h=d,u=Math.ceil(h/8),h=255>>(h&7),l;for(l=g;128>l;l++)e.putByte(c[e.at(l-
379
+1)+e.at(l-g)&255]);e.setAt(128-u,c[e.at(128-u)&h]);for(l=127-u;0<=l;l--)e.setAt(l,c[e.at(l+1)^e.at(l+u)]);return e};var e=function(b,c,e){var g=!1,h=null,m=null,l=null,x,p,q,H,D=[];b=a.rc2.expandKey(b,c);for(q=0;64>q;q++)D.push(b.getInt16Le());e?(x=function(a){for(q=0;4>q;q++){a[q]+=D[H]+(a[(q+3)%4]&a[(q+2)%4])+(~a[(q+3)%4]&a[(q+1)%4]);var b=a[q],c=d[q];a[q]=b<<c&65535|(b&65535)>>16-c;H++}},p=function(a){for(q=0;4>q;q++)a[q]+=D[a[(q+3)%4]&63]}):(x=function(a){for(q=3;0<=q;q--){var b=a[q],c=d[q];a[q]=
380
+(b&65535)>>c|b<<16-c&65535;a[q]-=D[H]+(a[(q+3)%4]&a[(q+2)%4])+(~a[(q+3)%4]&a[(q+1)%4]);H--}},p=function(a){for(q=3;0<=q;q--)a[q]-=D[a[(q+3)%4]&63]});var A=null;return A={start:function(b,c){b&&"string"===typeof b&&(b=a.util.createBuffer(b));g=!1;h=a.util.createBuffer();m=c||new a.util.createBuffer;l=b;A.output=m},update:function(a){for(g||h.putBuffer(a);8<=h.length();){a=[[5,x],[1,p],[6,x],[1,p],[5,x]];var b=[];for(q=0;4>q;q++){var c=h.getInt16Le();null!==l&&(e?c^=l.getInt16Le():l.putInt16Le(c));
381
+b.push(c&65535)}H=e?0:63;for(c=0;c<a.length;c++)for(var d=0;d<a[c][0];d++)a[c][1](b);for(q=0;4>q;q++)null!==l&&(e?l.putInt16Le(b[q]):b[q]^=l.getInt16Le()),m.putInt16Le(b[q])}},finish:function(a){var b=!0;if(e)if(a)b=a(8,h,!e);else{var c=8===h.length()?8:8-h.length();h.fillWithByte(c,c)}b&&(g=!0,A.update());!e&&(b=0===h.length())&&(a?b=a(8,m,!e):(a=m.length(),c=m.at(a-1),c>a?b=!1:m.truncate(c)));return b}}};a.rc2.startEncrypting=function(b,c,d){b=a.rc2.createEncryptionCipher(b,128);b.start(c,d);return b};
382
+a.rc2.createEncryptionCipher=function(a,b){return e(a,b,!0)};a.rc2.startDecrypting=function(b,c,d){b=a.rc2.createDecryptionCipher(b,128);b.start(c,d);return b};a.rc2.createDecryptionCipher=function(a,b){return e(a,b,!1)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
383
+{};if(c.defined.rc2)return c.rc2;c.defined.rc2=!0;for(var m=0;m<e.length;++m)e[m](c);return c.rc2}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/rc2",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d){this.data=[];null!=a&&("number"==typeof a?
384
+this.fromNumber(a,b,d):null==b&&"string"!=typeof a?this.fromString(a,256):this.fromString(a,b))}function d(){return new c(null)}function e(a,b,c,d,g,n){for(;0<=--n;){var h=b*this.data[a++]+c.data[d]+g;g=Math.floor(h/67108864);c.data[d++]=h&67108863}return g}function l(a,b,c,d,e,g){var n=b&32767;for(b>>=15;0<=--g;){var h=this.data[a]&32767,y=this.data[a++]>>15,k=b*h+y*n,h=n*h+((k&32767)<<15)+c.data[d]+(e&1073741823);e=(h>>>30)+(k>>>15)+b*y+(e>>>30);c.data[d++]=h&1073741823}return e}function q(a,b,
385
+c,d,e,g){var n=b&16383;for(b>>=14;0<=--g;){var h=this.data[a]&16383,y=this.data[a++]>>14,k=b*h+y*n,h=n*h+((k&16383)<<14)+c.data[d]+e;e=(h>>28)+(k>>14)+b*y;c.data[d++]=h&268435455}return e}function k(a,b){var c=U[a.charCodeAt(b)];return null==c?-1:c}function g(a){var b=d();b.fromInt(a);return b}function p(a){var b=1,c;0!=(c=a>>>16)&&(a=c,b+=16);0!=(c=a>>8)&&(a=c,b+=8);0!=(c=a>>4)&&(a=c,b+=4);0!=(c=a>>2)&&(a=c,b+=2);0!=a>>1&&(b+=1);return b}function u(a){this.m=a}function C(a){this.m=a;this.mp=a.invDigit();
386
+this.mpl=this.mp&32767;this.mph=this.mp>>15;this.um=(1<<a.DB-15)-1;this.mt2=2*a.t}function x(a,b){return a&b}function w(a,b){return a|b}function F(a,b){return a^b}function H(a,b){return a&~b}function D(){}function A(a){return a}function y(a){this.r2=d();this.q3=d();c.ONE.dlShiftTo(2*a.t,this.r2);this.mu=this.r2.divide(a);this.m=a}function E(){return{nextBytes:function(a){for(var b=0;b<a.length;++b)a[b]=Math.floor(256*Math.random())}}}var L;"undefined"===typeof navigator?(c.prototype.am=q,L=28):"Microsoft Internet Explorer"==
387
+navigator.appName?(c.prototype.am=l,L=30):"Netscape"!=navigator.appName?(c.prototype.am=e,L=26):(c.prototype.am=q,L=28);c.prototype.DB=L;c.prototype.DM=(1<<L)-1;c.prototype.DV=1<<L;c.prototype.FV=Math.pow(2,52);c.prototype.F1=52-L;c.prototype.F2=2*L-52;var U=[],r;L=48;for(r=0;9>=r;++r)U[L++]=r;L=97;for(r=10;36>r;++r)U[L++]=r;L=65;for(r=10;36>r;++r)U[L++]=r;u.prototype.convert=function(a){return 0>a.s||0<=a.compareTo(this.m)?a.mod(this.m):a};u.prototype.revert=function(a){return a};u.prototype.reduce=
388
+function(a){a.divRemTo(this.m,null,a)};u.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};u.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};C.prototype.convert=function(a){var b=d();a.abs().dlShiftTo(this.m.t,b);b.divRemTo(this.m,null,b);0>a.s&&0<b.compareTo(c.ZERO)&&this.m.subTo(b,b);return b};C.prototype.revert=function(a){var b=d();a.copyTo(b);this.reduce(b);return b};C.prototype.reduce=function(a){for(;a.t<=this.mt2;)a.data[a.t++]=0;for(var b=0;b<this.m.t;++b){var c=
389
+a.data[b]&32767,d=c*this.mpl+((c*this.mph+(a.data[b]>>15)*this.mpl&this.um)<<15)&a.DM,c=b+this.m.t;for(a.data[c]+=this.m.am(0,d,a,b,0,this.m.t);a.data[c]>=a.DV;)a.data[c]-=a.DV,a.data[++c]++}a.clamp();a.drShiftTo(this.m.t,a);0<=a.compareTo(this.m)&&a.subTo(this.m,a)};C.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};C.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};c.prototype.copyTo=function(a){for(var b=this.t-1;0<=b;--b)a.data[b]=this.data[b];a.t=this.t;a.s=this.s};
390
+c.prototype.fromInt=function(a){this.t=1;this.s=0>a?-1:0;0<a?this.data[0]=a:-1>a?this.data[0]=a+this.DV:this.t=0};c.prototype.fromString=function(a,b){var d;if(16==b)d=4;else if(8==b)d=3;else if(256==b)d=8;else if(2==b)d=1;else if(32==b)d=5;else if(4==b)d=2;else{this.fromRadix(a,b);return}this.s=this.t=0;for(var e=a.length,g=!1,n=0;0<=--e;){var h=8==d?a[e]&255:k(a,e);0>h?"-"==a.charAt(e)&&(g=!0):(g=!1,0==n?this.data[this.t++]=h:n+d>this.DB?(this.data[this.t-1]|=(h&(1<<this.DB-n)-1)<<n,this.data[this.t++]=
391
+h>>this.DB-n):this.data[this.t-1]|=h<<n,n+=d,n>=this.DB&&(n-=this.DB))}8==d&&0!=(a[0]&128)&&(this.s=-1,0<n&&(this.data[this.t-1]|=(1<<this.DB-n)-1<<n));this.clamp();g&&c.ZERO.subTo(this,this)};c.prototype.clamp=function(){for(var a=this.s&this.DM;0<this.t&&this.data[this.t-1]==a;)--this.t};c.prototype.dlShiftTo=function(a,b){var c;for(c=this.t-1;0<=c;--c)b.data[c+a]=this.data[c];for(c=a-1;0<=c;--c)b.data[c]=0;b.t=this.t+a;b.s=this.s};c.prototype.drShiftTo=function(a,b){for(var c=a;c<this.t;++c)b.data[c-
392
+a]=this.data[c];b.t=Math.max(this.t-a,0);b.s=this.s};c.prototype.lShiftTo=function(a,b){var c=a%this.DB,d=this.DB-c,e=(1<<d)-1,g=Math.floor(a/this.DB),n=this.s<<c&this.DM,h;for(h=this.t-1;0<=h;--h)b.data[h+g+1]=this.data[h]>>d|n,n=(this.data[h]&e)<<c;for(h=g-1;0<=h;--h)b.data[h]=0;b.data[g]=n;b.t=this.t+g+1;b.s=this.s;b.clamp()};c.prototype.rShiftTo=function(a,b){b.s=this.s;var c=Math.floor(a/this.DB);if(c>=this.t)b.t=0;else{var d=a%this.DB,e=this.DB-d,g=(1<<d)-1;b.data[0]=this.data[c]>>d;for(var n=
393
c+1;n<this.t;++n)b.data[n-c-1]|=(this.data[n]&g)<<e,b.data[n-c]=this.data[n]>>d;0<d&&(b.data[this.t-c-1]|=(this.s&g)<<e);b.t=this.t-c;b.clamp()}};c.prototype.subTo=function(a,b){for(var c=0,d=0,e=Math.min(a.t,this.t);c<e;)d+=this.data[c]-a.data[c],b.data[c++]=d&this.DM,d>>=this.DB;if(a.t<this.t){for(d-=a.s;c<this.t;)d+=this.data[c],b.data[c++]=d&this.DM,d>>=this.DB;d+=this.s}else{for(d+=this.s;c<a.t;)d-=a.data[c],b.data[c++]=d&this.DM,d>>=this.DB;d-=a.s}b.s=0>d?-1:0;-1>d?b.data[c++]=this.DV+d:0<d&&
394
(b.data[c++]=d);b.t=c;b.clamp()};c.prototype.multiplyTo=function(a,b){var d=this.abs(),e=a.abs(),g=d.t;for(b.t=g+e.t;0<=--g;)b.data[g]=0;for(g=0;g<e.t;++g)b.data[g+d.t]=d.am(0,e.data[g],b,g,0,d.t);b.s=0;b.clamp();this.s!=a.s&&c.ZERO.subTo(b,b)};c.prototype.squareTo=function(a){for(var b=this.abs(),c=a.t=2*b.t;0<=--c;)a.data[c]=0;for(c=0;c<b.t-1;++c){var d=b.am(c,b.data[c],a,2*c,0,1);(a.data[c+b.t]+=b.am(c+1,2*b.data[c],a,2*c+1,d,b.t-c-1))>=b.DV&&(a.data[c+b.t]-=b.DV,a.data[c+b.t+1]=1)}0<a.t&&(a.data[a.t-
395
-1]+=b.am(c,b.data[c],a,2*c,0,1));a.s=0;a.clamp()};c.prototype.divRemTo=function(a,b,e){var g=a.abs();if(!(0>=g.t)){var n=this.abs();if(n.t<g.t)null!=b&&b.fromInt(0),null!=e&&this.copyTo(e);else{null==e&&(e=d());var k=d(),x=this.s;a=a.s;var A=this.DB-r(g.data[g.t-1]);0<A?(g.lShiftTo(A,k),n.lShiftTo(A,e)):(g.copyTo(k),n.copyTo(e));g=k.t;n=k.data[g-1];if(0!=n){var l=n*(1<<this.F1)+(1<g?k.data[g-2]>>this.F2:0),C=this.FV/l,l=(1<<this.F1)/l,h=1<<this.F2,q=e.t,u=q-g,p=null==b?d():b;k.dlShiftTo(u,p);0<=e.compareTo(p)&&
396
-(e.data[e.t++]=1,e.subTo(p,e));c.ONE.dlShiftTo(g,p);for(p.subTo(k,k);k.t<g;)k.data[k.t++]=0;for(;0<=--u;){var E=e.data[--q]==n?this.DM:Math.floor(e.data[q]*C+(e.data[q-1]+h)*l);if((e.data[q]+=k.am(0,E,e,u,0,g))<E)for(k.dlShiftTo(u,p),e.subTo(p,e);e.data[q]<--E;)e.subTo(p,e)}null!=b&&(e.drShiftTo(g,b),x!=a&&c.ZERO.subTo(b,b));e.t=g;e.clamp();0<A&&e.rShiftTo(A,e);0>x&&c.ZERO.subTo(e,e)}}}};c.prototype.invDigit=function(){if(1>this.t)return 0;var a=this.data[0];if(0==(a&1))return 0;var b=a&3,b=b*(2-
397
-(a&15)*b)&15,b=b*(2-(a&255)*b)&255,b=b*(2-((a&65535)*b&65535))&65535,b=b*(2-a*b%this.DV)%this.DV;return 0<b?this.DV-b:-b};c.prototype.isEven=function(){return 0==(0<this.t?this.data[0]&1:this.s)};c.prototype.exp=function(a,b){if(4294967295<a||1>a)return c.ONE;var e=d(),g=d(),n=b.convert(this),k=r(a)-1;for(n.copyTo(e);0<=--k;)if(b.sqrTo(e,g),0<(a&1<<k))b.mulTo(g,n,e);else var x=e,e=g,g=x;return b.revert(e)};c.prototype.toString=function(a){if(0>this.s)return"-"+this.negate().toString(a);if(16==a)a=
395
+1]+=b.am(c,b.data[c],a,2*c,0,1));a.s=0;a.clamp()};c.prototype.divRemTo=function(a,b,e){var g=a.abs();if(!(0>=g.t)){var n=this.abs();if(n.t<g.t)null!=b&&b.fromInt(0),null!=e&&this.copyTo(e);else{null==e&&(e=d());var h=d(),y=this.s;a=a.s;var k=this.DB-p(g.data[g.t-1]);0<k?(g.lShiftTo(k,h),n.lShiftTo(k,e)):(g.copyTo(h),n.copyTo(e));g=h.t;n=h.data[g-1];if(0!=n){var A=n*(1<<this.F1)+(1<g?h.data[g-2]>>this.F2:0),r=this.FV/A,A=(1<<this.F1)/A,E=1<<this.F2,u=e.t,l=u-g,x=null==b?d():b;h.dlShiftTo(l,x);0<=e.compareTo(x)&&
396
+(e.data[e.t++]=1,e.subTo(x,e));c.ONE.dlShiftTo(g,x);for(x.subTo(h,h);h.t<g;)h.data[h.t++]=0;for(;0<=--l;){var q=e.data[--u]==n?this.DM:Math.floor(e.data[u]*r+(e.data[u-1]+E)*A);if((e.data[u]+=h.am(0,q,e,l,0,g))<q)for(h.dlShiftTo(l,x),e.subTo(x,e);e.data[u]<--q;)e.subTo(x,e)}null!=b&&(e.drShiftTo(g,b),y!=a&&c.ZERO.subTo(b,b));e.t=g;e.clamp();0<k&&e.rShiftTo(k,e);0>y&&c.ZERO.subTo(e,e)}}}};c.prototype.invDigit=function(){if(1>this.t)return 0;var a=this.data[0];if(0==(a&1))return 0;var b=a&3,b=b*(2-
397
+(a&15)*b)&15,b=b*(2-(a&255)*b)&255,b=b*(2-((a&65535)*b&65535))&65535,b=b*(2-a*b%this.DV)%this.DV;return 0<b?this.DV-b:-b};c.prototype.isEven=function(){return 0==(0<this.t?this.data[0]&1:this.s)};c.prototype.exp=function(a,b){if(4294967295<a||1>a)return c.ONE;var e=d(),g=d(),n=b.convert(this),h=p(a)-1;for(n.copyTo(e);0<=--h;)if(b.sqrTo(e,g),0<(a&1<<h))b.mulTo(g,n,e);else var y=e,e=g,g=y;return b.revert(e)};c.prototype.toString=function(a){if(0>this.s)return"-"+this.negate().toString(a);if(16==a)a=
398
4;else if(8==a)a=3;else if(2==a)a=1;else if(32==a)a=5;else if(4==a)a=2;else return this.toRadix(a);var b=(1<<a)-1,c,d=!1,e="",g=this.t,n=this.DB-g*this.DB%a;if(0<g--)for(n<this.DB&&0<(c=this.data[g]>>n)&&(d=!0,e="0123456789abcdefghijklmnopqrstuvwxyz".charAt(c));0<=g;)n<a?(c=(this.data[g]&(1<<n)-1)<<a-n,c|=this.data[--g]>>(n+=this.DB-a)):(c=this.data[g]>>(n-=a)&b,0>=n&&(n+=this.DB,--g)),0<c&&(d=!0),d&&(e+="0123456789abcdefghijklmnopqrstuvwxyz".charAt(c));return d?e:"0"};c.prototype.negate=function(){var a=
399
-d();c.ZERO.subTo(this,a);return a};c.prototype.abs=function(){return 0>this.s?this.negate():this};c.prototype.compareTo=function(a){var b=this.s-a.s;if(0!=b)return b;var c=this.t,b=c-a.t;if(0!=b)return 0>this.s?-b:b;for(;0<=--c;)if(0!=(b=this.data[c]-a.data[c]))return b;return 0};c.prototype.bitLength=function(){return 0>=this.t?0:this.DB*(this.t-1)+r(this.data[this.t-1]^this.s&this.DM)};c.prototype.mod=function(a){var b=d();this.abs().divRemTo(a,null,b);0>this.s&&0<b.compareTo(c.ZERO)&&a.subTo(b,
400
-b);return b};c.prototype.modPowInt=function(a,b){var c;c=256>a||b.isEven()?new u(b):new D(b);return this.exp(a,c)};c.ZERO=g(0);c.ONE=g(1);E.prototype.convert=A;E.prototype.revert=A;E.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c)};E.prototype.sqrTo=function(a,b){a.squareTo(b)};x.prototype.convert=function(a){if(0>a.s||a.t>2*this.m.t)return a.mod(this.m);if(0>a.compareTo(this.m))return a;var b=d();a.copyTo(b);this.reduce(b);return b};x.prototype.revert=function(a){return a};x.prototype.reduce=function(a){a.drShiftTo(this.m.t-
401
-1,this.r2);a.t>this.m.t+1&&(a.t=this.m.t+1,a.clamp());this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3);for(this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);0>a.compareTo(this.r2);)a.dAddOffset(1,this.m.t+1);for(a.subTo(this.r2,a);0<=a.compareTo(this.m);)a.subTo(this.m,a)};x.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};x.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};var T=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,
402
-113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509],U=67108864/T[T.length-1];c.prototype.chunkSize=function(a){return Math.floor(Math.LN2*this.DB/Math.log(a))};c.prototype.toRadix=function(a){null==a&&(a=10);if(0==this.signum()||2>a||36<a)return"0";var b=this.chunkSize(a),b=Math.pow(a,
403
-b),c=g(b),e=d(),n=d(),k="";for(this.divRemTo(c,e,n);0<e.signum();)k=(b+n.intValue()).toString(a).substr(1)+k,e.divRemTo(c,e,n);return n.intValue().toString(a)+k};c.prototype.fromRadix=function(a,b){this.fromInt(0);null==b&&(b=10);for(var d=this.chunkSize(b),e=Math.pow(b,d),g=!1,n=0,k=0,x=0;x<a.length;++x){var A=l(a,x);0>A?"-"==a.charAt(x)&&0==this.signum()&&(g=!0):(k=b*k+A,++n>=d&&(this.dMultiply(e),this.dAddOffset(k,0),k=n=0))}0<n&&(this.dMultiply(Math.pow(b,n)),this.dAddOffset(k,0));g&&c.ZERO.subTo(this,
404
-this)};c.prototype.fromNumber=function(a,b,d){if("number"==typeof b)if(2>a)this.fromInt(1);else for(this.fromNumber(a,d),this.testBit(a-1)||this.bitwiseTo(c.ONE.shiftLeft(a-1),y,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(b);)this.dAddOffset(2,0),this.bitLength()>a&&this.subTo(c.ONE.shiftLeft(a-1),this);else{d=[];var e=a&7;d.length=(a>>3)+1;b.nextBytes(d);d[0]=0<e?d[0]&(1<<e)-1:0;this.fromString(d,256)}};c.prototype.bitwiseTo=function(a,b,c){var d,e,g=Math.min(a.t,this.t);for(d=
399
+d();c.ZERO.subTo(this,a);return a};c.prototype.abs=function(){return 0>this.s?this.negate():this};c.prototype.compareTo=function(a){var b=this.s-a.s;if(0!=b)return b;var c=this.t,b=c-a.t;if(0!=b)return 0>this.s?-b:b;for(;0<=--c;)if(0!=(b=this.data[c]-a.data[c]))return b;return 0};c.prototype.bitLength=function(){return 0>=this.t?0:this.DB*(this.t-1)+p(this.data[this.t-1]^this.s&this.DM)};c.prototype.mod=function(a){var b=d();this.abs().divRemTo(a,null,b);0>this.s&&0<b.compareTo(c.ZERO)&&a.subTo(b,
400
+b);return b};c.prototype.modPowInt=function(a,b){var c;c=256>a||b.isEven()?new u(b):new C(b);return this.exp(a,c)};c.ZERO=g(0);c.ONE=g(1);D.prototype.convert=A;D.prototype.revert=A;D.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c)};D.prototype.sqrTo=function(a,b){a.squareTo(b)};y.prototype.convert=function(a){if(0>a.s||a.t>2*this.m.t)return a.mod(this.m);if(0>a.compareTo(this.m))return a;var b=d();a.copyTo(b);this.reduce(b);return b};y.prototype.revert=function(a){return a};y.prototype.reduce=function(a){a.drShiftTo(this.m.t-
401
+1,this.r2);a.t>this.m.t+1&&(a.t=this.m.t+1,a.clamp());this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3);for(this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);0>a.compareTo(this.r2);)a.dAddOffset(1,this.m.t+1);for(a.subTo(this.r2,a);0<=a.compareTo(this.m);)a.subTo(this.m,a)};y.prototype.mulTo=function(a,b,c){a.multiplyTo(b,c);this.reduce(c)};y.prototype.sqrTo=function(a,b){a.squareTo(b);this.reduce(b)};var P=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,
402
+113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509],T=67108864/P[P.length-1];c.prototype.chunkSize=function(a){return Math.floor(Math.LN2*this.DB/Math.log(a))};c.prototype.toRadix=function(a){null==a&&(a=10);if(0==this.signum()||2>a||36<a)return"0";var b=this.chunkSize(a),b=Math.pow(a,
403
+b),c=g(b),e=d(),n=d(),h="";for(this.divRemTo(c,e,n);0<e.signum();)h=(b+n.intValue()).toString(a).substr(1)+h,e.divRemTo(c,e,n);return n.intValue().toString(a)+h};c.prototype.fromRadix=function(a,b){this.fromInt(0);null==b&&(b=10);for(var d=this.chunkSize(b),e=Math.pow(b,d),g=!1,n=0,h=0,y=0;y<a.length;++y){var A=k(a,y);0>A?"-"==a.charAt(y)&&0==this.signum()&&(g=!0):(h=b*h+A,++n>=d&&(this.dMultiply(e),this.dAddOffset(h,0),h=n=0))}0<n&&(this.dMultiply(Math.pow(b,n)),this.dAddOffset(h,0));g&&c.ZERO.subTo(this,
404
+this)};c.prototype.fromNumber=function(a,b,d){if("number"==typeof b)if(2>a)this.fromInt(1);else for(this.fromNumber(a,d),this.testBit(a-1)||this.bitwiseTo(c.ONE.shiftLeft(a-1),w,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(b);)this.dAddOffset(2,0),this.bitLength()>a&&this.subTo(c.ONE.shiftLeft(a-1),this);else{d=[];var e=a&7;d.length=(a>>3)+1;b.nextBytes(d);d[0]=0<e?d[0]&(1<<e)-1:0;this.fromString(d,256)}};c.prototype.bitwiseTo=function(a,b,c){var d,e,g=Math.min(a.t,this.t);for(d=
405
0;d<g;++d)c.data[d]=b(this.data[d],a.data[d]);if(a.t<this.t){e=a.s&this.DM;for(d=g;d<this.t;++d)c.data[d]=b(this.data[d],e);c.t=this.t}else{e=this.s&this.DM;for(d=g;d<a.t;++d)c.data[d]=b(e,a.data[d]);c.t=a.t}c.s=b(this.s,a.s);c.clamp()};c.prototype.changeBit=function(a,b){var d=c.ONE.shiftLeft(a);this.bitwiseTo(d,b,d);return d};c.prototype.addTo=function(a,b){for(var c=0,d=0,e=Math.min(a.t,this.t);c<e;)d+=this.data[c]+a.data[c],b.data[c++]=d&this.DM,d>>=this.DB;if(a.t<this.t){for(d+=a.s;c<this.t;)d+=
406
this.data[c],b.data[c++]=d&this.DM,d>>=this.DB;d+=this.s}else{for(d+=this.s;c<a.t;)d+=a.data[c],b.data[c++]=d&this.DM,d>>=this.DB;d+=a.s}b.s=0>d?-1:0;0<d?b.data[c++]=d:-1>d&&(b.data[c++]=this.DV+d);b.t=c;b.clamp()};c.prototype.dMultiply=function(a){this.data[this.t]=this.am(0,a-1,this,0,0,this.t);++this.t;this.clamp()};c.prototype.dAddOffset=function(a,b){if(0!=a){for(;this.t<=b;)this.data[this.t++]=0;for(this.data[b]+=a;this.data[b]>=this.DV;)this.data[b]-=this.DV,++b>=this.t&&(this.data[this.t++]=
407
0),++this.data[b]}};c.prototype.multiplyLowerTo=function(a,b,c){var d=Math.min(this.t+a.t,b);c.s=0;for(c.t=d;0<d;)c.data[--d]=0;var e;for(e=c.t-this.t;d<e;++d)c.data[d+this.t]=this.am(0,a.data[d],c,d,0,this.t);for(e=Math.min(a.t,b);d<e;++d)this.am(0,a.data[d],c,d,0,b-d);c.clamp()};c.prototype.multiplyUpperTo=function(a,b,c){--b;var d=c.t=this.t+a.t-b;for(c.s=0;0<=--d;)c.data[d]=0;for(d=Math.max(b-this.t,0);d<a.t;++d)c.data[this.t+d-b]=this.am(b-d,a.data[d],c,0,0,this.t+d-b);c.clamp();c.drShiftTo(1,
408
-c)};c.prototype.modInt=function(a){if(0>=a)return 0;var b=this.DV%a,c=0>this.s?a-1:0;if(0<this.t)if(0==b)c=this.data[0]%a;else for(var d=this.t-1;0<=d;--d)c=(b*c+this.data[d])%a;return c};c.prototype.millerRabin=function(a){var b=this.subtract(c.ONE),d=b.getLowestSetBit();if(0>=d)return!1;for(var e=b.shiftRight(d),g=C(),n,k=0;k<a;++k){do n=new c(this.bitLength(),g);while(0>=n.compareTo(c.ONE)||0<=n.compareTo(b));n=n.modPow(e,this);if(0!=n.compareTo(c.ONE)&&0!=n.compareTo(b)){for(var x=1;x++<d&&0!=
408
+c)};c.prototype.modInt=function(a){if(0>=a)return 0;var b=this.DV%a,c=0>this.s?a-1:0;if(0<this.t)if(0==b)c=this.data[0]%a;else for(var d=this.t-1;0<=d;--d)c=(b*c+this.data[d])%a;return c};c.prototype.millerRabin=function(a){var b=this.subtract(c.ONE),d=b.getLowestSetBit();if(0>=d)return!1;for(var e=b.shiftRight(d),g=E(),n,h=0;h<a;++h){do n=new c(this.bitLength(),g);while(0>=n.compareTo(c.ONE)||0<=n.compareTo(b));n=n.modPow(e,this);if(0!=n.compareTo(c.ONE)&&0!=n.compareTo(b)){for(var y=1;y++<d&&0!=
409
n.compareTo(b);)if(n=n.modPowInt(2,this),0==n.compareTo(c.ONE))return!1;if(0!=n.compareTo(b))return!1}}return!0};c.prototype.clone=function(){var a=d();this.copyTo(a);return a};c.prototype.intValue=function(){if(0>this.s){if(1==this.t)return this.data[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this.data[0];if(0==this.t)return 0}return(this.data[1]&(1<<32-this.DB)-1)<<this.DB|this.data[0]};c.prototype.byteValue=function(){return 0==this.t?this.s:this.data[0]<<24>>24};c.prototype.shortValue=
410
function(){return 0==this.t?this.s:this.data[0]<<16>>16};c.prototype.signum=function(){return 0>this.s?-1:0>=this.t||1==this.t&&0>=this.data[0]?0:1};c.prototype.toByteArray=function(){var a=this.t,b=[];b[0]=this.s;var c=this.DB-a*this.DB%8,d,e=0;if(0<a--)for(c<this.DB&&(d=this.data[a]>>c)!=(this.s&this.DM)>>c&&(b[e++]=d|this.s<<this.DB-c);0<=a;)if(8>c?(d=(this.data[a]&(1<<c)-1)<<8-c,d|=this.data[--a]>>(c+=this.DB-8)):(d=this.data[a]>>(c-=8)&255,0>=c&&(c+=this.DB,--a)),0!=(d&128)&&(d|=-256),0==e&&
411
-(this.s&128)!=(d&128)&&++e,0<e||d!=this.s)b[e++]=d;return b};c.prototype.equals=function(a){return 0==this.compareTo(a)};c.prototype.min=function(a){return 0>this.compareTo(a)?this:a};c.prototype.max=function(a){return 0<this.compareTo(a)?this:a};c.prototype.and=function(a){var b=d();this.bitwiseTo(a,w,b);return b};c.prototype.or=function(a){var b=d();this.bitwiseTo(a,y,b);return b};c.prototype.xor=function(a){var b=d();this.bitwiseTo(a,F,b);return b};c.prototype.andNot=function(a){var b=d();this.bitwiseTo(a,
412
-G,b);return b};c.prototype.not=function(){for(var a=d(),b=0;b<this.t;++b)a.data[b]=this.DM&~this.data[b];a.t=this.t;a.s=~this.s;return a};c.prototype.shiftLeft=function(a){var b=d();0>a?this.rShiftTo(-a,b):this.lShiftTo(a,b);return b};c.prototype.shiftRight=function(a){var b=d();0>a?this.lShiftTo(-a,b):this.rShiftTo(a,b);return b};c.prototype.getLowestSetBit=function(){for(var a=0;a<this.t;++a)if(0!=this.data[a]){var b=a*this.DB;a=this.data[a];if(0==a)a=-1;else{var c=0;0==(a&65535)&&(a>>=16,c+=16);
413
-0==(a&255)&&(a>>=8,c+=8);0==(a&15)&&(a>>=4,c+=4);0==(a&3)&&(a>>=2,c+=2);0==(a&1)&&++c;a=c}return b+a}return 0>this.s?this.t*this.DB:-1};c.prototype.bitCount=function(){for(var a=0,b=this.s&this.DM,c=0;c<this.t;++c){for(var d=this.data[c]^b,e=0;0!=d;)d&=d-1,++e;a+=e}return a};c.prototype.testBit=function(a){var b=Math.floor(a/this.DB);return b>=this.t?0!=this.s:0!=(this.data[b]&1<<a%this.DB)};c.prototype.setBit=function(a){return this.changeBit(a,y)};c.prototype.clearBit=function(a){return this.changeBit(a,
414
-G)};c.prototype.flipBit=function(a){return this.changeBit(a,F)};c.prototype.add=function(a){var b=d();this.addTo(a,b);return b};c.prototype.subtract=function(a){var b=d();this.subTo(a,b);return b};c.prototype.multiply=function(a){var b=d();this.multiplyTo(a,b);return b};c.prototype.divide=function(a){var b=d();this.divRemTo(a,b,null);return b};c.prototype.remainder=function(a){var b=d();this.divRemTo(a,null,b);return b};c.prototype.divideAndRemainder=function(a){var b=d(),c=d();this.divRemTo(a,b,
415
-c);return[b,c]};c.prototype.modPow=function(a,b){var c=a.bitLength(),e,n=g(1),k;if(0>=c)return n;e=18>c?1:48>c?3:144>c?4:768>c?5:6;k=8>c?new u(b):b.isEven()?new x(b):new D(b);var A=[],m=3,l=e-1,C=(1<<e)-1;A[1]=k.convert(this);if(1<e)for(c=d(),k.sqrTo(A[1],c);m<=C;)A[m]=d(),k.mulTo(c,A[m-2],A[m]),m+=2;for(var q=a.t-1,h,p=!0,E=d(),c=r(a.data[q])-1;0<=q;){c>=l?h=a.data[q]>>c-l&C:(h=(a.data[q]&(1<<c+1)-1)<<l-c,0<q&&(h|=a.data[q-1]>>this.DB+c-l));for(m=e;0==(h&1);)h>>=1,--m;0>(c-=m)&&(c+=this.DB,--q);
416
-if(p)A[h].copyTo(n),p=!1;else{for(;1<m;)k.sqrTo(n,E),k.sqrTo(E,n),m-=2;0<m?k.sqrTo(n,E):(m=n,n=E,E=m);k.mulTo(E,A[h],n)}for(;0<=q&&0==(a.data[q]&1<<c);)k.sqrTo(n,E),m=n,n=E,E=m,0>--c&&(c=this.DB-1,--q)}return k.revert(n)};c.prototype.modInverse=function(a){var b=a.isEven();if(this.isEven()&&b||0==a.signum())return c.ZERO;for(var d=a.clone(),e=this.clone(),n=g(1),k=g(0),x=g(0),A=g(1);0!=d.signum();){for(;d.isEven();)d.rShiftTo(1,d),b?(n.isEven()&&k.isEven()||(n.addTo(this,n),k.subTo(a,k)),n.rShiftTo(1,
417
-n)):k.isEven()||k.subTo(a,k),k.rShiftTo(1,k);for(;e.isEven();)e.rShiftTo(1,e),b?(x.isEven()&&A.isEven()||(x.addTo(this,x),A.subTo(a,A)),x.rShiftTo(1,x)):A.isEven()||A.subTo(a,A),A.rShiftTo(1,A);0<=d.compareTo(e)?(d.subTo(e,d),b&&n.subTo(x,n),k.subTo(A,k)):(e.subTo(d,e),b&&x.subTo(n,x),A.subTo(k,A))}if(0!=e.compareTo(c.ONE))return c.ZERO;if(0<=A.compareTo(a))return A.subtract(a);if(0>A.signum())A.addTo(a,A);else return A;return 0>A.signum()?A.add(a):A};c.prototype.pow=function(a){return this.exp(a,
418
-new E)};c.prototype.gcd=function(a){var b=0>this.s?this.negate():this.clone();a=0>a.s?a.negate():a.clone();if(0>b.compareTo(a)){var c=b,b=a;a=c}var c=b.getLowestSetBit(),d=a.getLowestSetBit();if(0>d)return b;c<d&&(d=c);0<d&&(b.rShiftTo(d,b),a.rShiftTo(d,a));for(;0<b.signum();)0<(c=b.getLowestSetBit())&&b.rShiftTo(c,b),0<(c=a.getLowestSetBit())&&a.rShiftTo(c,a),0<=b.compareTo(a)?(b.subTo(a,b),b.rShiftTo(1,b)):(a.subTo(b,a),a.rShiftTo(1,a));0<d&&a.lShiftTo(d,a);return a};c.prototype.isProbablePrime=
419
-function(a){var b,c=this.abs();if(1==c.t&&c.data[0]<=T[T.length-1]){for(b=0;b<T.length;++b)if(c.data[0]==T[b])return!0;return!1}if(c.isEven())return!1;for(b=1;b<T.length;){for(var d=T[b],e=b+1;e<T.length&&d<U;)d*=T[e++];for(d=c.modInt(d);b<e;)if(0==d%T[b++])return!1}return c.millerRabin(a)};a.jsbn=a.jsbn||{};a.jsbn.BigInteger=c}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,
420
-h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.jsbn)return c.jsbn;c.defined.jsbn=!0;for(var m=0;m<e.length;++m)e[m](c);return c.jsbn}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/jsbn",["require","module"],function(){h.apply(null,Array.prototype.slice.call(arguments,
421
-0))})})();(function(){function b(a){function c(b,d,e){e||(e=a.md.sha1.create());for(var m="",g=Math.ceil(d/e.digestLength),h=0;h<g;++h){var u=String.fromCharCode(h>>24&255,h>>16&255,h>>8&255,h&255);e.start();e.update(b+u);m+=e.digest().getBytes()}return m.substring(0,d)}var d=a.pkcs1=a.pkcs1||{};d.encode_rsa_oaep=function(b,d,e,l,g){var h,u,p,w;"string"===typeof e?(h=e,u=l||void 0,p=g||void 0):e&&(h=e.label||void 0,u=e.seed||void 0,p=e.md||void 0,e.mgf1&&e.mgf1.md&&(w=e.mgf1.md));p?p.start():p=a.md.sha1.create();
422
-w||(w=p);b=Math.ceil(b.n.bitLength()/8);e=b-2*p.digestLength-2;if(d.length>e)throw w=Error("RSAES-OAEP input message length is too long."),w.length=d.length,w.maxLength=e,w;h||(h="");p.update(h,"raw");h=p.digest();l="";e-=d.length;for(g=0;g<e;g++)l+="\x00";d=h.getBytes()+l+"\u0001"+d;if(!u)u=a.random.getBytes(p.digestLength);else if(u.length!==p.digestLength)throw w=Error("Invalid RSAES-OAEP seed. The seed length must match the digest length."),w.seedLength=u.length,w.digestLength=p.digestLength,
423
-w;b=c(u,b-p.digestLength-1,w);d=a.util.xorBytes(d,b,d.length);p=c(d,p.digestLength,w);return"\x00"+a.util.xorBytes(u,p,u.length)+d};d.decode_rsa_oaep=function(b,d,e,l){var g,h,p;"string"===typeof e?(g=e,h=l||void 0):e&&(g=e.label||void 0,h=e.md||void 0,e.mgf1&&e.mgf1.md&&(p=e.mgf1.md));e=Math.ceil(b.n.bitLength()/8);if(d.length!==e)throw p=Error("RSAES-OAEP encoded message length is invalid."),p.length=d.length,p.expectedLength=e,p;void 0===h?h=a.md.sha1.create():h.start();p||(p=h);if(e<2*h.digestLength+
424
-2)throw Error("RSAES-OAEP key is too short for the hash function.");g||(g="");h.update(g,"raw");g=h.digest().getBytes();b=d.charAt(0);l=d.substring(1,h.digestLength+1);d=d.substring(1+h.digestLength);var z=c(d,h.digestLength,p);l=a.util.xorBytes(l,z,l.length);p=c(l,e-h.digestLength-1,p);d=a.util.xorBytes(d,p,d.length);e=d.substring(0,h.digestLength);p="\x00"!==b;for(b=0;b<h.digestLength;++b)p|=g.charAt(b)!==e.charAt(b);g=1;for(h=b=h.digestLength;h<d.length;h++)e=d.charCodeAt(h),l=e&1^1,p|=e&(g?65534:
425
-0),g&=l,b+=g;if(p||1!==d.charCodeAt(b))throw Error("Invalid RSAES-OAEP padding.");return d.substring(b+1)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs1)return c.pkcs1;c.defined.pkcs1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pkcs1}},
426
-r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs1",["require","module","./util","./random","./sha1"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,g,n){return"workers"in g?e(a,b,g,n):d(a,b,g,n)}function d(b,c,e,g){var k=h(b,c),A=0,x=p(k.bitLength());"millerRabinTests"in
427
-e&&(x=e.millerRabinTests);var m=10;"maxBlockTime"in e&&(m=e.maxBlockTime);var l=+new Date;do{k.bitLength()>b&&(k=h(b,c));if(k.isProbablePrime(x))return g(null,k);k.dAddOffset(r[A++%8],0)}while(0>m||+new Date-l<m);a.util.setImmediate(function(){d(b,c,e,g)})}function e(b,c,k,m){function l(){function a(e){if(!k){--n;var x=e.data;if(x.found){for(e=0;e<d.length;++e)d[e].terminate();k=!0;return m(null,new g(x.prime,16))}A.bitLength()>b&&(A=h(b,c));x=A.toString(16);e.target.postMessage({hex:x,workLoad:C});
428
-A.dAddOffset(p,0)}}x=Math.max(1,x);for(var d=[],e=0;e<x;++e)d[e]=new Worker(u);for(var n=x,e=0;e<x;++e)d[e].addEventListener("message",a);var k=!1}if("undefined"===typeof Worker)return d(b,c,k,m);var A=h(b,c),x=k.workers,C=k.workLoad||100,p=30*C/8,u=k.workerScript||"forge/prime.worker.js";if(-1===x)return a.util.estimateCores(function(a,b){a&&(b=2);x=b-1;l()});l()}function h(a,b){var c=new g(a,b),d=a-1;c.testBit(d)||c.bitwiseTo(g.ONE.shiftLeft(d),D,c);c.dAddOffset(31-c.mod(u).byteValue(),0);return c}
429
-function p(a){return 100>=a?27:150>=a?18:200>=a?15:250>=a?12:300>=a?9:350>=a?8:400>=a?7:500>=a?6:600>=a?5:800>=a?4:1250>=a?3:2}if(!a.prime){var l=a.prime=a.prime||{},g=a.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],u=new g(null);u.fromInt(30);var D=function(a,b){return a|b};l.generateProbablePrime=function(b,d,e){"function"===typeof d&&(e=d,d={});d=d||{};var g=d.algorithm||"PRIMEINC";"string"===typeof g&&(g={name:g});g.options=g.options||{};var k=d.prng||a.random;d={nextBytes:function(a){for(var b=k.getBytesSync(a.length),
430
-c=0;c<a.length;++c)a[c]=b.charCodeAt(c)}};if("PRIMEINC"===g.name)return c(b,d,g.options,e);throw Error("Invalid prime generation algorithm: "+g.name);}}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.prime)return c.prime;c.defined.prime=!0;for(var m=
431
-0;m<e.length;++m)e[m](c);return c.prime}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/prime",["require","module","./util","./jsbn","./random"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d,e){var g=a.util.createBuffer();d=Math.ceil(d.n.bitLength()/8);if(b.length>d-11)throw g=
432
-Error("Message is too long for PKCS#1 v1.5 padding."),g.length=b.length,g.max=d-11,g;g.putByte(0);g.putByte(e);d=d-3-b.length;if(0===e||1===e){e=0===e?0:255;for(var k=0;k<d;++k)g.putByte(e)}else for(;0<d;){for(var m=0,h=a.random.getBytes(d),k=0;k<d;++k)e=h.charCodeAt(k),0===e?++m:g.putByte(e);d=m}g.putByte(0);g.putBytes(b);return g}function d(b,c,e,g){c=Math.ceil(c.n.bitLength()/8);b=a.util.createBuffer(b);var k=b.getByte(),m=b.getByte();if(0!==k||e&&0!==m&&1!==m||!e&&2!=m||e&&0===m&&"undefined"===
433
-typeof g)throw Error("Encryption block is invalid.");e=0;if(0===m)for(e=c-3-g,g=0;g<e;++g){if(0!==b.getByte())throw Error("Encryption block is invalid.");}else if(1===m)for(e=0;1<b.length();){if(255!==b.getByte()){--b.read;break}++e}else if(2===m)for(e=0;1<b.length();){if(0===b.getByte()){--b.read;break}++e}if(0!==b.getByte()||e!==c-3-b.length())throw Error("Encryption block is invalid.");return b.getBytes()}function e(b,c,d){function g(){k(b.pBits,function(a,c){if(a)return d(a);b.p=c;if(null!==b.q)return m(a,
434
-b.q);k(b.qBits,m)})}function k(b,c){a.prime.generateProbablePrime(b,h,c)}function m(a,c){if(a)return d(a);b.q=c;if(0>b.p.compareTo(b.q)){var e=b.p;b.p=b.q;b.q=e}0!==b.p.subtract(l.ONE).gcd(b.e).compareTo(l.ONE)?(b.p=null,g()):0!==b.q.subtract(l.ONE).gcd(b.e).compareTo(l.ONE)?(b.q=null,k(b.qBits,m)):(b.p1=b.p.subtract(l.ONE),b.q1=b.q.subtract(l.ONE),b.phi=b.p1.multiply(b.q1),0!==b.phi.gcd(b.e).compareTo(l.ONE)?(b.p=b.q=null,g()):(b.n=b.p.multiply(b.q),b.n.bitLength()!==b.bits?(b.q=null,k(b.qBits,m)):
435
-(e=b.e.modInverse(b.phi),b.keys={privateKey:r.rsa.setPrivateKey(b.n,b.e,e,b.p,b.q,e.mod(b.p1),e.mod(b.q1),b.q.modInverse(b.p)),publicKey:r.rsa.setPublicKey(b.n,b.e)},d(null,b.keys))))}"function"===typeof c&&(d=c,c={});c=c||{};var h={algorithm:{name:c.algorithm||"PRIMEINC",options:{workers:c.workers||2,workLoad:c.workLoad||100,workerScript:c.workerScript}}};"prng"in c&&(h.prng=c.prng);g()}function h(b){b=b.toString(16);"8"<=b[0]&&(b="00"+b);return a.util.hexToBytes(b)}function p(a){return 100>=a?27:
436
-150>=a?18:200>=a?15:250>=a?12:300>=a?9:350>=a?8:400>=a?7:500>=a?6:600>=a?5:800>=a?4:1250>=a?3:2}if("undefined"===typeof l)var l=a.jsbn.BigInteger;var g=a.asn1;a.pki=a.pki||{};a.pki.rsa=a.rsa=a.rsa||{};var r=a.pki,u=[6,4,2,4,2,4,6,2],D={name:"PrivateKeyInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:g.Class.UNIVERSAL,
437
-type:g.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},w={name:"RSAPrivateKey",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",
411
+(this.s&128)!=(d&128)&&++e,0<e||d!=this.s)b[e++]=d;return b};c.prototype.equals=function(a){return 0==this.compareTo(a)};c.prototype.min=function(a){return 0>this.compareTo(a)?this:a};c.prototype.max=function(a){return 0<this.compareTo(a)?this:a};c.prototype.and=function(a){var b=d();this.bitwiseTo(a,x,b);return b};c.prototype.or=function(a){var b=d();this.bitwiseTo(a,w,b);return b};c.prototype.xor=function(a){var b=d();this.bitwiseTo(a,F,b);return b};c.prototype.andNot=function(a){var b=d();this.bitwiseTo(a,
412
+H,b);return b};c.prototype.not=function(){for(var a=d(),b=0;b<this.t;++b)a.data[b]=this.DM&~this.data[b];a.t=this.t;a.s=~this.s;return a};c.prototype.shiftLeft=function(a){var b=d();0>a?this.rShiftTo(-a,b):this.lShiftTo(a,b);return b};c.prototype.shiftRight=function(a){var b=d();0>a?this.lShiftTo(-a,b):this.rShiftTo(a,b);return b};c.prototype.getLowestSetBit=function(){for(var a=0;a<this.t;++a)if(0!=this.data[a]){var b=a*this.DB;a=this.data[a];if(0==a)a=-1;else{var c=0;0==(a&65535)&&(a>>=16,c+=16);
413
+0==(a&255)&&(a>>=8,c+=8);0==(a&15)&&(a>>=4,c+=4);0==(a&3)&&(a>>=2,c+=2);0==(a&1)&&++c;a=c}return b+a}return 0>this.s?this.t*this.DB:-1};c.prototype.bitCount=function(){for(var a=0,b=this.s&this.DM,c=0;c<this.t;++c){for(var d=this.data[c]^b,e=0;0!=d;)d&=d-1,++e;a+=e}return a};c.prototype.testBit=function(a){var b=Math.floor(a/this.DB);return b>=this.t?0!=this.s:0!=(this.data[b]&1<<a%this.DB)};c.prototype.setBit=function(a){return this.changeBit(a,w)};c.prototype.clearBit=function(a){return this.changeBit(a,
414
+H)};c.prototype.flipBit=function(a){return this.changeBit(a,F)};c.prototype.add=function(a){var b=d();this.addTo(a,b);return b};c.prototype.subtract=function(a){var b=d();this.subTo(a,b);return b};c.prototype.multiply=function(a){var b=d();this.multiplyTo(a,b);return b};c.prototype.divide=function(a){var b=d();this.divRemTo(a,b,null);return b};c.prototype.remainder=function(a){var b=d();this.divRemTo(a,null,b);return b};c.prototype.divideAndRemainder=function(a){var b=d(),c=d();this.divRemTo(a,b,
415
+c);return[b,c]};c.prototype.modPow=function(a,b){var c=a.bitLength(),e,n=g(1),h;if(0>=c)return n;e=18>c?1:48>c?3:144>c?4:768>c?5:6;h=8>c?new u(b):b.isEven()?new y(b):new C(b);var k=[],A=3,m=e-1,r=(1<<e)-1;k[1]=h.convert(this);if(1<e)for(c=d(),h.sqrTo(k[1],c);A<=r;)k[A]=d(),h.mulTo(c,k[A-2],k[A]),A+=2;for(var E=a.t-1,l,x=!0,q=d(),c=p(a.data[E])-1;0<=E;){c>=m?l=a.data[E]>>c-m&r:(l=(a.data[E]&(1<<c+1)-1)<<m-c,0<E&&(l|=a.data[E-1]>>this.DB+c-m));for(A=e;0==(l&1);)l>>=1,--A;0>(c-=A)&&(c+=this.DB,--E);
416
+if(x)k[l].copyTo(n),x=!1;else{for(;1<A;)h.sqrTo(n,q),h.sqrTo(q,n),A-=2;0<A?h.sqrTo(n,q):(A=n,n=q,q=A);h.mulTo(q,k[l],n)}for(;0<=E&&0==(a.data[E]&1<<c);)h.sqrTo(n,q),A=n,n=q,q=A,0>--c&&(c=this.DB-1,--E)}return h.revert(n)};c.prototype.modInverse=function(a){var b=a.isEven();if(this.isEven()&&b||0==a.signum())return c.ZERO;for(var d=a.clone(),e=this.clone(),n=g(1),h=g(0),y=g(0),k=g(1);0!=d.signum();){for(;d.isEven();)d.rShiftTo(1,d),b?(n.isEven()&&h.isEven()||(n.addTo(this,n),h.subTo(a,h)),n.rShiftTo(1,
417
+n)):h.isEven()||h.subTo(a,h),h.rShiftTo(1,h);for(;e.isEven();)e.rShiftTo(1,e),b?(y.isEven()&&k.isEven()||(y.addTo(this,y),k.subTo(a,k)),y.rShiftTo(1,y)):k.isEven()||k.subTo(a,k),k.rShiftTo(1,k);0<=d.compareTo(e)?(d.subTo(e,d),b&&n.subTo(y,n),h.subTo(k,h)):(e.subTo(d,e),b&&y.subTo(n,y),k.subTo(h,k))}if(0!=e.compareTo(c.ONE))return c.ZERO;if(0<=k.compareTo(a))return k.subtract(a);if(0>k.signum())k.addTo(a,k);else return k;return 0>k.signum()?k.add(a):k};c.prototype.pow=function(a){return this.exp(a,
418
+new D)};c.prototype.gcd=function(a){var b=0>this.s?this.negate():this.clone();a=0>a.s?a.negate():a.clone();if(0>b.compareTo(a)){var c=b,b=a;a=c}var c=b.getLowestSetBit(),d=a.getLowestSetBit();if(0>d)return b;c<d&&(d=c);0<d&&(b.rShiftTo(d,b),a.rShiftTo(d,a));for(;0<b.signum();)0<(c=b.getLowestSetBit())&&b.rShiftTo(c,b),0<(c=a.getLowestSetBit())&&a.rShiftTo(c,a),0<=b.compareTo(a)?(b.subTo(a,b),b.rShiftTo(1,b)):(a.subTo(b,a),a.rShiftTo(1,a));0<d&&a.lShiftTo(d,a);return a};c.prototype.isProbablePrime=
419
+function(a){var b,c=this.abs();if(1==c.t&&c.data[0]<=P[P.length-1]){for(b=0;b<P.length;++b)if(c.data[0]==P[b])return!0;return!1}if(c.isEven())return!1;for(b=1;b<P.length;){for(var d=P[b],e=b+1;e<P.length&&d<T;)d*=P[e++];for(d=c.modInt(d);b<e;)if(0==d%P[b++])return!1}return c.millerRabin(a)};a.jsbn=a.jsbn||{};a.jsbn.BigInteger=c}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,
420
+p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.jsbn)return c.jsbn;c.defined.jsbn=!0;for(var m=0;m<e.length;++m)e[m](c);return c.jsbn}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/jsbn",["require","module"],function(){p.apply(null,Array.prototype.slice.call(arguments,
421
+0))})})();(function(){function b(a){function c(b,d,e){e||(e=a.md.sha1.create());for(var k="",g=Math.ceil(d/e.digestLength),m=0;m<g;++m){var l=String.fromCharCode(m>>24&255,m>>16&255,m>>8&255,m&255);e.start();e.update(b+l);k+=e.digest().getBytes()}return k.substring(0,d)}var d=a.pkcs1=a.pkcs1||{};d.encode_rsa_oaep=function(b,d,e,k,g){var l,u,q,x;"string"===typeof e?(l=e,u=k||void 0,q=g||void 0):e&&(l=e.label||void 0,u=e.seed||void 0,q=e.md||void 0,e.mgf1&&e.mgf1.md&&(x=e.mgf1.md));q?q.start():q=a.md.sha1.create();
422
+x||(x=q);b=Math.ceil(b.n.bitLength()/8);e=b-2*q.digestLength-2;if(d.length>e)throw x=Error("RSAES-OAEP input message length is too long."),x.length=d.length,x.maxLength=e,x;l||(l="");q.update(l,"raw");l=q.digest();k="";e-=d.length;for(g=0;g<e;g++)k+="\x00";d=l.getBytes()+k+"\u0001"+d;if(!u)u=a.random.getBytes(q.digestLength);else if(u.length!==q.digestLength)throw x=Error("Invalid RSAES-OAEP seed. The seed length must match the digest length."),x.seedLength=u.length,x.digestLength=q.digestLength,
423
+x;b=c(u,b-q.digestLength-1,x);d=a.util.xorBytes(d,b,d.length);q=c(d,q.digestLength,x);return"\x00"+a.util.xorBytes(u,q,u.length)+d};d.decode_rsa_oaep=function(b,d,e,k){var g,l,u;"string"===typeof e?(g=e,l=k||void 0):e&&(g=e.label||void 0,l=e.md||void 0,e.mgf1&&e.mgf1.md&&(u=e.mgf1.md));e=Math.ceil(b.n.bitLength()/8);if(d.length!==e)throw u=Error("RSAES-OAEP encoded message length is invalid."),u.length=d.length,u.expectedLength=e,u;void 0===l?l=a.md.sha1.create():l.start();u||(u=l);if(e<2*l.digestLength+
424
+2)throw Error("RSAES-OAEP key is too short for the hash function.");g||(g="");l.update(g,"raw");g=l.digest().getBytes();b=d.charAt(0);k=d.substring(1,l.digestLength+1);d=d.substring(1+l.digestLength);var q=c(d,l.digestLength,u);k=a.util.xorBytes(k,q,k.length);u=c(k,e-l.digestLength-1,u);d=a.util.xorBytes(d,u,d.length);e=d.substring(0,l.digestLength);u="\x00"!==b;for(b=0;b<l.digestLength;++b)u|=g.charAt(b)!==e.charAt(b);g=1;for(l=b=l.digestLength;l<d.length;l++)e=d.charCodeAt(l),k=e&1^1,u|=e&(g?65534:
425
+0),g&=k,b+=g;if(u||1!==d.charCodeAt(b))throw Error("Invalid RSAES-OAEP padding.");return d.substring(b+1)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs1)return c.pkcs1;c.defined.pkcs1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pkcs1}},
426
+q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs1",["require","module","./util","./random","./sha1"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,g,n){return"workers"in g?e(a,b,g,n):d(a,b,g,n)}function d(b,c,e,g){var h=l(b,c),k=0,y=q(h.bitLength());"millerRabinTests"in
427
+e&&(y=e.millerRabinTests);var m=10;"maxBlockTime"in e&&(m=e.maxBlockTime);var u=+new Date;do{h.bitLength()>b&&(h=l(b,c));if(h.isProbablePrime(y))return g(null,h);h.dAddOffset(p[k++%8],0)}while(0>m||+new Date-u<m);a.util.setImmediate(function(){d(b,c,e,g)})}function e(b,c,h,k){function m(){function a(e){if(!h){--n;var y=e.data;if(y.found){for(e=0;e<d.length;++e)d[e].terminate();h=!0;return k(null,new g(y.prime,16))}A.bitLength()>b&&(A=l(b,c));y=A.toString(16);e.target.postMessage({hex:y,workLoad:E});
428
+A.dAddOffset(u,0)}}y=Math.max(1,y);for(var d=[],e=0;e<y;++e)d[e]=new Worker(q);for(var n=y,e=0;e<y;++e)d[e].addEventListener("message",a);var h=!1}if("undefined"===typeof Worker)return d(b,c,h,k);var A=l(b,c),y=h.workers,E=h.workLoad||100,u=30*E/8,q=h.workerScript||"forge/prime.worker.js";if(-1===y)return a.util.estimateCores(function(a,b){a&&(b=2);y=b-1;m()});m()}function l(a,b){var c=new g(a,b),d=a-1;c.testBit(d)||c.bitwiseTo(g.ONE.shiftLeft(d),C,c);c.dAddOffset(31-c.mod(u).byteValue(),0);return c}
429
+function q(a){return 100>=a?27:150>=a?18:200>=a?15:250>=a?12:300>=a?9:350>=a?8:400>=a?7:500>=a?6:600>=a?5:800>=a?4:1250>=a?3:2}if(!a.prime){var k=a.prime=a.prime||{},g=a.jsbn.BigInteger,p=[6,4,2,4,2,4,6,2],u=new g(null);u.fromInt(30);var C=function(a,b){return a|b};k.generateProbablePrime=function(b,d,e){"function"===typeof d&&(e=d,d={});d=d||{};var g=d.algorithm||"PRIMEINC";"string"===typeof g&&(g={name:g});g.options=g.options||{};var h=d.prng||a.random;d={nextBytes:function(a){for(var b=h.getBytesSync(a.length),
430
+c=0;c<a.length;++c)a[c]=b.charCodeAt(c)}};if("PRIMEINC"===g.name)return c(b,d,g.options,e);throw Error("Invalid prime generation algorithm: "+g.name);}}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.prime)return c.prime;c.defined.prime=!0;for(var m=
431
+0;m<e.length;++m)e[m](c);return c.prime}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/prime",["require","module","./util","./jsbn","./random"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d,e){var g=a.util.createBuffer();d=Math.ceil(d.n.bitLength()/8);if(b.length>d-11)throw g=
432
+Error("Message is too long for PKCS#1 v1.5 padding."),g.length=b.length,g.max=d-11,g;g.putByte(0);g.putByte(e);d=d-3-b.length;if(0===e||1===e){e=0===e?0:255;for(var h=0;h<d;++h)g.putByte(e)}else for(;0<d;){for(var k=0,m=a.random.getBytes(d),h=0;h<d;++h)e=m.charCodeAt(h),0===e?++k:g.putByte(e);d=k}g.putByte(0);g.putBytes(b);return g}function d(b,c,e,g){c=Math.ceil(c.n.bitLength()/8);b=a.util.createBuffer(b);var h=b.getByte(),k=b.getByte();if(0!==h||e&&0!==k&&1!==k||!e&&2!=k||e&&0===k&&"undefined"===
433
+typeof g)throw Error("Encryption block is invalid.");e=0;if(0===k)for(e=c-3-g,g=0;g<e;++g){if(0!==b.getByte())throw Error("Encryption block is invalid.");}else if(1===k)for(e=0;1<b.length();){if(255!==b.getByte()){--b.read;break}++e}else if(2===k)for(e=0;1<b.length();){if(0===b.getByte()){--b.read;break}++e}if(0!==b.getByte()||e!==c-3-b.length())throw Error("Encryption block is invalid.");return b.getBytes()}function e(b,c,d){function g(){h(b.pBits,function(a,c){if(a)return d(a);b.p=c;if(null!==b.q)return m(a,
434
+b.q);h(b.qBits,m)})}function h(b,c){a.prime.generateProbablePrime(b,l,c)}function m(a,c){if(a)return d(a);b.q=c;if(0>b.p.compareTo(b.q)){var e=b.p;b.p=b.q;b.q=e}0!==b.p.subtract(k.ONE).gcd(b.e).compareTo(k.ONE)?(b.p=null,g()):0!==b.q.subtract(k.ONE).gcd(b.e).compareTo(k.ONE)?(b.q=null,h(b.qBits,m)):(b.p1=b.p.subtract(k.ONE),b.q1=b.q.subtract(k.ONE),b.phi=b.p1.multiply(b.q1),0!==b.phi.gcd(b.e).compareTo(k.ONE)?(b.p=b.q=null,g()):(b.n=b.p.multiply(b.q),b.n.bitLength()!==b.bits?(b.q=null,h(b.qBits,m)):
435
+(e=b.e.modInverse(b.phi),b.keys={privateKey:p.rsa.setPrivateKey(b.n,b.e,e,b.p,b.q,e.mod(b.p1),e.mod(b.q1),b.q.modInverse(b.p)),publicKey:p.rsa.setPublicKey(b.n,b.e)},d(null,b.keys))))}"function"===typeof c&&(d=c,c={});c=c||{};var l={algorithm:{name:c.algorithm||"PRIMEINC",options:{workers:c.workers||2,workLoad:c.workLoad||100,workerScript:c.workerScript}}};"prng"in c&&(l.prng=c.prng);g()}function l(b){b=b.toString(16);"8"<=b[0]&&(b="00"+b);return a.util.hexToBytes(b)}function q(a){return 100>=a?27:
436
+150>=a?18:200>=a?15:250>=a?12:300>=a?9:350>=a?8:400>=a?7:500>=a?6:600>=a?5:800>=a?4:1250>=a?3:2}if("undefined"===typeof k)var k=a.jsbn.BigInteger;var g=a.asn1;a.pki=a.pki||{};a.pki.rsa=a.rsa=a.rsa||{};var p=a.pki,u=[6,4,2,4,2,4,6,2],C={name:"PrivateKeyInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:g.Class.UNIVERSAL,
437
+type:g.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},x={name:"RSAPrivateKey",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",
438
tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",
439
-tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},y={name:"RSAPublicKey",tagClass:g.Class.UNIVERSAL,
439
+tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},w={name:"RSAPublicKey",tagClass:g.Class.UNIVERSAL,
440
type:g.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},F=a.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:g.Class.UNIVERSAL,
441
-type:g.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:g.Class.UNIVERSAL,type:g.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},G=function(a){var b;if(a.algorithm in r.oids)b=r.oids[a.algorithm];
442
-else throw b=Error("Unknown message digest algorithm."),b.algorithm=a.algorithm,b;var c=g.oidToDer(b).getBytes();b=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);var d=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);d.value.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,c));d.value.push(g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,""));a=g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,a.digest().getBytes());b.value.push(d);b.value.push(a);return g.toDer(b).getBytes()},E=function(b,c,d){if(d)return b.modPow(c.e,
443
-c.n);if(!c.p||!c.q)return b.modPow(c.d,c.n);c.dP||(c.dP=c.d.mod(c.p.subtract(l.ONE)));c.dQ||(c.dQ=c.d.mod(c.q.subtract(l.ONE)));c.qInv||(c.qInv=c.q.modInverse(c.p));do d=new l(a.util.bytesToHex(a.random.getBytes(c.n.bitLength()/8)),16);while(0<=d.compareTo(c.n)||!d.gcd(c.n).equals(l.ONE));b=b.multiply(d.modPow(c.e,c.n)).mod(c.n);var e=b.mod(c.p).modPow(c.dP,c.p);for(b=b.mod(c.q).modPow(c.dQ,c.q);0>e.compareTo(b);)e=e.add(c.p);b=e.subtract(b).multiply(c.qInv).mod(c.p).multiply(c.q).add(b);return b=
444
-b.multiply(d.modInverse(c.n)).mod(c.n)};r.rsa.encrypt=function(b,d,e){var g=e,k=Math.ceil(d.n.bitLength()/8);!1!==e&&!0!==e?(g=2===e,e=c(b,d,e)):(e=a.util.createBuffer(),e.putBytes(b));b=new l(e.toHex(),16);d=E(b,d,g).toString(16);g=a.util.createBuffer();for(k-=Math.ceil(d.length/2);0<k;)g.putByte(0),--k;g.putBytes(a.util.hexToBytes(d));return g.getBytes()};r.rsa.decrypt=function(b,c,e,g){var k=Math.ceil(c.n.bitLength()/8);if(b.length!==k)throw c=Error("Encrypted message length is invalid."),c.length=
445
-b.length,c.expected=k,c;b=new l(a.util.createBuffer(b).toHex(),16);if(0<=b.compareTo(c.n))throw Error("Encrypted message is invalid.");b=E(b,c,e).toString(16);for(var m=a.util.createBuffer(),k=k-Math.ceil(b.length/2);0<k;)m.putByte(0),--k;m.putBytes(a.util.hexToBytes(b));return!1!==g?d(m.getBytes(),c,e):m.getBytes()};r.rsa.createKeyPairGenerationState=function(b,c,d){"string"===typeof b&&(b=parseInt(b,10));b=b||2048;d=d||{};var e=d.prng||a.random,g={nextBytes:function(a){for(var b=e.getBytesSync(a.length),
446
-c=0;c<a.length;++c)a[c]=b.charCodeAt(c)}};d=d.algorithm||"PRIMEINC";if("PRIMEINC"===d)b={algorithm:d,state:0,bits:b,rng:g,eInt:c||65537,e:new l(null),p:null,q:null,qBits:b>>1,pBits:b-(b>>1),pqState:0,num:null,keys:null},b.e.fromInt(b.eInt);else throw Error("Invalid key generation algorithm: "+d);return b};r.rsa.stepKeyPairGenerationState=function(a,b){"algorithm"in a||(a.algorithm="PRIMEINC");var c=new l(null);c.fromInt(30);for(var d=0,e=function(a,b){return a|b},g=+new Date,n,k=0;null===a.keys&&
447
-(0>=b||k<b);){if(0===a.state){n=null===a.p?a.pBits:a.qBits;var m=n-1;0===a.pqState?(a.num=new l(n,a.rng),a.num.testBit(m)||a.num.bitwiseTo(l.ONE.shiftLeft(m),e,a.num),a.num.dAddOffset(31-a.num.mod(c).byteValue(),0),d=0,++a.pqState):1===a.pqState?a.num.bitLength()>n?a.pqState=0:a.num.isProbablePrime(p(a.num.bitLength()))?++a.pqState:a.num.dAddOffset(u[d++%8],0):2===a.pqState?a.pqState=0===a.num.subtract(l.ONE).gcd(a.e).compareTo(l.ONE)?3:0:3===a.pqState&&(a.pqState=0,null===a.p?a.p=a.num:a.q=a.num,
448
-null!==a.p&&null!==a.q&&++a.state,a.num=null)}else 1===a.state?(0>a.p.compareTo(a.q)&&(a.num=a.p,a.p=a.q,a.q=a.num),++a.state):2===a.state?(a.p1=a.p.subtract(l.ONE),a.q1=a.q.subtract(l.ONE),a.phi=a.p1.multiply(a.q1),++a.state):3===a.state?0===a.phi.gcd(a.e).compareTo(l.ONE)?++a.state:(a.p=null,a.q=null,a.state=0):4===a.state?(a.n=a.p.multiply(a.q),a.n.bitLength()===a.bits?++a.state:(a.q=null,a.state=0)):5===a.state&&(n=a.e.modInverse(a.phi),a.keys={privateKey:r.rsa.setPrivateKey(a.n,a.e,n,a.p,a.q,
449
-n.mod(a.p1),n.mod(a.q1),a.q.modInverse(a.p)),publicKey:r.rsa.setPublicKey(a.n,a.e)});n=+new Date;k+=n-g;g=n}return null!==a.keys};r.rsa.generateKeyPair=function(a,b,c,d){1===arguments.length?"object"===typeof a?(c=a,a=void 0):"function"===typeof a&&(d=a,a=void 0):2===arguments.length?"number"===typeof a?"function"===typeof b?(d=b,b=void 0):"number"!==typeof b&&(c=b,b=void 0):(c=a,d=b,b=a=void 0):3===arguments.length&&("number"===typeof b?"function"===typeof c&&(d=c,c=void 0):(d=c,c=b,b=void 0));c=
450
-c||{};void 0===a&&(a=c.bits||2048);void 0===b&&(b=c.e||65537);var g=r.rsa.createKeyPairGenerationState(a,b,c);if(!d)return r.rsa.stepKeyPairGenerationState(g,0),g.keys;e(g,c,d)};r.setRsaPublicKey=r.rsa.setPublicKey=function(b,e){var k={n:b,e:e,encrypt:function(b,d,e){"string"===typeof d?d=d.toUpperCase():void 0===d&&(d="RSAES-PKCS1-V1_5");if("RSAES-PKCS1-V1_5"===d)d={encode:function(a,b,d){return c(a,b,2).getBytes()}};else if("RSA-OAEP"===d||"RSAES-OAEP"===d)d={encode:function(b,c){return a.pkcs1.encode_rsa_oaep(c,
451
-b,e)}};else if(-1!==["RAW","NONE","NULL",null].indexOf(d))d={encode:function(a){return a}};else if("string"===typeof d)throw Error('Unsupported encryption scheme: "'+d+'".');b=d.encode(b,k,!0);return r.rsa.encrypt(b,k,!0)},verify:function(a,b,c){"string"===typeof c?c=c.toUpperCase():void 0===c&&(c="RSASSA-PKCS1-V1_5");if("RSASSA-PKCS1-V1_5"===c)c={verify:function(a,b){b=d(b,k,!0);var c=g.fromDer(b);return a===c.value[1].value}};else if("NONE"===c||"NULL"===c||null===c)c={verify:function(a,b){b=d(b,
452
-k,!0);return a===b}};b=r.rsa.decrypt(b,k,!0,!1);return c.verify(a,b,k.n.bitLength())}};return k};r.setRsaPrivateKey=r.rsa.setPrivateKey=function(b,c,e,g,k,m,h,l){var p={n:b,e:c,d:e,p:g,q:k,dP:m,dQ:h,qInv:l,decrypt:function(b,c,e){"string"===typeof c?c=c.toUpperCase():void 0===c&&(c="RSAES-PKCS1-V1_5");b=r.rsa.decrypt(b,p,!1,!1);if("RSAES-PKCS1-V1_5"===c)c={decode:d};else if("RSA-OAEP"===c||"RSAES-OAEP"===c)c={decode:function(b,c){return a.pkcs1.decode_rsa_oaep(c,b,e)}};else if(-1!==["RAW","NONE",
453
-"NULL",null].indexOf(c))c={decode:function(a){return a}};else throw Error('Unsupported encryption scheme: "'+c+'".');return c.decode(b,p,!1)},sign:function(a,b){var c=!1;"string"===typeof b&&(b=b.toUpperCase());if(void 0===b||"RSASSA-PKCS1-V1_5"===b)b={encode:G},c=1;else if("NONE"===b||"NULL"===b||null===b)b={encode:function(){return a}},c=1;var d=b.encode(a,p.n.bitLength());return r.rsa.encrypt(d,p,c)}};return p};r.wrapRsaPrivateKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,
454
-[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(0).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(r.oids.rsaEncryption).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")]),g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,g.toDer(a).getBytes())])};r.privateKeyFromAsn1=function(b){var c={},d=[];g.validate(b,D,c,d)&&(b=g.fromDer(a.util.createBuffer(c.privateKey)));c={};d=[];if(!g.validate(b,w,c,d))throw c=Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey."),
455
-c.errors=d,c;var e,k,m,h,p,d=a.util.createBuffer(c.privateKeyModulus).toHex();b=a.util.createBuffer(c.privateKeyPublicExponent).toHex();e=a.util.createBuffer(c.privateKeyPrivateExponent).toHex();k=a.util.createBuffer(c.privateKeyPrime1).toHex();m=a.util.createBuffer(c.privateKeyPrime2).toHex();h=a.util.createBuffer(c.privateKeyExponent1).toHex();p=a.util.createBuffer(c.privateKeyExponent2).toHex();c=a.util.createBuffer(c.privateKeyCoefficient).toHex();return r.setRsaPrivateKey(new l(d,16),new l(b,
456
-16),new l(e,16),new l(k,16),new l(m,16),new l(h,16),new l(p,16),new l(c,16))};r.privateKeyToAsn1=r.privateKeyToRSAPrivateKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(0).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.n)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.e)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.d)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.p)),g.create(g.Class.UNIVERSAL,
457
-g.Type.INTEGER,!1,h(a.q)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.dP)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.dQ)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.qInv))])};r.publicKeyFromAsn1=function(b){var c={},d=[];if(g.validate(b,F,c,d)){d=g.derToOid(c.publicKeyOid);if(d!==r.oids.rsaEncryption)throw c=Error("Cannot read public key. Unknown OID."),c.oid=d,c;b=c.rsaPublicKey}d=[];if(!g.validate(b,y,c,d))throw c=Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey."),
458
-c.errors=d,c;d=a.util.createBuffer(c.publicKeyModulus).toHex();c=a.util.createBuffer(c.publicKeyExponent).toHex();return r.setRsaPublicKey(new l(d,16),new l(c,16))};r.publicKeyToAsn1=r.publicKeyToSubjectPublicKeyInfo=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(r.oids.rsaEncryption).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,
459
-!1,[r.publicKeyToRSAPublicKey(a)])])};r.publicKeyToRSAPublicKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.n)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,h(a.e))])}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||
460
-{};c.defined=c.defined||{};if(c.defined.rsa)return c.rsa;c.defined.rsa=!0;for(var m=0;m<e.length;++m)e[m](c);return c.rsa}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/rsa","require module ./asn1 ./jsbn ./oids ./pkcs1 ./prime ./random ./util".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,
461
-b){return a.start().update(b).digest().getBytes()}if("undefined"===typeof d)var d=a.jsbn.BigInteger;var e=a.asn1,h=a.pki=a.pki||{};h.pbe=a.pbe=a.pbe||{};var p=h.oids,l={name:"EncryptedPrivateKeyInfo",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:e.Class.UNIVERSAL,type:e.Type.OID,constructed:!1,capture:"encryptionOid"},
441
+type:g.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:g.Class.UNIVERSAL,type:g.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},H=function(a){var b;if(a.algorithm in p.oids)b=p.oids[a.algorithm];
442
+else throw b=Error("Unknown message digest algorithm."),b.algorithm=a.algorithm,b;var c=g.oidToDer(b).getBytes();b=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);var d=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);d.value.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,c));d.value.push(g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,""));a=g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,a.digest().getBytes());b.value.push(d);b.value.push(a);return g.toDer(b).getBytes()},D=function(b,c,d){if(d)return b.modPow(c.e,
443
+c.n);if(!c.p||!c.q)return b.modPow(c.d,c.n);c.dP||(c.dP=c.d.mod(c.p.subtract(k.ONE)));c.dQ||(c.dQ=c.d.mod(c.q.subtract(k.ONE)));c.qInv||(c.qInv=c.q.modInverse(c.p));do d=new k(a.util.bytesToHex(a.random.getBytes(c.n.bitLength()/8)),16);while(0<=d.compareTo(c.n)||!d.gcd(c.n).equals(k.ONE));b=b.multiply(d.modPow(c.e,c.n)).mod(c.n);var e=b.mod(c.p).modPow(c.dP,c.p);for(b=b.mod(c.q).modPow(c.dQ,c.q);0>e.compareTo(b);)e=e.add(c.p);b=e.subtract(b).multiply(c.qInv).mod(c.p).multiply(c.q).add(b);return b=
444
+b.multiply(d.modInverse(c.n)).mod(c.n)};p.rsa.encrypt=function(b,d,e){var g=e,h=Math.ceil(d.n.bitLength()/8);!1!==e&&!0!==e?(g=2===e,e=c(b,d,e)):(e=a.util.createBuffer(),e.putBytes(b));b=new k(e.toHex(),16);d=D(b,d,g).toString(16);g=a.util.createBuffer();for(h-=Math.ceil(d.length/2);0<h;)g.putByte(0),--h;g.putBytes(a.util.hexToBytes(d));return g.getBytes()};p.rsa.decrypt=function(b,c,e,g){var h=Math.ceil(c.n.bitLength()/8);if(b.length!==h)throw c=Error("Encrypted message length is invalid."),c.length=
445
+b.length,c.expected=h,c;b=new k(a.util.createBuffer(b).toHex(),16);if(0<=b.compareTo(c.n))throw Error("Encrypted message is invalid.");b=D(b,c,e).toString(16);for(var m=a.util.createBuffer(),h=h-Math.ceil(b.length/2);0<h;)m.putByte(0),--h;m.putBytes(a.util.hexToBytes(b));return!1!==g?d(m.getBytes(),c,e):m.getBytes()};p.rsa.createKeyPairGenerationState=function(b,c,d){"string"===typeof b&&(b=parseInt(b,10));b=b||2048;d=d||{};var e=d.prng||a.random,g={nextBytes:function(a){for(var b=e.getBytesSync(a.length),
446
+c=0;c<a.length;++c)a[c]=b.charCodeAt(c)}};d=d.algorithm||"PRIMEINC";if("PRIMEINC"===d)b={algorithm:d,state:0,bits:b,rng:g,eInt:c||65537,e:new k(null),p:null,q:null,qBits:b>>1,pBits:b-(b>>1),pqState:0,num:null,keys:null},b.e.fromInt(b.eInt);else throw Error("Invalid key generation algorithm: "+d);return b};p.rsa.stepKeyPairGenerationState=function(a,b){"algorithm"in a||(a.algorithm="PRIMEINC");var c=new k(null);c.fromInt(30);for(var d=0,e=function(a,b){return a|b},g=+new Date,n,h=0;null===a.keys&&
447
+(0>=b||h<b);){if(0===a.state){n=null===a.p?a.pBits:a.qBits;var m=n-1;0===a.pqState?(a.num=new k(n,a.rng),a.num.testBit(m)||a.num.bitwiseTo(k.ONE.shiftLeft(m),e,a.num),a.num.dAddOffset(31-a.num.mod(c).byteValue(),0),d=0,++a.pqState):1===a.pqState?a.num.bitLength()>n?a.pqState=0:a.num.isProbablePrime(q(a.num.bitLength()))?++a.pqState:a.num.dAddOffset(u[d++%8],0):2===a.pqState?a.pqState=0===a.num.subtract(k.ONE).gcd(a.e).compareTo(k.ONE)?3:0:3===a.pqState&&(a.pqState=0,null===a.p?a.p=a.num:a.q=a.num,
448
+null!==a.p&&null!==a.q&&++a.state,a.num=null)}else 1===a.state?(0>a.p.compareTo(a.q)&&(a.num=a.p,a.p=a.q,a.q=a.num),++a.state):2===a.state?(a.p1=a.p.subtract(k.ONE),a.q1=a.q.subtract(k.ONE),a.phi=a.p1.multiply(a.q1),++a.state):3===a.state?0===a.phi.gcd(a.e).compareTo(k.ONE)?++a.state:(a.p=null,a.q=null,a.state=0):4===a.state?(a.n=a.p.multiply(a.q),a.n.bitLength()===a.bits?++a.state:(a.q=null,a.state=0)):5===a.state&&(n=a.e.modInverse(a.phi),a.keys={privateKey:p.rsa.setPrivateKey(a.n,a.e,n,a.p,a.q,
449
+n.mod(a.p1),n.mod(a.q1),a.q.modInverse(a.p)),publicKey:p.rsa.setPublicKey(a.n,a.e)});n=+new Date;h+=n-g;g=n}return null!==a.keys};p.rsa.generateKeyPair=function(a,b,c,d){1===arguments.length?"object"===typeof a?(c=a,a=void 0):"function"===typeof a&&(d=a,a=void 0):2===arguments.length?"number"===typeof a?"function"===typeof b?(d=b,b=void 0):"number"!==typeof b&&(c=b,b=void 0):(c=a,d=b,b=a=void 0):3===arguments.length&&("number"===typeof b?"function"===typeof c&&(d=c,c=void 0):(d=c,c=b,b=void 0));c=
450
+c||{};void 0===a&&(a=c.bits||2048);void 0===b&&(b=c.e||65537);var g=p.rsa.createKeyPairGenerationState(a,b,c);if(!d)return p.rsa.stepKeyPairGenerationState(g,0),g.keys;e(g,c,d)};p.setRsaPublicKey=p.rsa.setPublicKey=function(b,e){var h={n:b,e:e,encrypt:function(b,d,e){"string"===typeof d?d=d.toUpperCase():void 0===d&&(d="RSAES-PKCS1-V1_5");if("RSAES-PKCS1-V1_5"===d)d={encode:function(a,b,d){return c(a,b,2).getBytes()}};else if("RSA-OAEP"===d||"RSAES-OAEP"===d)d={encode:function(b,c){return a.pkcs1.encode_rsa_oaep(c,
451
+b,e)}};else if(-1!==["RAW","NONE","NULL",null].indexOf(d))d={encode:function(a){return a}};else if("string"===typeof d)throw Error('Unsupported encryption scheme: "'+d+'".');b=d.encode(b,h,!0);return p.rsa.encrypt(b,h,!0)},verify:function(a,b,c){"string"===typeof c?c=c.toUpperCase():void 0===c&&(c="RSASSA-PKCS1-V1_5");if("RSASSA-PKCS1-V1_5"===c)c={verify:function(a,b){b=d(b,h,!0);var c=g.fromDer(b);return a===c.value[1].value}};else if("NONE"===c||"NULL"===c||null===c)c={verify:function(a,b){b=d(b,
452
+h,!0);return a===b}};b=p.rsa.decrypt(b,h,!0,!1);return c.verify(a,b,h.n.bitLength())}};return h};p.setRsaPrivateKey=p.rsa.setPrivateKey=function(b,c,e,g,h,k,m,l){var u={n:b,e:c,d:e,p:g,q:h,dP:k,dQ:m,qInv:l,decrypt:function(b,c,e){"string"===typeof c?c=c.toUpperCase():void 0===c&&(c="RSAES-PKCS1-V1_5");b=p.rsa.decrypt(b,u,!1,!1);if("RSAES-PKCS1-V1_5"===c)c={decode:d};else if("RSA-OAEP"===c||"RSAES-OAEP"===c)c={decode:function(b,c){return a.pkcs1.decode_rsa_oaep(c,b,e)}};else if(-1!==["RAW","NONE",
453
+"NULL",null].indexOf(c))c={decode:function(a){return a}};else throw Error('Unsupported encryption scheme: "'+c+'".');return c.decode(b,u,!1)},sign:function(a,b){var c=!1;"string"===typeof b&&(b=b.toUpperCase());if(void 0===b||"RSASSA-PKCS1-V1_5"===b)b={encode:H},c=1;else if("NONE"===b||"NULL"===b||null===b)b={encode:function(){return a}},c=1;var d=b.encode(a,u.n.bitLength());return p.rsa.encrypt(d,u,c)}};return u};p.wrapRsaPrivateKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,
454
+[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(0).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(p.oids.rsaEncryption).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")]),g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,g.toDer(a).getBytes())])};p.privateKeyFromAsn1=function(b){var c={},d=[];g.validate(b,C,c,d)&&(b=g.fromDer(a.util.createBuffer(c.privateKey)));c={};d=[];if(!g.validate(b,x,c,d))throw c=Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey."),
455
+c.errors=d,c;var e,h,m,l,u,d=a.util.createBuffer(c.privateKeyModulus).toHex();b=a.util.createBuffer(c.privateKeyPublicExponent).toHex();e=a.util.createBuffer(c.privateKeyPrivateExponent).toHex();h=a.util.createBuffer(c.privateKeyPrime1).toHex();m=a.util.createBuffer(c.privateKeyPrime2).toHex();l=a.util.createBuffer(c.privateKeyExponent1).toHex();u=a.util.createBuffer(c.privateKeyExponent2).toHex();c=a.util.createBuffer(c.privateKeyCoefficient).toHex();return p.setRsaPrivateKey(new k(d,16),new k(b,
456
+16),new k(e,16),new k(h,16),new k(m,16),new k(l,16),new k(u,16),new k(c,16))};p.privateKeyToAsn1=p.privateKeyToRSAPrivateKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(0).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.n)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.e)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.d)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.p)),g.create(g.Class.UNIVERSAL,
457
+g.Type.INTEGER,!1,l(a.q)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.dP)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.dQ)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.qInv))])};p.publicKeyFromAsn1=function(b){var c={},d=[];if(g.validate(b,F,c,d)){d=g.derToOid(c.publicKeyOid);if(d!==p.oids.rsaEncryption)throw c=Error("Cannot read public key. Unknown OID."),c.oid=d,c;b=c.rsaPublicKey}d=[];if(!g.validate(b,w,c,d))throw c=Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey."),
458
+c.errors=d,c;d=a.util.createBuffer(c.publicKeyModulus).toHex();c=a.util.createBuffer(c.publicKeyExponent).toHex();return p.setRsaPublicKey(new k(d,16),new k(c,16))};p.publicKeyToAsn1=p.publicKeyToSubjectPublicKeyInfo=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(p.oids.rsaEncryption).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,
459
+!1,[p.publicKeyToRSAPublicKey(a)])])};p.publicKeyToRSAPublicKey=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.n)),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,l(a.e))])}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||
460
+{};c.defined=c.defined||{};if(c.defined.rsa)return c.rsa;c.defined.rsa=!0;for(var m=0;m<e.length;++m)e[m](c);return c.rsa}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/rsa","require module ./asn1 ./jsbn ./oids ./pkcs1 ./prime ./random ./util".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,
461
+b){return a.start().update(b).digest().getBytes()}if("undefined"===typeof d)var d=a.jsbn.BigInteger;var e=a.asn1,l=a.pki=a.pki||{};l.pbe=a.pbe=a.pbe||{};var q=l.oids,k={name:"EncryptedPrivateKeyInfo",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:e.Class.UNIVERSAL,type:e.Type.OID,constructed:!1,capture:"encryptionOid"},
462
{name:"AlgorithmIdentifier.parameters",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},g={name:"PBES2Algorithms",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",
463
tagClass:e.Class.UNIVERSAL,type:e.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:e.Class.UNIVERSAL,type:e.Type.INTEGER,onstructed:!0,capture:"kdfIterationCount"}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:e.Class.UNIVERSAL,
464
-type:e.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:e.Class.UNIVERSAL,type:e.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},r={name:"pkcs-12PbeParams",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"salt"},
465
-{name:"pkcs-12PbeParams.iterations",tagClass:e.Class.UNIVERSAL,type:e.Type.INTEGER,constructed:!1,capture:"iterations"}]};h.encryptPrivateKeyInfo=function(b,c,d){d=d||{};d.saltSize=d.saltSize||8;d.count=d.count||2048;d.algorithm=d.algorithm||"aes128";var g=a.random.getBytesSync(d.saltSize),m=d.count,l=e.integerToDer(m),E;if(0===d.algorithm.indexOf("aes")||"des"===d.algorithm){var A,x;switch(d.algorithm){case "aes128":A=E=16;d=p["aes128-CBC"];x=a.aes.createEncryptionCipher;break;case "aes192":E=24;
466
-A=16;d=p["aes192-CBC"];x=a.aes.createEncryptionCipher;break;case "aes256":E=32;A=16;d=p["aes256-CBC"];x=a.aes.createEncryptionCipher;break;case "des":A=E=8;d=p.desCBC;x=a.des.createEncryptionCipher;break;default:throw g=Error("Cannot encrypt private key. Unknown encryption algorithm."),g.algorithm=d.algorithm,g;}var C=a.pkcs5.pbkdf2(c,g,m,E);c=a.random.getBytesSync(A);m=x(C);m.start(c);m.update(e.toDer(b));m.finish();b=m.output.getBytes();g=e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,
467
-e.Type.OID,!1,e.oidToDer(p.pkcs5PBES2).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(p.pkcs5PBKDF2).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,!1,g),e.create(e.Class.UNIVERSAL,e.Type.INTEGER,!1,l.getBytes())])]),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(d).getBytes()),e.create(e.Class.UNIVERSAL,
468
-e.Type.OCTETSTRING,!1,c)])])])}else if("3des"===d.algorithm)E=24,d=new a.util.ByteBuffer(g),C=h.pbe.generatePkcs12Key(c,d,1,m,E),c=h.pbe.generatePkcs12Key(c,d,2,m,E),m=a.des.createEncryptionCipher(C),m.start(c),m.update(e.toDer(b)),m.finish(),b=m.output.getBytes(),g=e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(p["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,
469
-!1,g),e.create(e.Class.UNIVERSAL,e.Type.INTEGER,!1,l.getBytes())])]);else throw g=Error("Cannot encrypt private key. Unknown encryption algorithm."),g.algorithm=d.algorithm,g;return e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[g,e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,!1,b)])};h.decryptPrivateKeyInfo=function(b,c){var d=null,g={},m=[];if(!e.validate(b,l,g,m))throw d=Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo."),d.errors=m,d;m=e.derToOid(g.encryptionOid);
470
-m=h.pbe.getCipher(m,g.encryptionParams,c);g=a.util.createBuffer(g.encryptedData);m.update(g);m.finish()&&(d=e.fromDer(m.output));return d};h.encryptedPrivateKeyToPem=function(b,c){var d={type:"ENCRYPTED PRIVATE KEY",body:e.toDer(b).getBytes()};return a.pem.encode(d,{maxline:c})};h.encryptedPrivateKeyFromPem=function(b){b=a.pem.decode(b)[0];if("ENCRYPTED PRIVATE KEY"!==b.type){var c=Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');c.headerType=
471
-b.type;throw c;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return e.fromDer(b.body)};h.encryptRsaPrivateKey=function(b,c,d){d=d||{};if(!d.legacy)return b=h.wrapRsaPrivateKey(h.privateKeyToAsn1(b)),b=h.encryptPrivateKeyInfo(b,c,d),h.encryptedPrivateKeyToPem(b);var g,m,l;switch(d.algorithm){case "aes128":d="AES-128-CBC";m=16;g=a.random.getBytesSync(16);l=a.aes.createEncryptionCipher;break;case "aes192":d="AES-192-CBC";
472
-m=24;g=a.random.getBytesSync(16);l=a.aes.createEncryptionCipher;break;case "aes256":d="AES-256-CBC";m=32;g=a.random.getBytesSync(16);l=a.aes.createEncryptionCipher;break;case "3des":d="DES-EDE3-CBC";m=24;g=a.random.getBytesSync(8);l=a.des.createEncryptionCipher;break;case "des":d="DES-CBC";m=8;g=a.random.getBytesSync(8);l=a.des.createEncryptionCipher;break;default:throw b=Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+d.algorithm+'".'),b.algorithm=d.algorithm,b;}c=a.pbe.opensslDeriveBytes(c,
473
-g.substr(0,8),m);c=l(c);c.start(g);c.update(e.toDer(h.privateKeyToAsn1(b)));c.finish();b={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:d,parameters:a.util.bytesToHex(g).toUpperCase()},body:c.output.getBytes()};return a.pem.encode(b)};h.decryptRsaPrivateKey=function(b,c){var d=null,g=a.pem.decode(b)[0];if("ENCRYPTED PRIVATE KEY"!==g.type&&"PRIVATE KEY"!==g.type&&"RSA PRIVATE KEY"!==g.type)throw d=Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".'),
474
-d.headerType=d,d;if(g.procType&&"ENCRYPTED"===g.procType.type){var m,l;switch(g.dekInfo.algorithm){case "DES-CBC":m=8;l=a.des.createDecryptionCipher;break;case "DES-EDE3-CBC":m=24;l=a.des.createDecryptionCipher;break;case "AES-128-CBC":m=16;l=a.aes.createDecryptionCipher;break;case "AES-192-CBC":m=24;l=a.aes.createDecryptionCipher;break;case "AES-256-CBC":m=32;l=a.aes.createDecryptionCipher;break;case "RC2-40-CBC":m=5;l=function(b){return a.rc2.createDecryptionCipher(b,40)};break;case "RC2-64-CBC":m=
475
-8;l=function(b){return a.rc2.createDecryptionCipher(b,64)};break;case "RC2-128-CBC":m=16;l=function(b){return a.rc2.createDecryptionCipher(b,128)};break;default:throw d=Error('Could not decrypt private key; unsupported encryption algorithm "'+g.dekInfo.algorithm+'".'),d.algorithm=g.dekInfo.algorithm,d;}var p=a.util.hexToBytes(g.dekInfo.parameters);m=a.pbe.opensslDeriveBytes(c,p.substr(0,8),m);l=l(m);l.start(p);l.update(a.util.createBuffer(g.body));if(l.finish())d=l.output.getBytes();else return d}else d=
476
-g.body;d="ENCRYPTED PRIVATE KEY"===g.type?h.decryptPrivateKeyInfo(e.fromDer(d),c):e.fromDer(d);null!==d&&(d=h.privateKeyFromAsn1(d));return d};h.pbe.generatePkcs12Key=function(b,c,d,e,g,k){var m,h;if("undefined"===typeof k||null===k)k=a.md.sha1.create();var l=k.digestLength,C=k.blockLength,p=new a.util.ByteBuffer,v=new a.util.ByteBuffer;if(null!==b&&void 0!==b){for(h=0;h<b.length;h++)v.putInt16(b.charCodeAt(h));v.putInt16(0)}b=v.length();var q=c.length(),r=new a.util.ByteBuffer;r.fillWithByte(d,C);
477
-var z=C*Math.ceil(q/C);d=new a.util.ByteBuffer;for(h=0;h<z;h++)d.putByte(c.at(h%q));z=C*Math.ceil(b/C);c=new a.util.ByteBuffer;for(h=0;h<z;h++)c.putByte(v.at(h%b));v=d;v.putBuffer(c);c=Math.ceil(g/l);for(d=1;d<=c;d++){z=new a.util.ByteBuffer;z.putBytes(r.bytes());z.putBytes(v.bytes());for(h=0;h<e;h++)k.start(),k.update(z.getBytes()),z=k.digest();var I=new a.util.ByteBuffer;for(h=0;h<C;h++)I.putByte(z.at(h%l));var B=Math.ceil(q/C)+Math.ceil(b/C),P=new a.util.ByteBuffer;for(m=0;m<B;m++){var R=new a.util.ByteBuffer(v.getBytes(C)),
478
-V=511;for(h=I.length()-1;0<=h;h--)V>>=8,V+=I.at(h)+R.at(h),R.setAt(h,V&255);P.putBuffer(R)}v=P;p.putBuffer(z)}p.truncate(p.length()-g);return p};h.pbe.getCipher=function(a,b,c){switch(a){case h.oids.pkcs5PBES2:return h.pbe.getCipherForPBES2(a,b,c);case h.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case h.oids["pbewithSHAAnd40BitRC2-CBC"]:return h.pbe.getCipherForPKCS12PBE(a,b,c);default:throw b=Error("Cannot read encrypted PBE data block. Unsupported OID."),b.oid=a,b.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC",
479
-"pbewithSHAAnd40BitRC2-CBC"],b;}};h.pbe.getCipherForPBES2=function(b,c,d){var m={};b=[];if(!e.validate(c,g,m,b)){var l=Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");l.errors=b;throw l;}b=e.derToOid(m.kdfOid);if(b!==h.oids.pkcs5PBKDF2)throw l=Error("Cannot read encrypted private key. Unsupported key derivation function OID."),l.oid=b,l.supportedOids=["pkcs5PBKDF2"],l;b=e.derToOid(m.encOid);if(b!==h.oids["aes128-CBC"]&&
480
-b!==h.oids["aes192-CBC"]&&b!==h.oids["aes256-CBC"]&&b!==h.oids["des-EDE3-CBC"]&&b!==h.oids.desCBC)throw l=Error("Cannot read encrypted private key. Unsupported encryption scheme OID."),l.oid=b,l.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],l;c=m.kdfSalt;var p=a.util.createBuffer(m.kdfIterationCount),p=p.getInt(p.length()<<3),E;switch(h.oids[b]){case "aes128-CBC":E=16;l=a.aes.createDecryptionCipher;break;case "aes192-CBC":E=24;l=a.aes.createDecryptionCipher;break;
481
-case "aes256-CBC":E=32;l=a.aes.createDecryptionCipher;break;case "des-EDE3-CBC":E=24;l=a.des.createDecryptionCipher;break;case "desCBC":E=8,l=a.des.createDecryptionCipher}b=a.pkcs5.pbkdf2(d,c,p,E);m=m.encIv;l=l(b);l.start(m);return l};h.pbe.getCipherForPKCS12PBE=function(b,c,d){var g={},m=[];if(!e.validate(c,r,g,m))throw d=Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo."),d.errors=m,d;var m=a.util.createBuffer(g.salt),g=a.util.createBuffer(g.iterations),
482
-g=g.getInt(g.length()<<3),l;switch(b){case h.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:l=24;c=8;b=a.des.startDecrypting;break;case h.oids["pbewithSHAAnd40BitRC2-CBC"]:l=5;c=8;b=function(b,c){var d=a.rc2.createDecryptionCipher(b,40);d.start(c,null);return d};break;default:throw d=Error("Cannot read PKCS #12 PBE data block. Unsupported OID."),d.oid=b,d;}l=h.pbe.generatePkcs12Key(d,m,1,g,l);d=h.pbe.generatePkcs12Key(d,m,2,g,c);return b(l,d)};h.pbe.opensslDeriveBytes=function(b,d,e,g){if("undefined"===
483
-typeof g||null===g)g=a.md.md5.create();null===d&&(d="");for(var k=[c(g,b+d)],h=16,l=1;h<e;++l,h+=16)k.push(c(g,k[l-1]+b+d));return k.join("").substr(0,e)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pbe)return c.pbe;c.defined.pbe=!0;for(var m=
484
-0;m<e.length;++m)e[m](c);return c.pbe}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pbe","require module ./aes ./asn1 ./des ./md ./oids ./pem ./pbkdf2 ./random ./rc2 ./rsa ./util".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1,d=a.pkcs7asn1=a.pkcs7asn1||{};a.pkcs7=
464
+type:e.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:e.Class.UNIVERSAL,type:e.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},p={name:"pkcs-12PbeParams",tagClass:e.Class.UNIVERSAL,type:e.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:e.Class.UNIVERSAL,type:e.Type.OCTETSTRING,constructed:!1,capture:"salt"},
465
+{name:"pkcs-12PbeParams.iterations",tagClass:e.Class.UNIVERSAL,type:e.Type.INTEGER,constructed:!1,capture:"iterations"}]};l.encryptPrivateKeyInfo=function(b,c,d){d=d||{};d.saltSize=d.saltSize||8;d.count=d.count||2048;d.algorithm=d.algorithm||"aes128";var g=a.random.getBytesSync(d.saltSize),k=d.count,m=e.integerToDer(k),p;if(0===d.algorithm.indexOf("aes")||"des"===d.algorithm){var A,y;switch(d.algorithm){case "aes128":A=p=16;d=q["aes128-CBC"];y=a.aes.createEncryptionCipher;break;case "aes192":p=24;
466
+A=16;d=q["aes192-CBC"];y=a.aes.createEncryptionCipher;break;case "aes256":p=32;A=16;d=q["aes256-CBC"];y=a.aes.createEncryptionCipher;break;case "des":A=p=8;d=q.desCBC;y=a.des.createEncryptionCipher;break;default:throw g=Error("Cannot encrypt private key. Unknown encryption algorithm."),g.algorithm=d.algorithm,g;}var E=a.pkcs5.pbkdf2(c,g,k,p);c=a.random.getBytesSync(A);k=y(E);k.start(c);k.update(e.toDer(b));k.finish();b=k.output.getBytes();g=e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,
467
+e.Type.OID,!1,e.oidToDer(q.pkcs5PBES2).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(q.pkcs5PBKDF2).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,!1,g),e.create(e.Class.UNIVERSAL,e.Type.INTEGER,!1,m.getBytes())])]),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(d).getBytes()),e.create(e.Class.UNIVERSAL,
468
+e.Type.OCTETSTRING,!1,c)])])])}else if("3des"===d.algorithm)p=24,d=new a.util.ByteBuffer(g),E=l.pbe.generatePkcs12Key(c,d,1,k,p),c=l.pbe.generatePkcs12Key(c,d,2,k,p),k=a.des.createEncryptionCipher(E),k.start(c),k.update(e.toDer(b)),k.finish(),b=k.output.getBytes(),g=e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OID,!1,e.oidToDer(q["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,
469
+!1,g),e.create(e.Class.UNIVERSAL,e.Type.INTEGER,!1,m.getBytes())])]);else throw g=Error("Cannot encrypt private key. Unknown encryption algorithm."),g.algorithm=d.algorithm,g;return e.create(e.Class.UNIVERSAL,e.Type.SEQUENCE,!0,[g,e.create(e.Class.UNIVERSAL,e.Type.OCTETSTRING,!1,b)])};l.decryptPrivateKeyInfo=function(b,c){var d=null,g={},m=[];if(!e.validate(b,k,g,m))throw d=Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo."),d.errors=m,d;m=e.derToOid(g.encryptionOid);
470
+m=l.pbe.getCipher(m,g.encryptionParams,c);g=a.util.createBuffer(g.encryptedData);m.update(g);m.finish()&&(d=e.fromDer(m.output));return d};l.encryptedPrivateKeyToPem=function(b,c){var d={type:"ENCRYPTED PRIVATE KEY",body:e.toDer(b).getBytes()};return a.pem.encode(d,{maxline:c})};l.encryptedPrivateKeyFromPem=function(b){b=a.pem.decode(b)[0];if("ENCRYPTED PRIVATE KEY"!==b.type){var c=Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');c.headerType=
471
+b.type;throw c;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return e.fromDer(b.body)};l.encryptRsaPrivateKey=function(b,c,d){d=d||{};if(!d.legacy)return b=l.wrapRsaPrivateKey(l.privateKeyToAsn1(b)),b=l.encryptPrivateKeyInfo(b,c,d),l.encryptedPrivateKeyToPem(b);var g,k,m;switch(d.algorithm){case "aes128":d="AES-128-CBC";k=16;g=a.random.getBytesSync(16);m=a.aes.createEncryptionCipher;break;case "aes192":d="AES-192-CBC";
472
+k=24;g=a.random.getBytesSync(16);m=a.aes.createEncryptionCipher;break;case "aes256":d="AES-256-CBC";k=32;g=a.random.getBytesSync(16);m=a.aes.createEncryptionCipher;break;case "3des":d="DES-EDE3-CBC";k=24;g=a.random.getBytesSync(8);m=a.des.createEncryptionCipher;break;case "des":d="DES-CBC";k=8;g=a.random.getBytesSync(8);m=a.des.createEncryptionCipher;break;default:throw b=Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+d.algorithm+'".'),b.algorithm=d.algorithm,b;}c=a.pbe.opensslDeriveBytes(c,
473
+g.substr(0,8),k);c=m(c);c.start(g);c.update(e.toDer(l.privateKeyToAsn1(b)));c.finish();b={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:d,parameters:a.util.bytesToHex(g).toUpperCase()},body:c.output.getBytes()};return a.pem.encode(b)};l.decryptRsaPrivateKey=function(b,c){var d=null,g=a.pem.decode(b)[0];if("ENCRYPTED PRIVATE KEY"!==g.type&&"PRIVATE KEY"!==g.type&&"RSA PRIVATE KEY"!==g.type)throw d=Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".'),
474
+d.headerType=d,d;if(g.procType&&"ENCRYPTED"===g.procType.type){var k,m;switch(g.dekInfo.algorithm){case "DES-CBC":k=8;m=a.des.createDecryptionCipher;break;case "DES-EDE3-CBC":k=24;m=a.des.createDecryptionCipher;break;case "AES-128-CBC":k=16;m=a.aes.createDecryptionCipher;break;case "AES-192-CBC":k=24;m=a.aes.createDecryptionCipher;break;case "AES-256-CBC":k=32;m=a.aes.createDecryptionCipher;break;case "RC2-40-CBC":k=5;m=function(b){return a.rc2.createDecryptionCipher(b,40)};break;case "RC2-64-CBC":k=
475
+8;m=function(b){return a.rc2.createDecryptionCipher(b,64)};break;case "RC2-128-CBC":k=16;m=function(b){return a.rc2.createDecryptionCipher(b,128)};break;default:throw d=Error('Could not decrypt private key; unsupported encryption algorithm "'+g.dekInfo.algorithm+'".'),d.algorithm=g.dekInfo.algorithm,d;}var q=a.util.hexToBytes(g.dekInfo.parameters);k=a.pbe.opensslDeriveBytes(c,q.substr(0,8),k);m=m(k);m.start(q);m.update(a.util.createBuffer(g.body));if(m.finish())d=m.output.getBytes();else return d}else d=
476
+g.body;d="ENCRYPTED PRIVATE KEY"===g.type?l.decryptPrivateKeyInfo(e.fromDer(d),c):e.fromDer(d);null!==d&&(d=l.privateKeyFromAsn1(d));return d};l.pbe.generatePkcs12Key=function(b,c,d,e,g,h){var k,m;if("undefined"===typeof h||null===h)h=a.md.sha1.create();var y=h.digestLength,l=h.blockLength,q=new a.util.ByteBuffer,p=new a.util.ByteBuffer;if(null!==b&&void 0!==b){for(m=0;m<b.length;m++)p.putInt16(b.charCodeAt(m));p.putInt16(0)}b=p.length();var r=c.length(),v=new a.util.ByteBuffer;v.fillWithByte(d,l);
477
+var z=l*Math.ceil(r/l);d=new a.util.ByteBuffer;for(m=0;m<z;m++)d.putByte(c.at(m%r));z=l*Math.ceil(b/l);c=new a.util.ByteBuffer;for(m=0;m<z;m++)c.putByte(p.at(m%b));p=d;p.putBuffer(c);c=Math.ceil(g/y);for(d=1;d<=c;d++){z=new a.util.ByteBuffer;z.putBytes(v.bytes());z.putBytes(p.bytes());for(m=0;m<e;m++)h.start(),h.update(z.getBytes()),z=h.digest();var B=new a.util.ByteBuffer;for(m=0;m<l;m++)B.putByte(z.at(m%y));var J=Math.ceil(r/l)+Math.ceil(b/l),R=new a.util.ByteBuffer;for(k=0;k<J;k++){var S=new a.util.ByteBuffer(p.getBytes(l)),
478
+V=511;for(m=B.length()-1;0<=m;m--)V>>=8,V+=B.at(m)+S.at(m),S.setAt(m,V&255);R.putBuffer(S)}p=R;q.putBuffer(z)}q.truncate(q.length()-g);return q};l.pbe.getCipher=function(a,b,c){switch(a){case l.oids.pkcs5PBES2:return l.pbe.getCipherForPBES2(a,b,c);case l.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case l.oids["pbewithSHAAnd40BitRC2-CBC"]:return l.pbe.getCipherForPKCS12PBE(a,b,c);default:throw b=Error("Cannot read encrypted PBE data block. Unsupported OID."),b.oid=a,b.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC",
479
+"pbewithSHAAnd40BitRC2-CBC"],b;}};l.pbe.getCipherForPBES2=function(b,c,d){var k={};b=[];if(!e.validate(c,g,k,b)){var m=Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");m.errors=b;throw m;}b=e.derToOid(k.kdfOid);if(b!==l.oids.pkcs5PBKDF2)throw m=Error("Cannot read encrypted private key. Unsupported key derivation function OID."),m.oid=b,m.supportedOids=["pkcs5PBKDF2"],m;b=e.derToOid(k.encOid);if(b!==l.oids["aes128-CBC"]&&
480
+b!==l.oids["aes192-CBC"]&&b!==l.oids["aes256-CBC"]&&b!==l.oids["des-EDE3-CBC"]&&b!==l.oids.desCBC)throw m=Error("Cannot read encrypted private key. Unsupported encryption scheme OID."),m.oid=b,m.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],m;c=k.kdfSalt;var q=a.util.createBuffer(k.kdfIterationCount),q=q.getInt(q.length()<<3),p;switch(l.oids[b]){case "aes128-CBC":p=16;m=a.aes.createDecryptionCipher;break;case "aes192-CBC":p=24;m=a.aes.createDecryptionCipher;break;
481
+case "aes256-CBC":p=32;m=a.aes.createDecryptionCipher;break;case "des-EDE3-CBC":p=24;m=a.des.createDecryptionCipher;break;case "desCBC":p=8,m=a.des.createDecryptionCipher}b=a.pkcs5.pbkdf2(d,c,q,p);k=k.encIv;m=m(b);m.start(k);return m};l.pbe.getCipherForPKCS12PBE=function(b,c,d){var g={},k=[];if(!e.validate(c,p,g,k))throw d=Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo."),d.errors=k,d;var k=a.util.createBuffer(g.salt),g=a.util.createBuffer(g.iterations),
482
+g=g.getInt(g.length()<<3),m;switch(b){case l.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:m=24;c=8;b=a.des.startDecrypting;break;case l.oids["pbewithSHAAnd40BitRC2-CBC"]:m=5;c=8;b=function(b,c){var d=a.rc2.createDecryptionCipher(b,40);d.start(c,null);return d};break;default:throw d=Error("Cannot read PKCS #12 PBE data block. Unsupported OID."),d.oid=b,d;}m=l.pbe.generatePkcs12Key(d,k,1,g,m);d=l.pbe.generatePkcs12Key(d,k,2,g,c);return b(m,d)};l.pbe.opensslDeriveBytes=function(b,d,e,g){if("undefined"===
483
+typeof g||null===g)g=a.md.md5.create();null===d&&(d="");for(var h=[c(g,b+d)],k=16,l=1;k<e;++l,k+=16)h.push(c(g,h[l-1]+b+d));return h.join("").substr(0,e)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pbe)return c.pbe;c.defined.pbe=!0;for(var m=
484
+0;m<e.length;++m)e[m](c);return c.pbe}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pbe","require module ./aes ./asn1 ./des ./md ./oids ./pem ./pbkdf2 ./random ./rc2 ./rsa ./util".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1,d=a.pkcs7asn1=a.pkcs7asn1||{};a.pkcs7=
485
a.pkcs7||{};a.pkcs7.asn1=d;a={name:"ContentInfo",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"ContentInfo.ContentType",tagClass:c.Class.UNIVERSAL,type:c.Type.OID,constructed:!1,capture:"contentType"},{name:"ContentInfo.content",tagClass:c.Class.CONTEXT_SPECIFIC,type:0,constructed:!0,optional:!0,captureAsn1:"content"}]};d.contentInfoValidator=a;var e={name:"EncryptedContentInfo",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedContentInfo.contentType",
486
tagClass:c.Class.UNIVERSAL,type:c.Type.OID,constructed:!1,capture:"contentType"},{name:"EncryptedContentInfo.contentEncryptionAlgorithm",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedContentInfo.contentEncryptionAlgorithm.algorithm",tagClass:c.Class.UNIVERSAL,type:c.Type.OID,constructed:!1,capture:"encAlgorithm"},{name:"EncryptedContentInfo.contentEncryptionAlgorithm.parameter",tagClass:c.Class.UNIVERSAL,captureAsn1:"encParameter"}]},{name:"EncryptedContentInfo.encryptedContent",
487
tagClass:c.Class.CONTEXT_SPECIFIC,type:0,capture:"encryptedContent",captureAsn1:"encryptedContentAsn1"}]};d.envelopedDataValidator={name:"EnvelopedData",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"EnvelopedData.Version",tagClass:c.Class.UNIVERSAL,type:c.Type.INTEGER,constructed:!1,capture:"version"},{name:"EnvelopedData.RecipientInfos",tagClass:c.Class.UNIVERSAL,type:c.Type.SET,constructed:!0,captureAsn1:"recipientInfos"}].concat(e)};d.encryptedDataValidator={name:"EncryptedData",
@@ -492,415 +492,425 @@ value:[{name:"SignerInfo.digestAlgorithm.algorithm",tagClass:c.Class.UNIVERSAL,t
492
constructed:!0,capture:"signatureAlgorithm"},{name:"SignerInfo.encryptedDigest",tagClass:c.Class.UNIVERSAL,type:c.Type.OCTETSTRING,constructed:!1,capture:"signature"},{name:"SignerInfo.unauthenticatedAttributes",tagClass:c.Class.CONTEXT_SPECIFIC,type:1,constructed:!0,optional:!0,capture:"unauthenticatedAttributes"}]}]}]};d.recipientInfoValidator={name:"RecipientInfo",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"RecipientInfo.version",tagClass:c.Class.UNIVERSAL,type:c.Type.INTEGER,
493
constructed:!1,capture:"version"},{name:"RecipientInfo.issuerAndSerial",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,value:[{name:"RecipientInfo.issuerAndSerial.issuer",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,captureAsn1:"issuer"},{name:"RecipientInfo.issuerAndSerial.serialNumber",tagClass:c.Class.UNIVERSAL,type:c.Type.INTEGER,constructed:!1,capture:"serial"}]},{name:"RecipientInfo.keyEncryptionAlgorithm",tagClass:c.Class.UNIVERSAL,type:c.Type.SEQUENCE,constructed:!0,
494
value:[{name:"RecipientInfo.keyEncryptionAlgorithm.algorithm",tagClass:c.Class.UNIVERSAL,type:c.Type.OID,constructed:!1,capture:"encAlgorithm"},{name:"RecipientInfo.keyEncryptionAlgorithm.parameter",tagClass:c.Class.UNIVERSAL,constructed:!1,captureAsn1:"encParameter"}]},{name:"RecipientInfo.encryptedKey",tagClass:c.Class.UNIVERSAL,type:c.Type.OCTETSTRING,constructed:!1,capture:"encKey"}]}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===
495
-typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs7asn1)return c.pkcs7asn1;c.defined.pkcs7asn1=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pkcs7asn1}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs7asn1",
496
-["require","module","./asn1","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.mgf=a.mgf||{};(a.mgf.mgf1=a.mgf1=a.mgf1||{}).create=function(b){return{generate:function(c,d){for(var e=new a.util.ByteBuffer,h=Math.ceil(d/b.digestLength),l=0;l<h;l++){var g=new a.util.ByteBuffer;g.putInt32(l);b.start();b.update(c+g.getBytes());e.putBuffer(b.digest())}e.truncate(e.length()-d);return e.getBytes()}}}}if("function"!==typeof a)if("object"===typeof module&&
497
-module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.mgf1)return c.mgf1;c.defined.mgf1=!0;for(var h=0;h<e.length;++h)e[h](c);return c.mgf1}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,
498
-Array.prototype.slice.call(arguments,0))};a("js/mgf1",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.mgf=a.mgf||{};a.mgf.mgf1=a.mgf1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
499
-{};if(c.defined.mgf)return c.mgf;c.defined.mgf=!0;for(var h=0;h<e.length;++h)e[h](c);return c.mgf}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/mgf",["require","module","./mgf1"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){(a.pss=a.pss||{}).create=function(b){3===arguments.length&&
500
-(b={md:arguments[0],mgf:arguments[1],saltLength:arguments[2]});var c=b.md,d=b.mgf,e=c.digestLength,h=b.salt||null;"string"===typeof h&&(h=a.util.createBuffer(h));var l;if("saltLength"in b)l=b.saltLength;else if(null!==h)l=h.length();else throw Error("Salt length not specified or specific salt not given.");if(null!==h&&h.length()!==l)throw Error("Given salt length does not match length of given salt.");var g=b.prng||a.random;return{encode:function(b,m){var p,w=m-1,y=Math.ceil(w/8),r=b.digest().getBytes();
501
-if(y<e+l+2)throw Error("Message is too long to encrypt.");var G;G=null===h?g.getBytesSync(l):h.bytes();p=new a.util.ByteBuffer;p.fillWithByte(0,8);p.putBytes(r);p.putBytes(G);c.start();c.update(p.getBytes());r=c.digest().getBytes();p=new a.util.ByteBuffer;p.fillWithByte(0,y-l-e-2);p.putByte(1);p.putBytes(G);var E=p.getBytes(),A=y-e-1,x=d.generate(r,A);G="";for(p=0;p<A;p++)G+=String.fromCharCode(E.charCodeAt(p)^x.charCodeAt(p));w=65280>>8*y-w&255;G=String.fromCharCode(G.charCodeAt(0)&~w)+G.substr(1);
502
-return G+r+String.fromCharCode(188)},verify:function(b,g,h){var m;m=h-1;h=Math.ceil(m/8);g=g.substr(-h);if(h<e+l+2)throw Error("Inconsistent parameters to PSS signature verification.");if(188!==g.charCodeAt(h-1))throw Error("Encoded message does not end in 0xBC.");var p=h-e-1,r=g.substr(0,p);g=g.substr(p,e);var G=65280>>8*h-m&255;if(0!==(r.charCodeAt(0)&G))throw Error("Bits beyond keysize not zero as expected.");var E=d.generate(g,p),A="";for(m=0;m<p;m++)A+=String.fromCharCode(r.charCodeAt(m)^E.charCodeAt(m));
503
-A=String.fromCharCode(A.charCodeAt(0)&~G)+A.substr(1);h=h-e-l-2;for(m=0;m<h;m++)if(0!==A.charCodeAt(m))throw Error("Leftmost octets not zero as expected");if(1!==A.charCodeAt(h))throw Error("Inconsistent PSS signature, 0x01 marker not found");h=A.substr(-l);p=new a.util.ByteBuffer;p.fillWithByte(0,8);p.putBytes(b);p.putBytes(h);c.start();c.update(p.getBytes());b=c.digest().getBytes();return g===b}}}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,
504
-module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pss)return c.pss;c.defined.pss=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pss}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pss",
505
-["require","module","./random","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b){"string"===typeof b&&(b={shortName:b});for(var d=null,e,g=0;null===d&&g<a.attributes.length;++g)e=a.attributes[g],b.type&&b.type===e.type?d=e:b.name&&b.name===e.name?d=e:b.shortName&&b.shortName===e.shortName&&(d=e);return d}function d(b){var c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]),e;b=b.attributes;for(var k=0;k<b.length;++k){e=b[k];
506
-var h=e.value,l=g.Type.PRINTABLESTRING;"valueTagClass"in e&&(l=e.valueTagClass,l===g.Type.UTF8&&(h=a.util.encodeUtf8(h)));e=g.create(g.Class.UNIVERSAL,g.Type.SET,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(e.type).getBytes()),g.create(g.Class.UNIVERSAL,l,!1,h)])]);c.value.push(e)}return c}function e(a){for(var b,c=0;c<a.length;++c){b=a[c];"undefined"===typeof b.name&&(b.type&&b.type in r.oids?b.name=r.oids[b.type]:b.shortName&&b.shortName in
507
-D&&(b.name=r.oids[D[b.shortName]]));if("undefined"===typeof b.type)if(b.name&&b.name in r.oids)b.type=r.oids[b.name];else throw a=Error("Attribute type not specified."),a.attribute=b,a;"undefined"===typeof b.shortName&&b.name&&b.name in D&&(b.shortName=D[b.name]);if(b.type===u.extensionRequest&&(b.valueConstructed=!0,b.valueTagClass=g.Type.SEQUENCE,!b.value&&b.extensions)){b.value=[];for(var d=0;d<b.extensions.length;++d)b.value.push(r.certificateExtensionToAsn1(h(b.extensions[d])))}if("undefined"===
508
-typeof b.value)throw a=Error("Attribute value not specified."),a.attribute=b,a;}}function h(b,c){c=c||{};"undefined"===typeof b.name&&b.id&&b.id in r.oids&&(b.name=r.oids[b.id]);if("undefined"===typeof b.id)if(b.name&&b.name in r.oids)b.id=r.oids[b.name];else{var d=Error("Extension ID not specified.");d.extension=b;throw d;}if("undefined"!==typeof b.value)return b;if("keyUsage"===b.name){var e=d=0,k=0;b.digitalSignature&&(e|=128,d=7);b.nonRepudiation&&(e|=64,d=6);b.keyEncipherment&&(e|=32,d=5);b.dataEncipherment&&
495
+typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs7asn1)return c.pkcs7asn1;c.defined.pkcs7asn1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pkcs7asn1}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs7asn1",
496
+["require","module","./asn1","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.mgf=a.mgf||{};(a.mgf.mgf1=a.mgf1=a.mgf1||{}).create=function(b){return{generate:function(c,d){for(var e=new a.util.ByteBuffer,l=Math.ceil(d/b.digestLength),k=0;k<l;k++){var g=new a.util.ByteBuffer;g.putInt32(k);b.start();b.update(c+g.getBytes());e.putBuffer(b.digest())}e.truncate(e.length()-d);return e.getBytes()}}}}if("function"!==typeof a)if("object"===typeof module&&
497
+module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.mgf1)return c.mgf1;c.defined.mgf1=!0;for(var m=0;m<e.length;++m)e[m](c);return c.mgf1}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,
498
+Array.prototype.slice.call(arguments,0))};a("js/mgf1",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.mgf=a.mgf||{};a.mgf.mgf1=a.mgf1}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||
499
+{};if(c.defined.mgf)return c.mgf;c.defined.mgf=!0;for(var m=0;m<e.length;++m)e[m](c);return c.mgf}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/mgf",["require","module","./mgf1"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){(a.pss=a.pss||{}).create=function(b){3===arguments.length&&
500
+(b={md:arguments[0],mgf:arguments[1],saltLength:arguments[2]});var c=b.md,d=b.mgf,e=c.digestLength,l=b.salt||null;"string"===typeof l&&(l=a.util.createBuffer(l));var k;if("saltLength"in b)k=b.saltLength;else if(null!==l)k=l.length();else throw Error("Salt length not specified or specific salt not given.");if(null!==l&&l.length()!==k)throw Error("Given salt length does not match length of given salt.");var g=b.prng||a.random;return{encode:function(b,m){var q,p=m-1,w=Math.ceil(p/8),F=b.digest().getBytes();
501
+if(w<e+k+2)throw Error("Message is too long to encrypt.");var H;H=null===l?g.getBytesSync(k):l.bytes();q=new a.util.ByteBuffer;q.fillWithByte(0,8);q.putBytes(F);q.putBytes(H);c.start();c.update(q.getBytes());F=c.digest().getBytes();q=new a.util.ByteBuffer;q.fillWithByte(0,w-k-e-2);q.putByte(1);q.putBytes(H);var D=q.getBytes(),A=w-e-1,y=d.generate(F,A);H="";for(q=0;q<A;q++)H+=String.fromCharCode(D.charCodeAt(q)^y.charCodeAt(q));p=65280>>8*w-p&255;H=String.fromCharCode(H.charCodeAt(0)&~p)+H.substr(1);
502
+return H+F+String.fromCharCode(188)},verify:function(b,g,m){var l;l=m-1;m=Math.ceil(l/8);g=g.substr(-m);if(m<e+k+2)throw Error("Inconsistent parameters to PSS signature verification.");if(188!==g.charCodeAt(m-1))throw Error("Encoded message does not end in 0xBC.");var q=m-e-1,p=g.substr(0,q);g=g.substr(q,e);var H=65280>>8*m-l&255;if(0!==(p.charCodeAt(0)&H))throw Error("Bits beyond keysize not zero as expected.");var D=d.generate(g,q),A="";for(l=0;l<q;l++)A+=String.fromCharCode(p.charCodeAt(l)^D.charCodeAt(l));
503
+A=String.fromCharCode(A.charCodeAt(0)&~H)+A.substr(1);m=m-e-k-2;for(l=0;l<m;l++)if(0!==A.charCodeAt(l))throw Error("Leftmost octets not zero as expected");if(1!==A.charCodeAt(m))throw Error("Inconsistent PSS signature, 0x01 marker not found");m=A.substr(-k);q=new a.util.ByteBuffer;q.fillWithByte(0,8);q.putBytes(b);q.putBytes(m);c.start();c.update(q.getBytes());b=c.digest().getBytes();return g===b}}}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,
504
+module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pss)return c.pss;c.defined.pss=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pss}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pss",
505
+["require","module","./random","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b){"string"===typeof b&&(b={shortName:b});for(var d=null,e,g=0;null===d&&g<a.attributes.length;++g)e=a.attributes[g],b.type&&b.type===e.type?d=e:b.name&&b.name===e.name?d=e:b.shortName&&b.shortName===e.shortName&&(d=e);return d}function d(b){var c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]),e;b=b.attributes;for(var k=0;k<b.length;++k){e=b[k];
506
+var h=e.value,m=g.Type.PRINTABLESTRING;"valueTagClass"in e&&(m=e.valueTagClass,m===g.Type.UTF8&&(h=a.util.encodeUtf8(h)));e=g.create(g.Class.UNIVERSAL,g.Type.SET,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(e.type).getBytes()),g.create(g.Class.UNIVERSAL,m,!1,h)])]);c.value.push(e)}return c}function e(a){for(var b,c=0;c<a.length;++c){b=a[c];"undefined"===typeof b.name&&(b.type&&b.type in p.oids?b.name=p.oids[b.type]:b.shortName&&b.shortName in
507
+C&&(b.name=p.oids[C[b.shortName]]));if("undefined"===typeof b.type)if(b.name&&b.name in p.oids)b.type=p.oids[b.name];else throw a=Error("Attribute type not specified."),a.attribute=b,a;"undefined"===typeof b.shortName&&b.name&&b.name in C&&(b.shortName=C[b.name]);if(b.type===u.extensionRequest&&(b.valueConstructed=!0,b.valueTagClass=g.Type.SEQUENCE,!b.value&&b.extensions)){b.value=[];for(var d=0;d<b.extensions.length;++d)b.value.push(p.certificateExtensionToAsn1(l(b.extensions[d])))}if("undefined"===
508
+typeof b.value)throw a=Error("Attribute value not specified."),a.attribute=b,a;}}function l(b,c){c=c||{};"undefined"===typeof b.name&&b.id&&b.id in p.oids&&(b.name=p.oids[b.id]);if("undefined"===typeof b.id)if(b.name&&b.name in p.oids)b.id=p.oids[b.name];else{var d=Error("Extension ID not specified.");d.extension=b;throw d;}if("undefined"!==typeof b.value)return b;if("keyUsage"===b.name){var e=d=0,k=0;b.digitalSignature&&(e|=128,d=7);b.nonRepudiation&&(e|=64,d=6);b.keyEncipherment&&(e|=32,d=5);b.dataEncipherment&&
509
(e|=16,d=4);b.keyAgreement&&(e|=8,d=3);b.keyCertSign&&(e|=4,d=2);b.cRLSign&&(e|=2,d=1);b.encipherOnly&&(e|=1,d=0);b.decipherOnly&&(k|=128,d=7);d=String.fromCharCode(d);0!==k?d+=String.fromCharCode(e)+String.fromCharCode(k):0!==e&&(d+=String.fromCharCode(e));b.value=g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,d)}else if("basicConstraints"===b.name)b.value=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]),b.cA&&b.value.value.push(g.create(g.Class.UNIVERSAL,g.Type.BOOLEAN,!1,String.fromCharCode(255))),
510
"pathLenConstraint"in b&&b.value.value.push(g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(b.pathLenConstraint).getBytes()));else if("extKeyUsage"===b.name)for(e in b.value=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]),d=b.value.value,b)!0===b[e]&&(e in u?d.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(u[e]).getBytes())):-1!==e.indexOf(".")&&d.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(e).getBytes())));else if("nsCertType"===b.name)e=d=0,b.client&&(e|=128,
511
d=7),b.server&&(e|=64,d=6),b.email&&(e|=32,d=5),b.objsign&&(e|=16,d=4),b.reserved&&(e|=8,d=3),b.sslCA&&(e|=4,d=2),b.emailCA&&(e|=2,d=1),b.objCA&&(e|=1,d=0),d=String.fromCharCode(d),0!==e&&(d+=String.fromCharCode(e)),b.value=g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,d);else if("subjectAltName"===b.name||"issuerAltName"===b.name)for(b.value=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]),k=0;k<b.altNames.length;++k){e=b.altNames[k];d=e.value;if(7===e.type&&e.ip){if(d=a.util.bytesFromIP(e.ip),
512
null===d)throw d=Error('Extension "ip" value is not a valid IPv4 or IPv6 address.'),d.extension=b,d;}else 8===e.type&&(d=e.oid?g.oidToDer(g.oidToDer(e.oid)):g.oidToDer(d));b.value.value.push(g.create(g.Class.CONTEXT_SPECIFIC,e.type,!1,d))}else"subjectKeyIdentifier"===b.name&&c.cert&&(d=c.cert.generateSubjectKeyIdentifier(),b.subjectKeyIdentifier=d.toHex(),b.value=g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,d.getBytes()));if("undefined"===typeof b.value)throw d=Error("Extension value not specified."),
513
-d.extension=b,d;return b}function p(a,b){switch(a){case u["RSASSA-PSS"]:var c=[];void 0!==b.hash.algorithmOid&&c.push(g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(b.hash.algorithmOid).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")])]));void 0!==b.mgf.algorithmOid&&c.push(g.create(g.Class.CONTEXT_SPECIFIC,1,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,
513
+d.extension=b,d;return b}function q(a,b){switch(a){case u["RSASSA-PSS"]:var c=[];void 0!==b.hash.algorithmOid&&c.push(g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(b.hash.algorithmOid).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")])]));void 0!==b.mgf.algorithmOid&&c.push(g.create(g.Class.CONTEXT_SPECIFIC,1,!0,[g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,
514
!1,g.oidToDer(b.mgf.algorithmOid).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(b.mgf.hash.algorithmOid).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.NULL,!1,"")])])]));void 0!==b.saltLength&&c.push(g.create(g.Class.CONTEXT_SPECIFIC,2,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(b.saltLength).getBytes())]));return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,c);default:return g.create(g.Class.UNIVERSAL,g.Type.NULL,
515
-!1,"")}}function l(b){var c=g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[]);if(0===b.attributes.length)return c;b=b.attributes;for(var d=0;d<b.length;++d){var e=b[d],k=e.value,h=g.Type.UTF8;"valueTagClass"in e&&(h=e.valueTagClass);h===g.Type.UTF8&&(k=a.util.encodeUtf8(k));var l=!1;"valueConstructed"in e&&(l=e.valueConstructed);e=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(e.type).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SET,!0,[g.create(g.Class.UNIVERSAL,
516
-h,l,k)])]);c.value.push(e)}return c}var g=a.asn1,r=a.pki=a.pki||{},u=r.oids,D={};D.CN=u.commonName;D.commonName="CN";D.C=u.countryName;D.countryName="C";D.L=u.localityName;D.localityName="L";D.ST=u.stateOrProvinceName;D.stateOrProvinceName="ST";D.O=u.organizationName;D.organizationName="O";D.OU=u.organizationalUnitName;D.organizationalUnitName="OU";D.E=u.emailAddress;D.emailAddress="E";var w=a.pki.rsa.publicKeyValidator,y={name:"Certificate",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,
515
+!1,"")}}function k(b){var c=g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[]);if(0===b.attributes.length)return c;b=b.attributes;for(var d=0;d<b.length;++d){var e=b[d],k=e.value,h=g.Type.UTF8;"valueTagClass"in e&&(h=e.valueTagClass);h===g.Type.UTF8&&(k=a.util.encodeUtf8(k));var m=!1;"valueConstructed"in e&&(m=e.valueConstructed);e=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(e.type).getBytes()),g.create(g.Class.UNIVERSAL,g.Type.SET,!0,[g.create(g.Class.UNIVERSAL,
516
+h,m,k)])]);c.value.push(e)}return c}var g=a.asn1,p=a.pki=a.pki||{},u=p.oids,C={};C.CN=u.commonName;C.commonName="CN";C.C=u.countryName;C.countryName="C";C.L=u.localityName;C.localityName="L";C.ST=u.stateOrProvinceName;C.stateOrProvinceName="ST";C.O=u.organizationName;C.organizationName="O";C.OU=u.organizationalUnitName;C.organizationalUnitName="OU";C.E=u.emailAddress;C.emailAddress="E";var x=a.pki.rsa.publicKeyValidator,w={name:"Certificate",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,
517
value:[{name:"Certificate.TBSCertificate",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"tbsCertificate",value:[{name:"Certificate.TBSCertificate.version",tagClass:g.Class.CONTEXT_SPECIFIC,type:0,constructed:!0,optional:!0,value:[{name:"Certificate.TBSCertificate.version.integer",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"certVersion"}]},{name:"Certificate.TBSCertificate.serialNumber",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,
518
capture:"certSerialNumber"},{name:"Certificate.TBSCertificate.signature",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"Certificate.TBSCertificate.signature.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"certinfoSignatureOid"},{name:"Certificate.TBSCertificate.signature.parameters",tagClass:g.Class.UNIVERSAL,optional:!0,captureAsn1:"certinfoSignatureParams"}]},{name:"Certificate.TBSCertificate.issuer",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,
519
constructed:!0,captureAsn1:"certIssuer"},{name:"Certificate.TBSCertificate.validity",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"Certificate.TBSCertificate.validity.notBefore (utc)",tagClass:g.Class.UNIVERSAL,type:g.Type.UTCTIME,constructed:!1,optional:!0,capture:"certValidity1UTCTime"},{name:"Certificate.TBSCertificate.validity.notBefore (generalized)",tagClass:g.Class.UNIVERSAL,type:g.Type.GENERALIZEDTIME,constructed:!1,optional:!0,capture:"certValidity2GeneralizedTime"},
520
-{name:"Certificate.TBSCertificate.validity.notAfter (utc)",tagClass:g.Class.UNIVERSAL,type:g.Type.UTCTIME,constructed:!1,optional:!0,capture:"certValidity3UTCTime"},{name:"Certificate.TBSCertificate.validity.notAfter (generalized)",tagClass:g.Class.UNIVERSAL,type:g.Type.GENERALIZEDTIME,constructed:!1,optional:!0,capture:"certValidity4GeneralizedTime"}]},{name:"Certificate.TBSCertificate.subject",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certSubject"},w,{name:"Certificate.TBSCertificate.issuerUniqueID",
520
+{name:"Certificate.TBSCertificate.validity.notAfter (utc)",tagClass:g.Class.UNIVERSAL,type:g.Type.UTCTIME,constructed:!1,optional:!0,capture:"certValidity3UTCTime"},{name:"Certificate.TBSCertificate.validity.notAfter (generalized)",tagClass:g.Class.UNIVERSAL,type:g.Type.GENERALIZEDTIME,constructed:!1,optional:!0,capture:"certValidity4GeneralizedTime"}]},{name:"Certificate.TBSCertificate.subject",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certSubject"},x,{name:"Certificate.TBSCertificate.issuerUniqueID",
521
tagClass:g.Class.CONTEXT_SPECIFIC,type:1,constructed:!0,optional:!0,value:[{name:"Certificate.TBSCertificate.issuerUniqueID.id",tagClass:g.Class.UNIVERSAL,type:g.Type.BITSTRING,constructed:!1,capture:"certIssuerUniqueId"}]},{name:"Certificate.TBSCertificate.subjectUniqueID",tagClass:g.Class.CONTEXT_SPECIFIC,type:2,constructed:!0,optional:!0,value:[{name:"Certificate.TBSCertificate.subjectUniqueID.id",tagClass:g.Class.UNIVERSAL,type:g.Type.BITSTRING,constructed:!1,capture:"certSubjectUniqueId"}]},
522
{name:"Certificate.TBSCertificate.extensions",tagClass:g.Class.CONTEXT_SPECIFIC,type:3,constructed:!0,captureAsn1:"certExtensions",optional:!0}]},{name:"Certificate.signatureAlgorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"Certificate.signatureAlgorithm.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"certSignatureOid"},{name:"Certificate.TBSCertificate.signature.parameters",tagClass:g.Class.UNIVERSAL,optional:!0,captureAsn1:"certSignatureParams"}]},
523
{name:"Certificate.signatureValue",tagClass:g.Class.UNIVERSAL,type:g.Type.BITSTRING,constructed:!1,capture:"certSignature"}]},F={name:"rsapss",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"rsapss.hashAlgorithm",tagClass:g.Class.CONTEXT_SPECIFIC,type:0,constructed:!0,value:[{name:"rsapss.hashAlgorithm.AlgorithmIdentifier",tagClass:g.Class.UNIVERSAL,type:g.Class.SEQUENCE,constructed:!0,optional:!0,value:[{name:"rsapss.hashAlgorithm.AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,
524
type:g.Type.OID,constructed:!1,capture:"hashOid"}]}]},{name:"rsapss.maskGenAlgorithm",tagClass:g.Class.CONTEXT_SPECIFIC,type:1,constructed:!0,value:[{name:"rsapss.maskGenAlgorithm.AlgorithmIdentifier",tagClass:g.Class.UNIVERSAL,type:g.Class.SEQUENCE,constructed:!0,optional:!0,value:[{name:"rsapss.maskGenAlgorithm.AlgorithmIdentifier.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"maskGenOid"},{name:"rsapss.maskGenAlgorithm.AlgorithmIdentifier.params",tagClass:g.Class.UNIVERSAL,
525
type:g.Type.SEQUENCE,constructed:!0,value:[{name:"rsapss.maskGenAlgorithm.AlgorithmIdentifier.params.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"maskGenHashOid"}]}]}]},{name:"rsapss.saltLength",tagClass:g.Class.CONTEXT_SPECIFIC,type:2,optional:!0,value:[{name:"rsapss.saltLength.saltLength",tagClass:g.Class.UNIVERSAL,type:g.Class.INTEGER,constructed:!1,capture:"saltLength"}]},{name:"rsapss.trailerField",tagClass:g.Class.CONTEXT_SPECIFIC,type:3,optional:!0,value:[{name:"rsapss.trailer.trailer",
526
-tagClass:g.Class.UNIVERSAL,type:g.Class.INTEGER,constructed:!1,capture:"trailer"}]}]},G={name:"CertificationRequest",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"csr",value:[{name:"CertificationRequestInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certificationRequestInfo",value:[{name:"CertificationRequestInfo.integer",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"certificationRequestInfoVersion"},{name:"CertificationRequestInfo.subject",
527
-tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certificationRequestInfoSubject"},w,{name:"CertificationRequestInfo.attributes",tagClass:g.Class.CONTEXT_SPECIFIC,type:0,constructed:!0,optional:!0,capture:"certificationRequestInfoAttributes",value:[{name:"CertificationRequestInfo.attributes",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"CertificationRequestInfo.attributes.type",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1},{name:"CertificationRequestInfo.attributes.value",
526
+tagClass:g.Class.UNIVERSAL,type:g.Class.INTEGER,constructed:!1,capture:"trailer"}]}]},H={name:"CertificationRequest",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"csr",value:[{name:"CertificationRequestInfo",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certificationRequestInfo",value:[{name:"CertificationRequestInfo.integer",tagClass:g.Class.UNIVERSAL,type:g.Type.INTEGER,constructed:!1,capture:"certificationRequestInfoVersion"},{name:"CertificationRequestInfo.subject",
527
+tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,captureAsn1:"certificationRequestInfoSubject"},x,{name:"CertificationRequestInfo.attributes",tagClass:g.Class.CONTEXT_SPECIFIC,type:0,constructed:!0,optional:!0,capture:"certificationRequestInfoAttributes",value:[{name:"CertificationRequestInfo.attributes",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"CertificationRequestInfo.attributes.type",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1},{name:"CertificationRequestInfo.attributes.value",
528
tagClass:g.Class.UNIVERSAL,type:g.Type.SET,constructed:!0}]}]}]},{name:"CertificationRequest.signatureAlgorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.SEQUENCE,constructed:!0,value:[{name:"CertificationRequest.signatureAlgorithm.algorithm",tagClass:g.Class.UNIVERSAL,type:g.Type.OID,constructed:!1,capture:"csrSignatureOid"},{name:"CertificationRequest.signatureAlgorithm.parameters",tagClass:g.Class.UNIVERSAL,optional:!0,captureAsn1:"csrSignatureParams"}]},{name:"CertificationRequest.signature",tagClass:g.Class.UNIVERSAL,
529
-type:g.Type.BITSTRING,constructed:!1,capture:"csrSignature"}]};r.RDNAttributesAsArray=function(a,b){for(var c=[],d,e,n,k=0;k<a.value.length;++k){d=a.value[k];for(var h=0;h<d.value.length;++h)n={},e=d.value[h],n.type=g.derToOid(e.value[0].value),n.value=e.value[1].value,n.valueTagClass=e.value[1].type,n.type in u&&(n.name=u[n.type],n.name in D&&(n.shortName=D[n.name])),b&&(b.update(n.type),b.update(n.value)),c.push(n)}return c};r.CRIAttributesAsArray=function(a){for(var b=[],c=0;c<a.length;++c)for(var d=
530
-a[c],e=g.derToOid(d.value[0].value),d=d.value[1].value,n=0;n<d.length;++n){var k={};k.type=e;k.value=d[n].value;k.valueTagClass=d[n].type;k.type in u&&(k.name=u[k.type],k.name in D&&(k.shortName=D[k.name]));if(k.type===u.extensionRequest){k.extensions=[];for(var h=0;h<k.value.length;++h)k.extensions.push(r.certificateExtensionFromAsn1(k.value[h]))}b.push(k)}return b};var E=function(a,b,c){var d={};if(a!==u["RSASSA-PSS"])return d;c&&(d={hash:{algorithmOid:u.sha1},mgf:{algorithmOid:u.mgf1,hash:{algorithmOid:u.sha1}},
531
-saltLength:20});c={};a=[];if(!g.validate(b,F,c,a))throw b=Error("Cannot read RSASSA-PSS parameter block."),b.errors=a,b;void 0!==c.hashOid&&(d.hash=d.hash||{},d.hash.algorithmOid=g.derToOid(c.hashOid));void 0!==c.maskGenOid&&(d.mgf=d.mgf||{},d.mgf.algorithmOid=g.derToOid(c.maskGenOid),d.mgf.hash=d.mgf.hash||{},d.mgf.hash.algorithmOid=g.derToOid(c.maskGenHashOid));void 0!==c.saltLength&&(d.saltLength=c.saltLength.charCodeAt(0));return d};r.certificateFromPem=function(b,c,d){b=a.pem.decode(b)[0];if("CERTIFICATE"!==
532
-b.type&&"X509 CERTIFICATE"!==b.type&&"TRUSTED CERTIFICATE"!==b.type)throw c=Error('Could not convert certificate from PEM; PEM header type is not "CERTIFICATE", "X509 CERTIFICATE", or "TRUSTED CERTIFICATE".'),c.headerType=b.type,c;if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert certificate from PEM; PEM is encrypted.");d=g.fromDer(b.body,d);return r.certificateFromAsn1(d,c)};r.certificateToPem=function(b,c){var d={type:"CERTIFICATE",body:g.toDer(r.certificateToAsn1(b)).getBytes()};
533
-return a.pem.encode(d,{maxline:c})};r.publicKeyFromPem=function(b){b=a.pem.decode(b)[0];if("PUBLIC KEY"!==b.type&&"RSA PUBLIC KEY"!==b.type){var c=Error('Could not convert public key from PEM; PEM header type is not "PUBLIC KEY" or "RSA PUBLIC KEY".');c.headerType=b.type;throw c;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert public key from PEM; PEM is encrypted.");b=g.fromDer(b.body);return r.publicKeyFromAsn1(b)};r.publicKeyToPem=function(b,c){var d={type:"PUBLIC KEY",
534
-body:g.toDer(r.publicKeyToAsn1(b)).getBytes()};return a.pem.encode(d,{maxline:c})};r.publicKeyToRSAPublicKeyPem=function(b,c){var d={type:"RSA PUBLIC KEY",body:g.toDer(r.publicKeyToRSAPublicKey(b)).getBytes()};return a.pem.encode(d,{maxline:c})};r.getPublicKeyFingerprint=function(b,c){c=c||{};var d=c.md||a.md.sha1.create(),e;switch(c.type||"RSAPublicKey"){case "RSAPublicKey":e=g.toDer(r.publicKeyToRSAPublicKey(b)).getBytes();break;case "SubjectPublicKeyInfo":e=g.toDer(r.publicKeyToAsn1(b)).getBytes();
535
-break;default:throw Error('Unknown fingerprint type "'+c.type+'".');}d.start();d.update(e);d=d.digest();if("hex"===c.encoding)return d=d.toHex(),c.delimiter?d.match(/.{2}/g).join(c.delimiter):d;if("binary"===c.encoding)return d.getBytes();if(c.encoding)throw Error('Unknown encoding "'+c.encoding+'".');return d};r.certificationRequestFromPem=function(b,c,d){b=a.pem.decode(b)[0];if("CERTIFICATE REQUEST"!==b.type)throw c=Error('Could not convert certification request from PEM; PEM header type is not "CERTIFICATE REQUEST".'),
536
-c.headerType=b.type,c;if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert certification request from PEM; PEM is encrypted.");d=g.fromDer(b.body,d);return r.certificationRequestFromAsn1(d,c)};r.certificationRequestToPem=function(b,c){var d={type:"CERTIFICATE REQUEST",body:g.toDer(r.certificationRequestToAsn1(b)).getBytes()};return a.pem.encode(d,{maxline:c})};r.createCertificate=function(){var b={version:2,serialNumber:"00",signatureOid:null,signature:null,siginfo:{}};b.siginfo.algorithmOid=
529
+type:g.Type.BITSTRING,constructed:!1,capture:"csrSignature"}]};p.RDNAttributesAsArray=function(a,b){for(var c=[],d,e,n,k=0;k<a.value.length;++k){d=a.value[k];for(var h=0;h<d.value.length;++h)n={},e=d.value[h],n.type=g.derToOid(e.value[0].value),n.value=e.value[1].value,n.valueTagClass=e.value[1].type,n.type in u&&(n.name=u[n.type],n.name in C&&(n.shortName=C[n.name])),b&&(b.update(n.type),b.update(n.value)),c.push(n)}return c};p.CRIAttributesAsArray=function(a){for(var b=[],c=0;c<a.length;++c)for(var d=
530
+a[c],e=g.derToOid(d.value[0].value),d=d.value[1].value,n=0;n<d.length;++n){var k={};k.type=e;k.value=d[n].value;k.valueTagClass=d[n].type;k.type in u&&(k.name=u[k.type],k.name in C&&(k.shortName=C[k.name]));if(k.type===u.extensionRequest){k.extensions=[];for(var h=0;h<k.value.length;++h)k.extensions.push(p.certificateExtensionFromAsn1(k.value[h]))}b.push(k)}return b};var D=function(a,b,c){var d={};if(a!==u["RSASSA-PSS"])return d;c&&(d={hash:{algorithmOid:u.sha1},mgf:{algorithmOid:u.mgf1,hash:{algorithmOid:u.sha1}},
531
+saltLength:20});c={};a=[];if(!g.validate(b,F,c,a))throw b=Error("Cannot read RSASSA-PSS parameter block."),b.errors=a,b;void 0!==c.hashOid&&(d.hash=d.hash||{},d.hash.algorithmOid=g.derToOid(c.hashOid));void 0!==c.maskGenOid&&(d.mgf=d.mgf||{},d.mgf.algorithmOid=g.derToOid(c.maskGenOid),d.mgf.hash=d.mgf.hash||{},d.mgf.hash.algorithmOid=g.derToOid(c.maskGenHashOid));void 0!==c.saltLength&&(d.saltLength=c.saltLength.charCodeAt(0));return d};p.certificateFromPem=function(b,c,d){b=a.pem.decode(b)[0];if("CERTIFICATE"!==
532
+b.type&&"X509 CERTIFICATE"!==b.type&&"TRUSTED CERTIFICATE"!==b.type)throw c=Error('Could not convert certificate from PEM; PEM header type is not "CERTIFICATE", "X509 CERTIFICATE", or "TRUSTED CERTIFICATE".'),c.headerType=b.type,c;if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert certificate from PEM; PEM is encrypted.");d=g.fromDer(b.body,d);return p.certificateFromAsn1(d,c)};p.certificateToPem=function(b,c){var d={type:"CERTIFICATE",body:g.toDer(p.certificateToAsn1(b)).getBytes()};
533
+return a.pem.encode(d,{maxline:c})};p.publicKeyFromPem=function(b){b=a.pem.decode(b)[0];if("PUBLIC KEY"!==b.type&&"RSA PUBLIC KEY"!==b.type){var c=Error('Could not convert public key from PEM; PEM header type is not "PUBLIC KEY" or "RSA PUBLIC KEY".');c.headerType=b.type;throw c;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert public key from PEM; PEM is encrypted.");b=g.fromDer(b.body);return p.publicKeyFromAsn1(b)};p.publicKeyToPem=function(b,c){var d={type:"PUBLIC KEY",
534
+body:g.toDer(p.publicKeyToAsn1(b)).getBytes()};return a.pem.encode(d,{maxline:c})};p.publicKeyToRSAPublicKeyPem=function(b,c){var d={type:"RSA PUBLIC KEY",body:g.toDer(p.publicKeyToRSAPublicKey(b)).getBytes()};return a.pem.encode(d,{maxline:c})};p.getPublicKeyFingerprint=function(b,c){c=c||{};var d=c.md||a.md.sha1.create(),e;switch(c.type||"RSAPublicKey"){case "RSAPublicKey":e=g.toDer(p.publicKeyToRSAPublicKey(b)).getBytes();break;case "SubjectPublicKeyInfo":e=g.toDer(p.publicKeyToAsn1(b)).getBytes();
535
+break;default:throw Error('Unknown fingerprint type "'+c.type+'".');}d.start();d.update(e);d=d.digest();if("hex"===c.encoding)return d=d.toHex(),c.delimiter?d.match(/.{2}/g).join(c.delimiter):d;if("binary"===c.encoding)return d.getBytes();if(c.encoding)throw Error('Unknown encoding "'+c.encoding+'".');return d};p.certificationRequestFromPem=function(b,c,d){b=a.pem.decode(b)[0];if("CERTIFICATE REQUEST"!==b.type)throw c=Error('Could not convert certification request from PEM; PEM header type is not "CERTIFICATE REQUEST".'),
536
+c.headerType=b.type,c;if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert certification request from PEM; PEM is encrypted.");d=g.fromDer(b.body,d);return p.certificationRequestFromAsn1(d,c)};p.certificationRequestToPem=function(b,c){var d={type:"CERTIFICATE REQUEST",body:g.toDer(p.certificationRequestToAsn1(b)).getBytes()};return a.pem.encode(d,{maxline:c})};p.createCertificate=function(){var b={version:2,serialNumber:"00",signatureOid:null,signature:null,siginfo:{}};b.siginfo.algorithmOid=
537
null;b.validity={};b.validity.notBefore=new Date;b.validity.notAfter=new Date;b.issuer={};b.issuer.getField=function(a){return c(b.issuer,a)};b.issuer.addField=function(a){e([a]);b.issuer.attributes.push(a)};b.issuer.attributes=[];b.issuer.hash=null;b.subject={};b.subject.getField=function(a){return c(b.subject,a)};b.subject.addField=function(a){e([a]);b.subject.attributes.push(a)};b.subject.attributes=[];b.subject.hash=null;b.extensions=[];b.publicKey=null;b.md=null;b.setSubject=function(a,c){e(a);
538
-b.subject.attributes=a;delete b.subject.uniqueId;c&&(b.subject.uniqueId=c);b.subject.hash=null};b.setIssuer=function(a,c){e(a);b.issuer.attributes=a;delete b.issuer.uniqueId;c&&(b.issuer.uniqueId=c);b.issuer.hash=null};b.setExtensions=function(a){for(var c=0;c<a.length;++c)h(a[c],{cert:b});b.extensions=a};b.getExtension=function(a){"string"===typeof a&&(a={name:a});for(var c=null,d,e=0;null===c&&e<b.extensions.length;++e)d=b.extensions[e],a.id&&d.id===a.id?c=d:a.name&&d.name===a.name&&(c=d);return c};
539
-b.sign=function(c,d){b.md=d||a.md.sha1.create();var e=u[b.md.algorithm+"WithRSAEncryption"];if(!e)throw e=Error("Could not compute certificate digest. Unknown message digest algorithm OID."),e.algorithm=b.md.algorithm,e;b.signatureOid=b.siginfo.algorithmOid=e;b.tbsCertificate=r.getTBSCertificate(b);e=g.toDer(b.tbsCertificate);b.md.update(e.getBytes());b.signature=c.sign(b.md)};b.verify=function(c){var d=!1;if(!b.issued(c)){var d=b.subject,e=Error("The parent certificate did not issue the given child certificate; the child certificate's issuer does not match the parent's subject.");
538
+b.subject.attributes=a;delete b.subject.uniqueId;c&&(b.subject.uniqueId=c);b.subject.hash=null};b.setIssuer=function(a,c){e(a);b.issuer.attributes=a;delete b.issuer.uniqueId;c&&(b.issuer.uniqueId=c);b.issuer.hash=null};b.setExtensions=function(a){for(var c=0;c<a.length;++c)l(a[c],{cert:b});b.extensions=a};b.getExtension=function(a){"string"===typeof a&&(a={name:a});for(var c=null,d,e=0;null===c&&e<b.extensions.length;++e)d=b.extensions[e],a.id&&d.id===a.id?c=d:a.name&&d.name===a.name&&(c=d);return c};
539
+b.sign=function(c,d){b.md=d||a.md.sha1.create();var e=u[b.md.algorithm+"WithRSAEncryption"];if(!e)throw e=Error("Could not compute certificate digest. Unknown message digest algorithm OID."),e.algorithm=b.md.algorithm,e;b.signatureOid=b.siginfo.algorithmOid=e;b.tbsCertificate=p.getTBSCertificate(b);e=g.toDer(b.tbsCertificate);b.md.update(e.getBytes());b.signature=c.sign(b.md)};b.verify=function(c){var d=!1;if(!b.issued(c)){var d=b.subject,e=Error("The parent certificate did not issue the given child certificate; the child certificate's issuer does not match the parent's subject.");
540
e.expectedIssuer=c.issuer.attributes;e.actualIssuer=d.attributes;throw e;}e=c.md;if(null===e){if(c.signatureOid in u)switch(u[c.signatureOid]){case "sha1WithRSAEncryption":e=a.md.sha1.create();break;case "md5WithRSAEncryption":e=a.md.md5.create();break;case "sha256WithRSAEncryption":e=a.md.sha256.create();break;case "sha512WithRSAEncryption":e=a.md.sha512.create();break;case "RSASSA-PSS":e=a.md.sha256.create()}if(null===e)throw e=Error("Could not compute certificate digest. Unknown signature OID."),
541
-e.signatureOid=c.signatureOid,e;var k=c.tbsCertificate||r.getTBSCertificate(c),k=g.toDer(k);e.update(k.getBytes())}if(null!==e){var h;switch(c.signatureOid){case u.sha1WithRSAEncryption:h=void 0;break;case u["RSASSA-PSS"]:d=u[c.signatureParameters.mgf.hash.algorithmOid];if(void 0===d||void 0===a.md[d])throw e=Error("Unsupported MGF hash function."),e.oid=c.signatureParameters.mgf.hash.algorithmOid,e.name=d,e;h=u[c.signatureParameters.mgf.algorithmOid];if(void 0===h||void 0===a.mgf[h])throw e=Error("Unsupported MGF function."),
541
+e.signatureOid=c.signatureOid,e;var k=c.tbsCertificate||p.getTBSCertificate(c),k=g.toDer(k);e.update(k.getBytes())}if(null!==e){var h;switch(c.signatureOid){case u.sha1WithRSAEncryption:h=void 0;break;case u["RSASSA-PSS"]:d=u[c.signatureParameters.mgf.hash.algorithmOid];if(void 0===d||void 0===a.md[d])throw e=Error("Unsupported MGF hash function."),e.oid=c.signatureParameters.mgf.hash.algorithmOid,e.name=d,e;h=u[c.signatureParameters.mgf.algorithmOid];if(void 0===h||void 0===a.mgf[h])throw e=Error("Unsupported MGF function."),
542
e.oid=c.signatureParameters.mgf.algorithmOid,e.name=h,e;h=a.mgf[h].create(a.md[d].create());d=u[c.signatureParameters.hash.algorithmOid];if(void 0===d||void 0===a.md[d])throw{message:"Unsupported RSASSA-PSS hash function.",oid:c.signatureParameters.hash.algorithmOid,name:d};h=a.pss.create(a.md[d].create(),h,c.signatureParameters.saltLength)}d=b.publicKey.verify(e.digest().getBytes(),c.signature,h)}return d};b.isIssuer=function(a){var c=!1,d=b.issuer;a=a.subject;if(d.hash&&a.hash)c=d.hash===a.hash;
543
-else if(d.attributes.length===a.attributes.length)for(var c=!0,e,g,n=0;c&&n<d.attributes.length;++n)if(e=d.attributes[n],g=a.attributes[n],e.type!==g.type||e.value!==g.value)c=!1;return c};b.issued=function(a){return a.isIssuer(b)};b.generateSubjectKeyIdentifier=function(){return r.getPublicKeyFingerprint(b.publicKey,{type:"RSAPublicKey"})};b.verifySubjectKeyIdentifier=function(){for(var c=u.subjectKeyIdentifier,d=0;d<b.extensions.length;++d){var e=b.extensions[d];if(e.id===c)return c=b.generateSubjectKeyIdentifier().getBytes(),
544
-a.util.hexToBytes(e.subjectKeyIdentifier)===c}return!1};return b};r.certificateFromAsn1=function(b,d){var h={},l=[];if(!g.validate(b,y,h,l))throw h=Error("Cannot read X.509 certificate. ASN.1 object is not an X509v3 Certificate."),h.errors=l,h;if("string"!==typeof h.certSignature){for(var l="\x00",p=0;p<h.certSignature.length;++p)l+=g.toDer(h.certSignature[p]).getBytes();h.certSignature=l}l=g.derToOid(h.publicKeyOid);if(l!==r.oids.rsaEncryption)throw Error("Cannot read public key. OID is not RSA.");
545
-var q=r.createCertificate();q.version=h.certVersion?h.certVersion.charCodeAt(0):0;l=a.util.createBuffer(h.certSerialNumber);q.serialNumber=l.toHex();q.signatureOid=a.asn1.derToOid(h.certSignatureOid);q.signatureParameters=E(q.signatureOid,h.certSignatureParams,!0);q.siginfo.algorithmOid=a.asn1.derToOid(h.certinfoSignatureOid);q.siginfo.parameters=E(q.siginfo.algorithmOid,h.certinfoSignatureParams,!1);l=a.util.createBuffer(h.certSignature);++l.read;q.signature=l.getBytes();l=[];void 0!==h.certValidity1UTCTime&&
546
-l.push(g.utcTimeToDate(h.certValidity1UTCTime));void 0!==h.certValidity2GeneralizedTime&&l.push(g.generalizedTimeToDate(h.certValidity2GeneralizedTime));void 0!==h.certValidity3UTCTime&&l.push(g.utcTimeToDate(h.certValidity3UTCTime));void 0!==h.certValidity4GeneralizedTime&&l.push(g.generalizedTimeToDate(h.certValidity4GeneralizedTime));if(2<l.length)throw Error("Cannot read notBefore/notAfter validity times; more than two times were provided in the certificate.");if(2>l.length)throw Error("Cannot read notBefore/notAfter validity times; they were not provided as either UTCTime or GeneralizedTime.");
547
-q.validity.notBefore=l[0];q.validity.notAfter=l[1];q.tbsCertificate=h.tbsCertificate;if(d){q.md=null;if(q.signatureOid in u)switch(l=u[q.signatureOid],l){case "sha1WithRSAEncryption":q.md=a.md.sha1.create();break;case "md5WithRSAEncryption":q.md=a.md.md5.create();break;case "sha256WithRSAEncryption":q.md=a.md.sha256.create();break;case "sha512WithRSAEncryption":q.md=a.md.sha512.create();break;case "RSASSA-PSS":q.md=a.md.sha256.create()}if(null===q.md)throw h=Error("Could not compute certificate digest. Unknown signature OID."),
548
-h.signatureOid=q.signatureOid,h;l=g.toDer(q.tbsCertificate);q.md.update(l.getBytes())}l=a.md.sha1.create();q.issuer.getField=function(a){return c(q.issuer,a)};q.issuer.addField=function(a){e([a]);q.issuer.attributes.push(a)};q.issuer.attributes=r.RDNAttributesAsArray(h.certIssuer,l);h.certIssuerUniqueId&&(q.issuer.uniqueId=h.certIssuerUniqueId);q.issuer.hash=l.digest().toHex();l=a.md.sha1.create();q.subject.getField=function(a){return c(q.subject,a)};q.subject.addField=function(a){e([a]);q.subject.attributes.push(a)};
549
-q.subject.attributes=r.RDNAttributesAsArray(h.certSubject,l);h.certSubjectUniqueId&&(q.subject.uniqueId=h.certSubjectUniqueId);q.subject.hash=l.digest().toHex();q.extensions=h.certExtensions?r.certificateExtensionsFromAsn1(h.certExtensions):[];q.publicKey=r.publicKeyFromAsn1(h.subjectPublicKeyInfo);return q};r.certificateExtensionsFromAsn1=function(a){for(var b=[],c=0;c<a.value.length;++c)for(var d=a.value[c],e=0;e<d.value.length;++e)b.push(r.certificateExtensionFromAsn1(d.value[e]));return b};r.certificateExtensionFromAsn1=
543
+else if(d.attributes.length===a.attributes.length)for(var c=!0,e,g,n=0;c&&n<d.attributes.length;++n)if(e=d.attributes[n],g=a.attributes[n],e.type!==g.type||e.value!==g.value)c=!1;return c};b.issued=function(a){return a.isIssuer(b)};b.generateSubjectKeyIdentifier=function(){return p.getPublicKeyFingerprint(b.publicKey,{type:"RSAPublicKey"})};b.verifySubjectKeyIdentifier=function(){for(var c=u.subjectKeyIdentifier,d=0;d<b.extensions.length;++d){var e=b.extensions[d];if(e.id===c)return c=b.generateSubjectKeyIdentifier().getBytes(),
544
+a.util.hexToBytes(e.subjectKeyIdentifier)===c}return!1};return b};p.certificateFromAsn1=function(b,d){var k={},l=[];if(!g.validate(b,w,k,l))throw k=Error("Cannot read X.509 certificate. ASN.1 object is not an X509v3 Certificate."),k.errors=l,k;if("string"!==typeof k.certSignature){for(var l="\x00",q=0;q<k.certSignature.length;++q)l+=g.toDer(k.certSignature[q]).getBytes();k.certSignature=l}l=g.derToOid(k.publicKeyOid);if(l!==p.oids.rsaEncryption)throw Error("Cannot read public key. OID is not RSA.");
545
+var r=p.createCertificate();r.version=k.certVersion?k.certVersion.charCodeAt(0):0;l=a.util.createBuffer(k.certSerialNumber);r.serialNumber=l.toHex();r.signatureOid=a.asn1.derToOid(k.certSignatureOid);r.signatureParameters=D(r.signatureOid,k.certSignatureParams,!0);r.siginfo.algorithmOid=a.asn1.derToOid(k.certinfoSignatureOid);r.siginfo.parameters=D(r.siginfo.algorithmOid,k.certinfoSignatureParams,!1);l=a.util.createBuffer(k.certSignature);++l.read;r.signature=l.getBytes();l=[];void 0!==k.certValidity1UTCTime&&
546
+l.push(g.utcTimeToDate(k.certValidity1UTCTime));void 0!==k.certValidity2GeneralizedTime&&l.push(g.generalizedTimeToDate(k.certValidity2GeneralizedTime));void 0!==k.certValidity3UTCTime&&l.push(g.utcTimeToDate(k.certValidity3UTCTime));void 0!==k.certValidity4GeneralizedTime&&l.push(g.generalizedTimeToDate(k.certValidity4GeneralizedTime));if(2<l.length)throw Error("Cannot read notBefore/notAfter validity times; more than two times were provided in the certificate.");if(2>l.length)throw Error("Cannot read notBefore/notAfter validity times; they were not provided as either UTCTime or GeneralizedTime.");
547
+r.validity.notBefore=l[0];r.validity.notAfter=l[1];r.tbsCertificate=k.tbsCertificate;if(d){r.md=null;if(r.signatureOid in u)switch(l=u[r.signatureOid],l){case "sha1WithRSAEncryption":r.md=a.md.sha1.create();break;case "md5WithRSAEncryption":r.md=a.md.md5.create();break;case "sha256WithRSAEncryption":r.md=a.md.sha256.create();break;case "sha512WithRSAEncryption":r.md=a.md.sha512.create();break;case "RSASSA-PSS":r.md=a.md.sha256.create()}if(null===r.md)throw k=Error("Could not compute certificate digest. Unknown signature OID."),
548
+k.signatureOid=r.signatureOid,k;l=g.toDer(r.tbsCertificate);r.md.update(l.getBytes())}l=a.md.sha1.create();r.issuer.getField=function(a){return c(r.issuer,a)};r.issuer.addField=function(a){e([a]);r.issuer.attributes.push(a)};r.issuer.attributes=p.RDNAttributesAsArray(k.certIssuer,l);k.certIssuerUniqueId&&(r.issuer.uniqueId=k.certIssuerUniqueId);r.issuer.hash=l.digest().toHex();l=a.md.sha1.create();r.subject.getField=function(a){return c(r.subject,a)};r.subject.addField=function(a){e([a]);r.subject.attributes.push(a)};
549
+r.subject.attributes=p.RDNAttributesAsArray(k.certSubject,l);k.certSubjectUniqueId&&(r.subject.uniqueId=k.certSubjectUniqueId);r.subject.hash=l.digest().toHex();r.extensions=k.certExtensions?p.certificateExtensionsFromAsn1(k.certExtensions):[];r.publicKey=p.publicKeyFromAsn1(k.subjectPublicKeyInfo);return r};p.certificateExtensionsFromAsn1=function(a){for(var b=[],c=0;c<a.value.length;++c)for(var d=a.value[c],e=0;e<d.value.length;++e)b.push(p.certificateExtensionFromAsn1(d.value[e]));return b};p.certificateExtensionFromAsn1=
550
function(b){var c={};c.id=g.derToOid(b.value[0].value);c.critical=!1;b.value[1].type===g.Type.BOOLEAN?(c.critical=0!==b.value[1].value.charCodeAt(0),c.value=b.value[2].value):c.value=b.value[1].value;if(c.id in u)if(c.name=u[c.id],"keyUsage"===c.name){b=g.fromDer(c.value);var d=0,e=0;1<b.value.length&&(d=b.value.charCodeAt(1),e=2<b.value.length?b.value.charCodeAt(2):0);c.digitalSignature=128===(d&128);c.nonRepudiation=64===(d&64);c.keyEncipherment=32===(d&32);c.dataEncipherment=16===(d&16);c.keyAgreement=
551
8===(d&8);c.keyCertSign=4===(d&4);c.cRLSign=2===(d&2);c.encipherOnly=1===(d&1);c.decipherOnly=128===(e&128)}else if("basicConstraints"===c.name)b=g.fromDer(c.value),c.cA=0<b.value.length&&b.value[0].type===g.Type.BOOLEAN?0!==b.value[0].value.charCodeAt(0):!1,d=null,0<b.value.length&&b.value[0].type===g.Type.INTEGER?d=b.value[0].value:1<b.value.length&&(d=b.value[1].value),null!==d&&(c.pathLenConstraint=g.derToInteger(d));else if("extKeyUsage"===c.name)for(b=g.fromDer(c.value),d=0;d<b.value.length;++d)e=
552
g.derToOid(b.value[d].value),e in u?c[u[e]]=!0:c[e]=!0;else if("nsCertType"===c.name)b=g.fromDer(c.value),d=0,1<b.value.length&&(d=b.value.charCodeAt(1)),c.client=128===(d&128),c.server=64===(d&64),c.email=32===(d&32),c.objsign=16===(d&16),c.reserved=8===(d&8),c.sslCA=4===(d&4),c.emailCA=2===(d&2),c.objCA=1===(d&1);else if("subjectAltName"===c.name||"issuerAltName"===c.name)for(c.altNames=[],b=g.fromDer(c.value),e=0;e<b.value.length;++e){var d=b.value[e],k={type:d.type,value:d.value};c.altNames.push(k);
553
-switch(d.type){case 7:k.ip=a.util.bytesToIP(d.value);break;case 8:k.oid=g.derToOid(d.value)}}else"subjectKeyIdentifier"===c.name&&(b=g.fromDer(c.value),c.subjectKeyIdentifier=a.util.bytesToHex(b.value));return c};r.certificationRequestFromAsn1=function(b,d){var h={},l=[];if(!g.validate(b,G,h,l))throw h=Error("Cannot read PKCS#10 certificate request. ASN.1 object is not a PKCS#10 CertificationRequest."),h.errors=l,h;if("string"!==typeof h.csrSignature){for(var l="\x00",p=0;p<h.csrSignature.length;++p)l+=
554
-g.toDer(h.csrSignature[p]).getBytes();h.csrSignature=l}l=g.derToOid(h.publicKeyOid);if(l!==r.oids.rsaEncryption)throw Error("Cannot read public key. OID is not RSA.");var q=r.createCertificationRequest();q.version=h.csrVersion?h.csrVersion.charCodeAt(0):0;q.signatureOid=a.asn1.derToOid(h.csrSignatureOid);q.signatureParameters=E(q.signatureOid,h.csrSignatureParams,!0);q.siginfo.algorithmOid=a.asn1.derToOid(h.csrSignatureOid);q.siginfo.parameters=E(q.siginfo.algorithmOid,h.csrSignatureParams,!1);l=
555
-a.util.createBuffer(h.csrSignature);++l.read;q.signature=l.getBytes();q.certificationRequestInfo=h.certificationRequestInfo;if(d){q.md=null;if(q.signatureOid in u)switch(l=u[q.signatureOid],l){case "sha1WithRSAEncryption":q.md=a.md.sha1.create();break;case "md5WithRSAEncryption":q.md=a.md.md5.create();break;case "sha256WithRSAEncryption":q.md=a.md.sha256.create();break;case "sha512WithRSAEncryption":q.md=a.md.sha512.create();break;case "RSASSA-PSS":q.md=a.md.sha256.create()}if(null===q.md)throw h=
556
-Error("Could not compute certification request digest. Unknown signature OID."),h.signatureOid=q.signatureOid,h;l=g.toDer(q.certificationRequestInfo);q.md.update(l.getBytes())}l=a.md.sha1.create();q.subject.getField=function(a){return c(q.subject,a)};q.subject.addField=function(a){e([a]);q.subject.attributes.push(a)};q.subject.attributes=r.RDNAttributesAsArray(h.certificationRequestInfoSubject,l);q.subject.hash=l.digest().toHex();q.publicKey=r.publicKeyFromAsn1(h.subjectPublicKeyInfo);q.getAttribute=
557
-function(a){return c(q,a)};q.addAttribute=function(a){e([a]);q.attributes.push(a)};q.attributes=r.CRIAttributesAsArray(h.certificationRequestInfoAttributes||[]);return q};r.createCertificationRequest=function(){var b={version:0,signatureOid:null,signature:null,siginfo:{}};b.siginfo.algorithmOid=null;b.subject={};b.subject.getField=function(a){return c(b.subject,a)};b.subject.addField=function(a){e([a]);b.subject.attributes.push(a)};b.subject.attributes=[];b.subject.hash=null;b.publicKey=null;b.attributes=
553
+switch(d.type){case 7:k.ip=a.util.bytesToIP(d.value);break;case 8:k.oid=g.derToOid(d.value)}}else"subjectKeyIdentifier"===c.name&&(b=g.fromDer(c.value),c.subjectKeyIdentifier=a.util.bytesToHex(b.value));return c};p.certificationRequestFromAsn1=function(b,d){var k={},l=[];if(!g.validate(b,H,k,l))throw k=Error("Cannot read PKCS#10 certificate request. ASN.1 object is not a PKCS#10 CertificationRequest."),k.errors=l,k;if("string"!==typeof k.csrSignature){for(var l="\x00",q=0;q<k.csrSignature.length;++q)l+=
554
+g.toDer(k.csrSignature[q]).getBytes();k.csrSignature=l}l=g.derToOid(k.publicKeyOid);if(l!==p.oids.rsaEncryption)throw Error("Cannot read public key. OID is not RSA.");var r=p.createCertificationRequest();r.version=k.csrVersion?k.csrVersion.charCodeAt(0):0;r.signatureOid=a.asn1.derToOid(k.csrSignatureOid);r.signatureParameters=D(r.signatureOid,k.csrSignatureParams,!0);r.siginfo.algorithmOid=a.asn1.derToOid(k.csrSignatureOid);r.siginfo.parameters=D(r.siginfo.algorithmOid,k.csrSignatureParams,!1);l=
555
+a.util.createBuffer(k.csrSignature);++l.read;r.signature=l.getBytes();r.certificationRequestInfo=k.certificationRequestInfo;if(d){r.md=null;if(r.signatureOid in u)switch(l=u[r.signatureOid],l){case "sha1WithRSAEncryption":r.md=a.md.sha1.create();break;case "md5WithRSAEncryption":r.md=a.md.md5.create();break;case "sha256WithRSAEncryption":r.md=a.md.sha256.create();break;case "sha512WithRSAEncryption":r.md=a.md.sha512.create();break;case "RSASSA-PSS":r.md=a.md.sha256.create()}if(null===r.md)throw k=
556
+Error("Could not compute certification request digest. Unknown signature OID."),k.signatureOid=r.signatureOid,k;l=g.toDer(r.certificationRequestInfo);r.md.update(l.getBytes())}l=a.md.sha1.create();r.subject.getField=function(a){return c(r.subject,a)};r.subject.addField=function(a){e([a]);r.subject.attributes.push(a)};r.subject.attributes=p.RDNAttributesAsArray(k.certificationRequestInfoSubject,l);r.subject.hash=l.digest().toHex();r.publicKey=p.publicKeyFromAsn1(k.subjectPublicKeyInfo);r.getAttribute=
557
+function(a){return c(r,a)};r.addAttribute=function(a){e([a]);r.attributes.push(a)};r.attributes=p.CRIAttributesAsArray(k.certificationRequestInfoAttributes||[]);return r};p.createCertificationRequest=function(){var b={version:0,signatureOid:null,signature:null,siginfo:{}};b.siginfo.algorithmOid=null;b.subject={};b.subject.getField=function(a){return c(b.subject,a)};b.subject.addField=function(a){e([a]);b.subject.attributes.push(a)};b.subject.attributes=[];b.subject.hash=null;b.publicKey=null;b.attributes=
558
[];b.getAttribute=function(a){return c(b,a)};b.addAttribute=function(a){e([a]);b.attributes.push(a)};b.md=null;b.setSubject=function(a){e(a);b.subject.attributes=a;b.subject.hash=null};b.setAttributes=function(a){e(a);b.attributes=a};b.sign=function(c,d){b.md=d||a.md.sha1.create();var e=u[b.md.algorithm+"WithRSAEncryption"];if(!e)throw e=Error("Could not compute certification request digest. Unknown message digest algorithm OID."),e.algorithm=b.md.algorithm,e;b.signatureOid=b.siginfo.algorithmOid=
559
-e;b.certificationRequestInfo=r.getCertificationRequestInfo(b);e=g.toDer(b.certificationRequestInfo);b.md.update(e.getBytes());b.signature=c.sign(b.md)};b.verify=function(){var c=!1,d=b.md;if(null===d){if(b.signatureOid in u)switch(u[b.signatureOid]){case "sha1WithRSAEncryption":d=a.md.sha1.create();break;case "md5WithRSAEncryption":d=a.md.md5.create();break;case "sha256WithRSAEncryption":d=a.md.sha256.create();break;case "sha512WithRSAEncryption":d=a.md.sha512.create();break;case "RSASSA-PSS":d=a.md.sha256.create()}if(null===
560
-d)throw d=Error("Could not compute certification request digest. Unknown signature OID."),d.signatureOid=b.signatureOid,d;var e=b.certificationRequestInfo||r.getCertificationRequestInfo(b),e=g.toDer(e);d.update(e.getBytes())}if(null!==d){var k;switch(b.signatureOid){case u["RSASSA-PSS"]:c=u[b.signatureParameters.mgf.hash.algorithmOid];if(void 0===c||void 0===a.md[c])throw d=Error("Unsupported MGF hash function."),d.oid=b.signatureParameters.mgf.hash.algorithmOid,d.name=c,d;k=u[b.signatureParameters.mgf.algorithmOid];
559
+e;b.certificationRequestInfo=p.getCertificationRequestInfo(b);e=g.toDer(b.certificationRequestInfo);b.md.update(e.getBytes());b.signature=c.sign(b.md)};b.verify=function(){var c=!1,d=b.md;if(null===d){if(b.signatureOid in u)switch(u[b.signatureOid]){case "sha1WithRSAEncryption":d=a.md.sha1.create();break;case "md5WithRSAEncryption":d=a.md.md5.create();break;case "sha256WithRSAEncryption":d=a.md.sha256.create();break;case "sha512WithRSAEncryption":d=a.md.sha512.create();break;case "RSASSA-PSS":d=a.md.sha256.create()}if(null===
560
+d)throw d=Error("Could not compute certification request digest. Unknown signature OID."),d.signatureOid=b.signatureOid,d;var e=b.certificationRequestInfo||p.getCertificationRequestInfo(b),e=g.toDer(e);d.update(e.getBytes())}if(null!==d){var k;switch(b.signatureOid){case u["RSASSA-PSS"]:c=u[b.signatureParameters.mgf.hash.algorithmOid];if(void 0===c||void 0===a.md[c])throw d=Error("Unsupported MGF hash function."),d.oid=b.signatureParameters.mgf.hash.algorithmOid,d.name=c,d;k=u[b.signatureParameters.mgf.algorithmOid];
561
if(void 0===k||void 0===a.mgf[k])throw d=Error("Unsupported MGF function."),d.oid=b.signatureParameters.mgf.algorithmOid,d.name=k,d;k=a.mgf[k].create(a.md[c].create());c=u[b.signatureParameters.hash.algorithmOid];if(void 0===c||void 0===a.md[c])throw d=Error("Unsupported RSASSA-PSS hash function."),d.oid=b.signatureParameters.hash.algorithmOid,d.name=c,d;k=a.pss.create(a.md[c].create(),k,b.signatureParameters.saltLength)}c=b.publicKey.verify(d.digest().getBytes(),b.signature,k)}return c};return b};
562
-r.getTBSCertificate=function(b){var c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(b.version).getBytes())]),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,a.util.hexToBytes(b.serialNumber)),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(b.siginfo.algorithmOid).getBytes()),p(b.siginfo.algorithmOid,b.siginfo.parameters)]),d(b.issuer),g.create(g.Class.UNIVERSAL,
563
-g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.UTCTIME,!1,g.dateToUtcTime(b.validity.notBefore)),g.create(g.Class.UNIVERSAL,g.Type.UTCTIME,!1,g.dateToUtcTime(b.validity.notAfter))]),d(b.subject),r.publicKeyToAsn1(b.publicKey)]);b.issuer.uniqueId&&c.value.push(g.create(g.Class.CONTEXT_SPECIFIC,1,!0,[g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+b.issuer.uniqueId)]));b.subject.uniqueId&&c.value.push(g.create(g.Class.CONTEXT_SPECIFIC,2,!0,[g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,
564
-!1,String.fromCharCode(0)+b.subject.uniqueId)]));0<b.extensions.length&&c.value.push(r.certificateExtensionsToAsn1(b.extensions));return c};r.getCertificationRequestInfo=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(a.version).getBytes()),d(a.subject),r.publicKeyToAsn1(a.publicKey),l(a)])};r.distinguishedNameToAsn1=function(a){return d(a)};r.certificateToAsn1=function(a){var b=a.tbsCertificate||r.getTBSCertificate(a);
565
-return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[b,g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.signatureOid).getBytes()),p(a.signatureOid,a.signatureParameters)]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+a.signature)])};r.certificateExtensionsToAsn1=function(a){var b=g.create(g.Class.CONTEXT_SPECIFIC,3,!0,[]),c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);b.value.push(c);for(var d=0;d<a.length;++d)c.value.push(r.certificateExtensionToAsn1(a[d]));
566
-return b};r.certificateExtensionToAsn1=function(a){var b=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);b.value.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.id).getBytes()));a.critical&&b.value.push(g.create(g.Class.UNIVERSAL,g.Type.BOOLEAN,!1,String.fromCharCode(255)));var c=a.value;"string"!==typeof a.value&&(c=g.toDer(c).getBytes());b.value.push(g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,c));return b};r.certificationRequestToAsn1=function(a){var b=a.certificationRequestInfo||
567
-r.getCertificationRequestInfo(a);return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[b,g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.signatureOid).getBytes()),p(a.signatureOid,a.signatureParameters)]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+a.signature)])};r.createCaStore=function(b){function c(b){if(!b.hash){var g=a.md.sha1.create();b.attributes=r.RDNAttributesAsArray(d(b),g);b.hash=g.digest().toHex()}return e.certs[b.hash]||
568
-null}var e={certs:{},getIssuer:function(a){return c(a.issuer)},addCertificate:function(b){"string"===typeof b&&(b=a.pki.certificateFromPem(b));if(!b.subject.hash){var c=a.md.sha1.create();b.subject.attributes=r.RDNAttributesAsArray(d(b.subject),c);b.subject.hash=c.digest().toHex()}b.subject.hash in e.certs?(c=e.certs[b.subject.hash],a.util.isArray(c)||(c=[c]),c.push(b)):e.certs[b.subject.hash]=b},hasCertificate:function(b){var d=c(b.subject);if(!d)return!1;a.util.isArray(d)||(d=[d]);b=g.toDer(r.certificateToAsn1(b)).getBytes();
569
-for(var e=0;e<d.length;++e){var k=g.toDer(r.certificateToAsn1(d[e])).getBytes();if(b===k)return!0}return!1}};if(b)for(var k=0;k<b.length;++k)e.addCertificate(b[k]);return e};r.certificateError={bad_certificate:"forge.pki.BadCertificate",unsupported_certificate:"forge.pki.UnsupportedCertificate",certificate_revoked:"forge.pki.CertificateRevoked",certificate_expired:"forge.pki.CertificateExpired",certificate_unknown:"forge.pki.CertificateUnknown",unknown_ca:"forge.pki.UnknownCertificateAuthority"};
570
-r.verifyCertificateChain=function(b,c,d){c=c.slice(0);var e=c.slice(0),g=new Date,k=!0,h=null,l=0;do{var m=c.shift(),p=null,u=!1;if(g<m.validity.notBefore||g>m.validity.notAfter)h={message:"Certificate is not valid yet or has expired.",error:r.certificateError.certificate_expired,notBefore:m.validity.notBefore,notAfter:m.validity.notAfter,now:g};if(null===h){p=c[0]||b.getIssuer(m);null===p&&m.isIssuer(m)&&(u=!0,p=m);if(p){var E=p;a.util.isArray(E)||(E=[E]);for(var w=!1;!w&&0<E.length;){p=E.shift();
571
-try{w=p.verify(m)}catch(y){}}w||(h={message:"Certificate signature is invalid.",error:r.certificateError.bad_certificate})}null!==h||p&&!u||b.hasCertificate(m)||(h={message:"Certificate is not trusted.",error:r.certificateError.unknown_ca})}null===h&&p&&!m.isIssuer(p)&&(h={message:"Certificate issuer is invalid.",error:r.certificateError.bad_certificate});if(null===h)for(E={keyUsage:!0,basicConstraints:!0},w=0;null===h&&w<m.extensions.length;++w){var v=m.extensions[w];!v.critical||v.name in E||(h=
572
-{message:"Certificate has an unsupported critical extension.",error:r.certificateError.unsupported_certificate})}null!==h||k&&(0!==c.length||p&&!u)||(k=m.getExtension("basicConstraints"),m=m.getExtension("keyUsage"),null!==m&&(m.keyCertSign&&null!==k||(h={message:"Certificate keyUsage or basicConstraints conflict or indicate that the certificate is not a CA. If the certificate is the only one in the chain or isn't the first then the certificate must be a valid CA.",error:r.certificateError.bad_certificate})),
573
-null!==h||null===k||k.cA||(h={message:"Certificate basicConstraints indicates the certificate is not a CA.",error:r.certificateError.bad_certificate}),null===h&&null!==m&&"pathLenConstraint"in k&&l-1>k.pathLenConstraint&&(h={message:"Certificate basicConstraints pathLenConstraint violated.",error:r.certificateError.bad_certificate}));m=null===h?!0:h.error;k=d?d(m,l,e):m;if(!0===k)h=null;else{!0===m&&(h={message:"The application rejected the certificate.",error:r.certificateError.bad_certificate});
574
-if(k||0===k)"object"!==typeof k||a.util.isArray(k)?"string"===typeof k&&(h.error=k):(k.message&&(h.message=k.message),k.error&&(h.error=k.error));throw h;}k=!1;++l}while(0<c.length);return!0}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.x509)return c.x509;
575
-c.defined.x509=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pki}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/x509","require module ./aes ./asn1 ./des ./md ./mgf ./oids ./pem ./pss ./rsa ./util".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d,e){for(var g=
576
-[],k=0;k<a.length;k++)for(var h=0;h<a[k].safeBags.length;h++){var n=a[k].safeBags[h];if(void 0===e||n.type===e)null===b?g.push(n):void 0!==n.attributes[b]&&0<=n.attributes[b].indexOf(d)&&g.push(n)}return g}function d(b){if(b.composed||b.constructed){for(var c=a.util.createBuffer(),e=0;e<b.value.length;++e)c.putBytes(b.value[e].value);b.composed=b.constructed=!1;b.value=c.getBytes()}return b}function e(b,c,k,m){c=l.fromDer(c,k);if(c.tagClass!==l.Class.UNIVERSAL||c.type!==l.Type.SEQUENCE||!0!==c.constructed)throw Error("PKCS#12 AuthenticatedSafe expected to be a SEQUENCE OF ContentInfo");
577
-for(var p=0;p<c.value.length;p++){var r={},w=[];if(!l.validate(c.value[p],u,r,w))throw b=Error("Cannot read ContentInfo."),b.errors=w,b;var w={encrypted:!1},q=null,q=r.content.value[0];switch(l.derToOid(r.contentType)){case g.oids.data:if(q.tagClass!==l.Class.UNIVERSAL||q.type!==l.Type.OCTETSTRING)throw Error("PKCS#12 SafeContents Data is not an OCTET STRING.");q=d(q).value;break;case g.oids.encryptedData:var y=m,r={},F=[];if(!l.validate(q,a.pkcs7.asn1.encryptedDataValidator,r,F))throw b=Error("Cannot read EncryptedContentInfo."),
578
-b.errors=F,b;q=l.derToOid(r.contentType);if(q!==g.oids.data)throw b=Error("PKCS#12 EncryptedContentInfo ContentType is not Data."),b.oid=q,b;q=l.derToOid(r.encAlgorithm);q=g.pbe.getCipher(q,r.encParameter,y);r=d(r.encryptedContentAsn1);r=a.util.createBuffer(r.value);q.update(r);if(!q.finish())throw Error("Failed to decrypt PKCS#12 SafeContents.");q=q.output.getBytes();w.encrypted=!0;break;default:throw b=Error("Unsupported PKCS#12 contentType."),b.contentType=l.derToOid(r.contentType),b;}w.safeBags=
579
-h(q,k,m);b.safeContents.push(w)}}function h(a,b,c){if(!b&&0===a.length)return[];a=l.fromDer(a,b);if(a.tagClass!==l.Class.UNIVERSAL||a.type!==l.Type.SEQUENCE||!0!==a.constructed)throw Error("PKCS#12 SafeContents expected to be a SEQUENCE OF SafeBag.");for(var d=[],e=0;e<a.value.length;e++){var k={},n=[];if(!l.validate(a.value[e],w,k,n))throw a=Error("Cannot read SafeBag."),a.errors=n,a;var m={type:l.derToOid(k.bagId),attributes:p(k.bagAttributes)};d.push(m);var u,r,y=k.bagValue.value[0];switch(m.type){case g.oids.pkcs8ShroudedKeyBag:if(y=
580
-g.decryptPrivateKeyInfo(y,c),null===y)throw Error("Unable to decrypt PKCS#8 ShroudedKeyBag, wrong password?");case g.oids.keyBag:try{m.key=g.privateKeyFromAsn1(y)}catch(v){m.key=null,m.asn1=y}continue;case g.oids.certBag:u=F;r=function(){if(l.derToOid(k.certId)!==g.oids.x509Certificate){var a=Error("Unsupported certificate type, only X.509 supported.");a.oid=l.derToOid(k.certId);throw a;}a=l.fromDer(k.cert,b);try{m.cert=g.certificateFromAsn1(a,!0)}catch(c){m.cert=null,m.asn1=a}};break;default:throw a=
581
-Error("Unsupported PKCS#12 SafeBag type."),a.oid=m.type,a;}if(void 0!==u&&!l.validate(y,u,k,n))throw a=Error("Cannot read PKCS#12 "+u.name),a.errors=n,a;r()}return d}function p(a){var b={};if(void 0!==a)for(var c=0;c<a.length;++c){var d={},e=[];if(!l.validate(a[c],y,d,e))throw a=Error("Cannot read PKCS#12 BagAttribute."),a.errors=e,a;e=l.derToOid(d.oid);if(void 0!==g.oids[e]){b[g.oids[e]]=[];for(var k=0;k<d.values.length;++k)b[g.oids[e]].push(d.values[k].value)}}return b}var l=a.asn1,g=a.pki,r=a.pkcs12=
582
-a.pkcs12||{},u={name:"ContentInfo",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"ContentInfo.contentType",tagClass:l.Class.UNIVERSAL,type:l.Type.OID,constructed:!1,capture:"contentType"},{name:"ContentInfo.content",tagClass:l.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"content"}]},D={name:"PFX",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.version",tagClass:l.Class.UNIVERSAL,type:l.Type.INTEGER,constructed:!1,capture:"version"},
583
-u,{name:"PFX.macData",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"mac",value:[{name:"PFX.macData.mac",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm.algorithm",tagClass:l.Class.UNIVERSAL,type:l.Type.OID,constructed:!1,capture:"macAlgorithm"},{name:"PFX.macData.mac.digestAlgorithm.parameters",
584
-tagClass:l.Class.UNIVERSAL,captureAsn1:"macAlgorithmParameters"}]},{name:"PFX.macData.mac.digest",tagClass:l.Class.UNIVERSAL,type:l.Type.OCTETSTRING,constructed:!1,capture:"macDigest"}]},{name:"PFX.macData.macSalt",tagClass:l.Class.UNIVERSAL,type:l.Type.OCTETSTRING,constructed:!1,capture:"macSalt"},{name:"PFX.macData.iterations",tagClass:l.Class.UNIVERSAL,type:l.Type.INTEGER,constructed:!1,optional:!0,capture:"macIterations"}]}]},w={name:"SafeBag",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,
585
-value:[{name:"SafeBag.bagId",tagClass:l.Class.UNIVERSAL,type:l.Type.OID,constructed:!1,capture:"bagId"},{name:"SafeBag.bagValue",tagClass:l.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"bagValue"},{name:"SafeBag.bagAttributes",tagClass:l.Class.UNIVERSAL,type:l.Type.SET,constructed:!0,optional:!0,capture:"bagAttributes"}]},y={name:"Attribute",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"Attribute.attrId",tagClass:l.Class.UNIVERSAL,type:l.Type.OID,constructed:!1,
586
-capture:"oid"},{name:"Attribute.attrValues",tagClass:l.Class.UNIVERSAL,type:l.Type.SET,constructed:!0,capture:"values"}]},F={name:"CertBag",tagClass:l.Class.UNIVERSAL,type:l.Type.SEQUENCE,constructed:!0,value:[{name:"CertBag.certId",tagClass:l.Class.UNIVERSAL,type:l.Type.OID,constructed:!1,capture:"certId"},{name:"CertBag.certValue",tagClass:l.Class.CONTEXT_SPECIFIC,constructed:!0,value:[{name:"CertBag.certValue[0]",tagClass:l.Class.UNIVERSAL,type:l.Class.OCTETSTRING,constructed:!1,capture:"cert"}]}]};
587
-r.pkcs12FromAsn1=function(b,h,p){"string"===typeof h?(p=h,h=!0):void 0===h&&(h=!0);var x={};if(!l.validate(b,D,x,[]))throw h=Error("Cannot read PKCS#12 PFX. ASN.1 object is not an PKCS#12 PFX."),h.errors=h,h;var u={version:x.version.charCodeAt(0),safeContents:[],getBags:function(b){var d={},e;"localKeyId"in b?e=b.localKeyId:"localKeyIdHex"in b&&(e=a.util.hexToBytes(b.localKeyIdHex));void 0===e&&!("friendlyName"in b)&&"bagType"in b&&(d[b.bagType]=c(u.safeContents,null,null,b.bagType));void 0!==e&&
588
-(d.localKeyId=c(u.safeContents,"localKeyId",e,b.bagType));"friendlyName"in b&&(d.friendlyName=c(u.safeContents,"friendlyName",b.friendlyName,b.bagType));return d},getBagsByFriendlyName:function(a,b){return c(u.safeContents,"friendlyName",a,b)},getBagsByLocalKeyId:function(a,b){return c(u.safeContents,"localKeyId",a,b)}};if(3!==x.version.charCodeAt(0))throw h=Error("PKCS#12 PFX of version other than 3 not supported."),h.version=x.version.charCodeAt(0),h;if(l.derToOid(x.contentType)!==g.oids.data)throw h=
589
-Error("Only PKCS#12 PFX in password integrity mode supported."),h.oid=l.derToOid(x.contentType),h;b=x.content.value[0];if(b.tagClass!==l.Class.UNIVERSAL||b.type!==l.Type.OCTETSTRING)throw Error("PKCS#12 authSafe content data is not an OCTET STRING.");b=d(b);if(x.mac){var w=null,y=0,q=l.derToOid(x.macAlgorithm);switch(q){case g.oids.sha1:w=a.md.sha1.create();y=20;break;case g.oids.sha256:w=a.md.sha256.create();y=32;break;case g.oids.sha384:w=a.md.sha384.create();y=48;break;case g.oids.sha512:w=a.md.sha512.create();
590
-y=64;break;case g.oids.md5:w=a.md.md5.create(),y=16}if(null===w)throw Error("PKCS#12 uses unsupported MAC algorithm: "+q);var q=new a.util.ByteBuffer(x.macSalt),v="macIterations"in x?parseInt(a.util.bytesToHex(x.macIterations),16):1,y=r.generateKey(p,q,3,v,y,w),q=a.hmac.create();q.start(w,y);q.update(b.value);if(q.getMac().getBytes()!==x.macDigest)throw Error("PKCS#12 MAC could not be verified. Invalid password?");}e(u,b.value,h,p);return u};r.toPkcs12Asn1=function(b,c,d,e){e=e||{};e.saltSize=e.saltSize||
591
-8;e.count=e.count||2048;e.algorithm=e.algorithm||e.encAlgorithm||"aes128";"useMac"in e||(e.useMac=!0);"localKeyId"in e||(e.localKeyId=null);"generateLocalKeyId"in e||(e.generateLocalKeyId=!0);var k=e.localKeyId,h;if(null!==k)k=a.util.hexToBytes(k);else if(e.generateLocalKeyId)if(c){var m=a.util.isArray(c)?c[0]:c;"string"===typeof m&&(m=g.certificateFromPem(m));k=a.md.sha1.create();k.update(l.toDer(g.certificateToAsn1(m)).getBytes());k=k.digest().getBytes()}else k=a.random.getBytes(20);m=[];null!==
592
-k&&m.push(l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.localKeyId).getBytes()),l.create(l.Class.UNIVERSAL,l.Type.SET,!0,[l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,k)])]));"friendlyName"in e&&m.push(l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.friendlyName).getBytes()),l.create(l.Class.UNIVERSAL,l.Type.SET,!0,[l.create(l.Class.UNIVERSAL,l.Type.BMPSTRING,!1,e.friendlyName)])]));
593
-0<m.length&&(h=l.create(l.Class.UNIVERSAL,l.Type.SET,!0,m));k=[];m=[];null!==c&&(m=a.util.isArray(c)?c:[c]);for(var p=[],u=0;u<m.length;++u){c=m[u];"string"===typeof c&&(c=g.certificateFromPem(c));var w=0===u?h:void 0;c=g.certificateToAsn1(c);c=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.certBag).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.x509Certificate).getBytes()),
594
-l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,l.toDer(c).getBytes())])])]),w]);p.push(c)}0<p.length&&(c=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,p),c=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.data).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,l.toDer(c).getBytes())])]),k.push(c));c=null;null!==b&&(b=g.wrapRsaPrivateKey(g.privateKeyToAsn1(b)),
595
-c=null===d?l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.keyBag).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[b]),h]):l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.pkcs8ShroudedKeyBag).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[g.encryptPrivateKeyInfo(b,d,e)]),h]),b=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[c]),b=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,
596
-[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.data).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,l.toDer(b).getBytes())])]),k.push(b));h=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,k);var y;e.useMac&&(k=a.md.sha1.create(),y=new a.util.ByteBuffer(a.random.getBytes(e.saltSize)),e=e.count,b=r.generateKey(d,y,3,e,20),d=a.hmac.create(),d.start(k,b),d.update(l.toDer(h).getBytes()),d=d.getMac(),y=l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,
597
-!0,[l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.sha1).getBytes()),l.create(l.Class.UNIVERSAL,l.Type.NULL,!1,"")]),l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,d.getBytes())]),l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,y.getBytes()),l.create(l.Class.UNIVERSAL,l.Type.INTEGER,!1,l.integerToDer(e).getBytes())]));return l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,
598
-l.Type.INTEGER,!1,l.integerToDer(3).getBytes()),l.create(l.Class.UNIVERSAL,l.Type.SEQUENCE,!0,[l.create(l.Class.UNIVERSAL,l.Type.OID,!1,l.oidToDer(g.oids.data).getBytes()),l.create(l.Class.CONTEXT_SPECIFIC,0,!0,[l.create(l.Class.UNIVERSAL,l.Type.OCTETSTRING,!1,l.toDer(h).getBytes())])]),y])};r.generateKey=a.pbe.generatePkcs12Key}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,
599
-h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs12)return c.pkcs12;c.defined.pkcs12=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pkcs12}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs12","require module ./asn1 ./hmac ./oids ./pkcs7asn1 ./pbe ./random ./rsa ./sha1 ./util ./x509".split(" "),
600
-function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1,d=a.pki=a.pki||{};d.pemToDer=function(b){b=a.pem.decode(b)[0];if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert PEM to DER; PEM is encrypted.");return a.util.createBuffer(b.body)};d.privateKeyFromPem=function(b){b=a.pem.decode(b)[0];if("PRIVATE KEY"!==b.type&&"RSA PRIVATE KEY"!==b.type){var e=Error('Could not convert private key from PEM; PEM header type is not "PRIVATE KEY" or "RSA PRIVATE KEY".');
601
-e.headerType=b.type;throw e;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert private key from PEM; PEM is encrypted.");b=c.fromDer(b.body);return d.privateKeyFromAsn1(b)};d.privateKeyToPem=function(b,e){var h={type:"RSA PRIVATE KEY",body:c.toDer(d.privateKeyToAsn1(b)).getBytes()};return a.pem.encode(h,{maxline:e})};d.privateKeyInfoToPem=function(b,d){var e={type:"PRIVATE KEY",body:c.toDer(b).getBytes()};return a.pem.encode(e,{maxline:d})}}if("function"!==typeof a)if("object"===
602
-typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pki)return c.pki;c.defined.pki=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pki}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,
603
-Array.prototype.slice.call(arguments,0))};a("js/pki","require module ./asn1 ./oids ./pbe ./pem ./pbkdf2 ./pkcs12 ./pss ./rsa ./util ./x509".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=function(b,c,d,e){var g=a.util.createBuffer(),h=b.length>>1,k=h+(b.length&1),l=b.substr(0,k),k=b.substr(h,k);b=a.util.createBuffer();h=a.hmac.create();d=c+d;var m=Math.ceil(e/16);c=Math.ceil(e/20);h.start("MD5",l);l=a.util.createBuffer();b.putBytes(d);
604
-for(var p=0;p<m;++p)h.start(null,null),h.update(b.getBytes()),b.putBuffer(h.digest()),h.start(null,null),h.update(b.bytes()+d),l.putBuffer(h.digest());h.start("SHA1",k);k=a.util.createBuffer();b.clear();b.putBytes(d);for(p=0;p<c;++p)h.start(null,null),h.update(b.getBytes()),b.putBuffer(h.digest()),h.start(null,null),h.update(b.bytes()+d),k.putBuffer(h.digest());g.putBytes(a.util.xorBytes(l.getBytes(),k.getBytes(),e));return g},d=function(b,c,d){d=!1;try{var e=b.deflate(c.fragment.getBytes());c.fragment=
605
-a.util.createBuffer(e);c.length=e.length;d=!0}catch(g){}return d},e=function(b,c,d){d=!1;try{var e=b.inflate(c.fragment.getBytes());c.fragment=a.util.createBuffer(e);c.length=e.length;d=!0}catch(g){}return d},h=function(b,c){var d=0;switch(c){case 1:d=b.getByte();break;case 2:d=b.getInt16();break;case 3:d=b.getInt24();break;case 4:d=b.getInt32()}return a.util.createBuffer(b.getBytes(d))},p=function(a,b,c){a.putInt(c.length(),b<<3);a.putBuffer(c)},l={Versions:{TLS_1_0:{major:3,minor:1},TLS_1_1:{major:3,
606
-minor:2},TLS_1_2:{major:3,minor:3}}};l.SupportedVersions=[l.Versions.TLS_1_1,l.Versions.TLS_1_0];l.Version=l.SupportedVersions[0];l.MaxFragment=15360;l.ConnectionEnd={server:0,client:1};l.PRFAlgorithm={tls_prf_sha256:0};l.BulkCipherAlgorithm={none:null,rc4:0,des3:1,aes:2};l.CipherType={stream:0,block:1,aead:2};l.MACAlgorithm={none:null,hmac_md5:0,hmac_sha1:1,hmac_sha256:2,hmac_sha384:3,hmac_sha512:4};l.CompressionMethod={none:0,deflate:1};l.ContentType={change_cipher_spec:20,alert:21,handshake:22,
607
-application_data:23,heartbeat:24};l.HandshakeType={hello_request:0,client_hello:1,server_hello:2,certificate:11,server_key_exchange:12,certificate_request:13,server_hello_done:14,certificate_verify:15,client_key_exchange:16,finished:20};l.Alert={};l.Alert.Level={warning:1,fatal:2};l.Alert.Description={close_notify:0,unexpected_message:10,bad_record_mac:20,decryption_failed:21,record_overflow:22,decompression_failure:30,handshake_failure:40,bad_certificate:42,unsupported_certificate:43,certificate_revoked:44,
608
-certificate_expired:45,certificate_unknown:46,illegal_parameter:47,unknown_ca:48,access_denied:49,decode_error:50,decrypt_error:51,export_restriction:60,protocol_version:70,insufficient_security:71,internal_error:80,user_canceled:90,no_renegotiation:100};l.HeartbeatMessageType={heartbeat_request:1,heartbeat_response:2};l.CipherSuites={};l.getCipherSuite=function(a){var b=null,c;for(c in l.CipherSuites){var d=l.CipherSuites[c];if(d.id[0]===a.charCodeAt(0)&&d.id[1]===a.charCodeAt(1)){b=d;break}}return b};
609
-l.handleUnexpected=function(a,b){(a.open||a.entity!==l.ConnectionEnd.client)&&a.error(a,{message:"Unexpected message. Received TLS record out of order.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.unexpected_message}})};l.handleHelloRequest=function(a,b,c){!a.handshaking&&0<a.handshakes&&(l.queue(a,l.createAlert(a,{level:l.Alert.Level.warning,description:l.Alert.Description.no_renegotiation})),l.flush(a));a.process()};l.parseHelloMessage=function(b,c,d){var e=null,g=b.entity===
610
-l.ConnectionEnd.client;if(38>d)b.error(b,{message:g?"Invalid ServerHello message. Message too short.":"Invalid ClientHello message. Message too short.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.illegal_parameter}});else{c=c.fragment;var k=c.length(),e={version:{major:c.getByte(),minor:c.getByte()},random:a.util.createBuffer(c.getBytes(32)),session_id:h(c,1),extensions:[]};g?(e.cipher_suite=c.getBytes(2),e.compression_method=c.getByte()):(e.cipher_suites=h(c,2),e.compression_methods=
611
-h(c,1));k=d-(k-c.length());if(0<k){for(d=h(c,2);0<d.length();)e.extensions.push({type:[d.getByte(),d.getByte()],data:h(d,2)});if(!g)for(d=0;d<e.extensions.length;++d)if(c=e.extensions[d],0===c.type[0]&&0===c.type[1])for(c=h(c.data,2);0<c.length()&&0===c.getByte();)b.session.extensions.server_name.serverNameList.push(h(c,2).getBytes())}if(b.session.version&&(e.version.major!==b.session.version.major||e.version.minor!==b.session.version.minor))return b.error(b,{message:"TLS version change is disallowed during renegotiation.",
612
-send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.protocol_version}});if(g)b.session.cipherSuite=l.getCipherSuite(e.cipher_suite);else for(d=a.util.createBuffer(e.cipher_suites.bytes());0<d.length()&&(b.session.cipherSuite=l.getCipherSuite(d.getBytes(2)),null===b.session.cipherSuite););if(null===b.session.cipherSuite)return b.error(b,{message:"No cipher suites in common.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.handshake_failure},cipherSuite:a.util.bytesToHex(e.cipher_suite)});
613
-b.session.compressionMethod=g?e.compression_method:l.CompressionMethod.none}return e};l.createSecurityParameters=function(a,b){var c=a.entity===l.ConnectionEnd.client,d=b.random.bytes(),e=c?a.session.sp.client_random:d,c=c?d:l.createRandom().getBytes();a.session.sp={entity:a.entity,prf_algorithm:l.PRFAlgorithm.tls_prf_sha256,bulk_cipher_algorithm:null,cipher_type:null,enc_key_length:null,block_length:null,fixed_iv_length:null,record_iv_length:null,mac_algorithm:null,mac_length:null,mac_key_length:null,
614
-compression_algorithm:a.session.compressionMethod,pre_master_secret:null,master_secret:null,client_random:e,server_random:c}};l.handleServerHello=function(a,b,c){b=l.parseHelloMessage(a,b,c);if(!a.fail){if(b.version.minor<=a.version.minor)a.version.minor=b.version.minor;else return a.error(a,{message:"Incompatible TLS version.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.protocol_version}});a.session.version=a.version;c=b.session_id.bytes();0<c.length&&c===a.session.id?
615
-(a.expect=w,a.session.resuming=!0,a.session.sp.server_random=b.random.bytes()):(a.expect=g,a.session.resuming=!1,l.createSecurityParameters(a,b));a.session.id=c;a.process()}};l.handleClientHello=function(b,c,d){c=l.parseHelloMessage(b,c,d);if(!b.fail){var e=c.session_id.bytes();d=null;if(b.sessionCache)if(d=b.sessionCache.getSession(e),null===d)e="";else if(d.version.major!==c.version.major||d.version.minor>c.version.minor)d=null,e="";0===e.length&&(e=a.random.getBytes(32));b.session.id=e;b.session.clientHelloVersion=
616
-c.version;b.session.sp={};if(d)b.version=b.session.version=d.version,b.session.sp=d.sp;else{for(var g,e=1;e<l.SupportedVersions.length&&!(g=l.SupportedVersions[e],g.minor<=c.version.minor);++e);b.version={major:g.major,minor:g.minor};b.session.version=b.version}null!==d?(b.expect=C,b.session.resuming=!0,b.session.sp.client_random=c.random.bytes()):(b.expect=!1!==b.verifyClient?E:A,b.session.resuming=!1,l.createSecurityParameters(b,c));b.open=!0;l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,
617
-data:l.createServerHello(b)}));b.session.resuming?(l.queue(b,l.createRecord(b,{type:l.ContentType.change_cipher_spec,data:l.createChangeCipherSpec()})),b.state.pending=l.createConnectionState(b),b.state.current.write=b.state.pending.write,l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createFinished(b)}))):(l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createCertificate(b)})),b.fail||(l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createServerKeyExchange(b)})),
618
-!1!==b.verifyClient&&l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createCertificateRequest(b)})),l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createServerHelloDone(b)}))));l.flush(b);b.process()}};l.handleCertificate=function(b,c,d){if(3>d)return b.error(b,{message:"Invalid Certificate message. Message too short.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.illegal_parameter}});d=h(c.fragment,3);var e,g;c=[];try{for(;0<d.length();)e=
619
-h(d,3),g=a.asn1.fromDer(e),e=a.pki.certificateFromAsn1(g,!0),c.push(e)}catch(k){return b.error(b,{message:"Could not parse certificate list.",cause:k,send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.bad_certificate}})}e=b.entity===l.ConnectionEnd.client;!e&&!0!==b.verifyClient||0!==c.length?0===c.length?b.expect=e?r:A:(e?b.session.serverCertificate=c[0]:b.session.clientCertificate=c[0],l.verifyCertificateChain(b,c)&&(b.expect=e?r:A)):b.error(b,{message:e?"No server certificate provided.":
620
-"No client certificate provided.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.illegal_parameter}});b.process()};l.handleServerKeyExchange=function(a,b,c){if(0<c)return a.error(a,{message:"Invalid key parameters. Only RSA is supported.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.unsupported_certificate}});a.expect=u;a.process()};l.handleClientKeyExchange=function(b,c,d){if(48>d)return b.error(b,{message:"Invalid key parameters. Only RSA is supported.",
621
-send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.unsupported_certificate}});c=h(c.fragment,2).getBytes();d=null;if(b.getPrivateKey)try{d=b.getPrivateKey(b,b.session.serverCertificate),d=a.pki.privateKeyFromPem(d)}catch(e){b.error(b,{message:"Could not get private key.",cause:e,send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}})}if(null===d)return b.error(b,{message:"No private key set.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}});
622
-try{var g=b.session.sp;g.pre_master_secret=d.decrypt(c);var k=b.session.clientHelloVersion;if(k.major!==g.pre_master_secret.charCodeAt(0)||k.minor!==g.pre_master_secret.charCodeAt(1))throw Error("TLS version rollback attack detected.");}catch(e){g.pre_master_secret=a.random.getBytes(48)}b.expect=C;null!==b.session.clientCertificate&&(b.expect=x);b.process()};l.handleCertificateRequest=function(a,b,c){if(3>c)return a.error(a,{message:"Invalid CertificateRequest. Message too short.",send:!0,alert:{level:l.Alert.Level.fatal,
623
-description:l.Alert.Description.illegal_parameter}});b=b.fragment;b={certificate_types:h(b,1),certificate_authorities:h(b,2)};a.session.certificateRequest=b;a.expect=D;a.process()};l.handleCertificateVerify=function(b,c,d){if(2>d)return b.error(b,{message:"Invalid CertificateVerify. Message too short.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.illegal_parameter}});d=c.fragment;d.read-=4;c=d.bytes();d.read+=4;d=h(d,2).getBytes();var e=a.util.createBuffer();e.putBuffer(b.session.md5.digest());
624
-e.putBuffer(b.session.sha1.digest());e=e.getBytes();try{if(!b.session.clientCertificate.publicKey.verify(e,d,"NONE"))throw Error("CertificateVerify signature does not match.");b.session.md5.update(c);b.session.sha1.update(c)}catch(g){return b.error(b,{message:"Bad signature in CertificateVerify.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.handshake_failure}})}b.expect=C;b.process()};l.handleServerHelloDone=function(b,c,d){if(0<d)return b.error(b,{message:"Invalid ServerHelloDone message. Invalid length.",
625
-send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.record_overflow}});if(null===b.serverCertificate&&(c={message:"No server certificate provided. Not enough security.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.insufficient_security}},d=b.verify(b,c.alert.description,0,[]),!0!==d)){if(d||0===d)"object"!==typeof d||a.util.isArray(d)?"number"===typeof d&&(c.alert.description=d):(d.message&&(c.message=d.message),d.alert&&(c.alert.description=d.alert));
626
-return b.error(b,c)}null!==b.session.certificateRequest&&(c=l.createRecord(b,{type:l.ContentType.handshake,data:l.createCertificate(b)}),l.queue(b,c));c=l.createRecord(b,{type:l.ContentType.handshake,data:l.createClientKeyExchange(b)});l.queue(b,c);b.expect=G;c=function(a,b){null!==a.session.certificateRequest&&null!==a.session.clientCertificate&&l.queue(a,l.createRecord(a,{type:l.ContentType.handshake,data:l.createCertificateVerify(a,b)}));l.queue(a,l.createRecord(a,{type:l.ContentType.change_cipher_spec,
627
-data:l.createChangeCipherSpec()}));a.state.pending=l.createConnectionState(a);a.state.current.write=a.state.pending.write;l.queue(a,l.createRecord(a,{type:l.ContentType.handshake,data:l.createFinished(a)}));a.expect=w;l.flush(a);a.process()};if(null===b.session.certificateRequest||null===b.session.clientCertificate)return c(b,null);l.getClientSignature(b,c)};l.handleChangeCipherSpec=function(a,b){if(1!==b.fragment.getByte())return a.error(a,{message:"Invalid ChangeCipherSpec message received.",send:!0,
628
-alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.illegal_parameter}});var c=a.entity===l.ConnectionEnd.client;if(a.session.resuming&&c||!a.session.resuming&&!c)a.state.pending=l.createConnectionState(a);a.state.current.read=a.state.pending.read;if(!a.session.resuming&&c||a.session.resuming&&!c)a.state.pending=null;a.expect=c?y:M;a.process()};l.handleFinished=function(b,d,e){e=d.fragment;e.read-=4;var g=e.bytes();e.read+=4;d=d.fragment.getBytes();e=a.util.createBuffer();e.putBuffer(b.session.md5.digest());
629
-e.putBuffer(b.session.sha1.digest());var h=b.entity===l.ConnectionEnd.client;e=c(b.session.sp.master_secret,h?"server finished":"client finished",e.getBytes(),12);if(e.getBytes()!==d)return b.error(b,{message:"Invalid verify_data in Finished message.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.decrypt_error}});b.session.md5.update(g);b.session.sha1.update(g);if(b.session.resuming&&h||!b.session.resuming&&!h)l.queue(b,l.createRecord(b,{type:l.ContentType.change_cipher_spec,
630
-data:l.createChangeCipherSpec()})),b.state.current.write=b.state.pending.write,b.state.pending=null,l.queue(b,l.createRecord(b,{type:l.ContentType.handshake,data:l.createFinished(b)}));b.expect=h?F:ba;b.handshaking=!1;++b.handshakes;b.peerCertificate=h?b.session.serverCertificate:b.session.clientCertificate;l.flush(b);b.isConnected=!0;b.connected(b);b.process()};l.handleAlert=function(a,b){var c=b.fragment,c={level:c.getByte(),description:c.getByte()},d;switch(c.description){case l.Alert.Description.close_notify:d=
631
-"Connection closed.";break;case l.Alert.Description.unexpected_message:d="Unexpected message.";break;case l.Alert.Description.bad_record_mac:d="Bad record MAC.";break;case l.Alert.Description.decryption_failed:d="Decryption failed.";break;case l.Alert.Description.record_overflow:d="Record overflow.";break;case l.Alert.Description.decompression_failure:d="Decompression failed.";break;case l.Alert.Description.handshake_failure:d="Handshake failure.";break;case l.Alert.Description.bad_certificate:d=
632
-"Bad certificate.";break;case l.Alert.Description.unsupported_certificate:d="Unsupported certificate.";break;case l.Alert.Description.certificate_revoked:d="Certificate revoked.";break;case l.Alert.Description.certificate_expired:d="Certificate expired.";break;case l.Alert.Description.certificate_unknown:d="Certificate unknown.";break;case l.Alert.Description.illegal_parameter:d="Illegal parameter.";break;case l.Alert.Description.unknown_ca:d="Unknown certificate authority.";break;case l.Alert.Description.access_denied:d=
633
-"Access denied.";break;case l.Alert.Description.decode_error:d="Decode error.";break;case l.Alert.Description.decrypt_error:d="Decrypt error.";break;case l.Alert.Description.export_restriction:d="Export restriction.";break;case l.Alert.Description.protocol_version:d="Unsupported protocol version.";break;case l.Alert.Description.insufficient_security:d="Insufficient security.";break;case l.Alert.Description.internal_error:d="Internal error.";break;case l.Alert.Description.user_canceled:d="User canceled.";
634
-break;case l.Alert.Description.no_renegotiation:d="Renegotiation not supported.";break;default:d="Unknown error."}if(c.description===l.Alert.Description.close_notify)return a.close();a.error(a,{message:d,send:!1,origin:a.entity===l.ConnectionEnd.client?"server":"client",alert:c});a.process()};l.handleHandshake=function(b,c){var d=c.fragment,e=d.getByte(),g=d.getInt24();if(g>d.length())return b.fragmented=c,c.fragment=a.util.createBuffer(),d.read-=4,b.process();b.fragmented=null;d.read-=4;var h=d.bytes(g+
635
-4);d.read+=4;e in Z[b.entity][b.expect]?(b.entity!==l.ConnectionEnd.server||b.open||b.fail||(b.handshaking=!0,b.session={version:null,extensions:{server_name:{serverNameList:[]}},cipherSuite:null,compressionMethod:null,serverCertificate:null,clientCertificate:null,md5:a.md.md5.create(),sha1:a.md.sha1.create()}),e!==l.HandshakeType.hello_request&&e!==l.HandshakeType.certificate_verify&&e!==l.HandshakeType.finished&&(b.session.md5.update(h),b.session.sha1.update(h)),Z[b.entity][b.expect][e](b,c,g)):
636
-l.handleUnexpected(b,c)};l.handleApplicationData=function(a,b){a.data.putBuffer(b.fragment);a.dataReady(a);a.process()};l.handleHeartbeat=function(b,c){var d=c.fragment,e=d.getByte(),g=d.getInt16(),d=d.getBytes(g);if(e===l.HeartbeatMessageType.heartbeat_request){if(b.handshaking||g>d.length)return b.process();l.queue(b,l.createRecord(b,{type:l.ContentType.heartbeat,data:l.createHeartbeat(l.HeartbeatMessageType.heartbeat_response,d)}));l.flush(b)}else if(e===l.HeartbeatMessageType.heartbeat_response){if(d!==
637
-b.expectedHeartbeatPayload)return b.process();b.heartbeatReceived&&b.heartbeatReceived(b,a.util.createBuffer(d))}b.process()};var g=1,r=2,u=3,D=4,w=5,y=6,F=7,G=8,E=1,A=2,x=3,C=4,M=5,ba=6,q=l.handleUnexpected,T=l.handleChangeCipherSpec,U=l.handleAlert,S=l.handleHandshake,ca=l.handleApplicationData,P=l.handleHeartbeat,R=[];R[l.ConnectionEnd.client]=[[q,U,S,q,P],[q,U,S,q,P],[q,U,S,q,P],[q,U,S,q,P],[q,U,S,q,P],[T,U,q,q,P],[q,U,S,q,P],[q,U,S,ca,P],[q,U,S,q,P]];R[l.ConnectionEnd.server]=[[q,U,S,q,P],[q,
638
-U,S,q,P],[q,U,S,q,P],[q,U,S,q,P],[T,U,q,q,P],[q,U,S,q,P],[q,U,S,ca,P],[q,U,S,q,P]];var T=l.handleHelloRequest,U=l.handleCertificate,S=l.handleServerKeyExchange,ca=l.handleCertificateRequest,P=l.handleServerHelloDone,V=l.handleFinished,Z=[];Z[l.ConnectionEnd.client]=[[q,q,l.handleServerHello,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,U,S,ca,P,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,S,ca,P,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,q,ca,P,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,q,q,P,q,q,q,
639
-q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,V],[T,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[T,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q]];Z[l.ConnectionEnd.server]=[[q,l.handleClientHello,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[q,q,q,q,q,q,q,q,q,q,q,U,q,q,q,q,q,q,q,q,q],[q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,l.handleClientKeyExchange,q,q,q,q],[q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,l.handleCertificateVerify,q,q,q,q,q],[q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[q,q,
640
-q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,V],[q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q],[q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q,q]];l.generateKeys=function(a,b){var d=b.client_random+b.server_random;a.session.resuming||(b.master_secret=c(b.pre_master_secret,"master secret",d,48).bytes(),b.pre_master_secret=null);var d=b.server_random+b.client_random,e=2*b.mac_key_length+2*b.enc_key_length,g=a.version.major===l.Versions.TLS_1_0.major&&a.version.minor===l.Versions.TLS_1_0.minor;g&&(e+=2*b.fixed_iv_length);
641
-d=c(b.master_secret,"key expansion",d,e);e={client_write_MAC_key:d.getBytes(b.mac_key_length),server_write_MAC_key:d.getBytes(b.mac_key_length),client_write_key:d.getBytes(b.enc_key_length),server_write_key:d.getBytes(b.enc_key_length)};g&&(e.client_write_IV=d.getBytes(b.fixed_iv_length),e.server_write_IV=d.getBytes(b.fixed_iv_length));return e};l.createConnectionState=function(a){var b=a.entity===l.ConnectionEnd.client,c=function(){var a={sequenceNumber:[0,0],macKey:null,macLength:0,macFunction:null,
642
-cipherState:null,cipherFunction:function(a){return!0},compressionState:null,compressFunction:function(a){return!0},updateSequenceNumber:function(){4294967295===a.sequenceNumber[1]?(a.sequenceNumber[1]=0,++a.sequenceNumber[0]):++a.sequenceNumber[1]}};return a},g={read:c(),write:c()};g.read.update=function(a,b){g.read.cipherFunction(b,g.read)?g.read.compressFunction(a,b,g.read)||a.error(a,{message:"Could not decompress record.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.decompression_failure}}):
643
-a.error(a,{message:"Could not decrypt record or bad MAC.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.bad_record_mac}});return!a.fail};g.write.update=function(a,b){g.write.compressFunction(a,b,g.write)?g.write.cipherFunction(b,g.write)||a.error(a,{message:"Could not encrypt record.",send:!1,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}}):a.error(a,{message:"Could not compress record.",send:!1,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}});
644
-return!a.fail};if(a.session)switch(c=a.session.sp,a.session.cipherSuite.initSecurityParameters(c),c.keys=l.generateKeys(a,c),g.read.macKey=b?c.keys.server_write_MAC_key:c.keys.client_write_MAC_key,g.write.macKey=b?c.keys.client_write_MAC_key:c.keys.server_write_MAC_key,a.session.cipherSuite.initConnectionState(g,a,c),c.compression_algorithm){case l.CompressionMethod.none:break;case l.CompressionMethod.deflate:g.read.compressFunction=e;g.write.compressFunction=d;break;default:throw Error("Unsupported compression algorithm.");
645
-}return g};l.createRandom=function(){var b=new Date,b=+b+6E4*b.getTimezoneOffset(),c=a.util.createBuffer();c.putInt32(b);c.putBytes(a.random.getBytes(28));return c};l.createRecord=function(a,b){return b.data?{type:b.type,version:{major:a.version.major,minor:a.version.minor},length:b.data.length(),fragment:b.data}:null};l.createAlert=function(b,c){var d=a.util.createBuffer();d.putByte(c.level);d.putByte(c.description);return l.createRecord(b,{type:l.ContentType.alert,data:d})};l.createClientHello=
646
-function(b){b.session.clientHelloVersion={major:b.version.major,minor:b.version.minor};for(var c=a.util.createBuffer(),d=0;d<b.cipherSuites.length;++d){var e=b.cipherSuites[d];c.putByte(e.id[0]);c.putByte(e.id[1])}var g=c.length(),d=a.util.createBuffer();d.putByte(l.CompressionMethod.none);var h=d.length(),e=a.util.createBuffer();if(b.virtualHost){var k=a.util.createBuffer();k.putByte(0);k.putByte(0);var m=a.util.createBuffer();m.putByte(0);p(m,2,a.util.createBuffer(b.virtualHost));var q=a.util.createBuffer();
647
-p(q,2,m);p(k,2,q);e.putBuffer(k)}k=e.length();0<k&&(k+=2);m=b.session.id;g=m.length+1+2+4+28+2+g+1+h+k;h=a.util.createBuffer();h.putByte(l.HandshakeType.client_hello);h.putInt24(g);h.putByte(b.version.major);h.putByte(b.version.minor);h.putBytes(b.session.sp.client_random);p(h,1,a.util.createBuffer(m));p(h,2,c);p(h,1,d);0<k&&p(h,2,e);return h};l.createServerHello=function(b){var c=b.session.id,d=c.length+1+2+4+28+2+1,e=a.util.createBuffer();e.putByte(l.HandshakeType.server_hello);e.putInt24(d);e.putByte(b.version.major);
648
-e.putByte(b.version.minor);e.putBytes(b.session.sp.server_random);p(e,1,a.util.createBuffer(c));e.putByte(b.session.cipherSuite.id[0]);e.putByte(b.session.cipherSuite.id[1]);e.putByte(b.session.compressionMethod);return e};l.createCertificate=function(b){var c=b.entity===l.ConnectionEnd.client,d=null;b.getCertificate&&(d=b.getCertificate(b,c?b.session.certificateRequest:b.session.extensions.server_name.serverNameList));var e=a.util.createBuffer();if(null!==d)try{a.util.isArray(d)||(d=[d]);for(var g=
649
-null,h=0;h<d.length;++h){var k=a.pem.decode(d[h])[0];if("CERTIFICATE"!==k.type&&"X509 CERTIFICATE"!==k.type&&"TRUSTED CERTIFICATE"!==k.type){var m=Error('Could not convert certificate from PEM; PEM header type is not "CERTIFICATE", "X509 CERTIFICATE", or "TRUSTED CERTIFICATE".');m.headerType=k.type;throw m;}if(k.procType&&"ENCRYPTED"===k.procType.type)throw Error("Could not convert certificate from PEM; PEM is encrypted.");var q=a.util.createBuffer(k.body);null===g&&(g=a.asn1.fromDer(q.bytes(),!1));
650
-var u=a.util.createBuffer();p(u,3,q);e.putBuffer(u)}d=a.pki.certificateFromAsn1(g);c?b.session.clientCertificate=d:b.session.serverCertificate=d}catch(x){return b.error(b,{message:"Could not send certificate list.",cause:x,send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.bad_certificate}})}b=3+e.length();c=a.util.createBuffer();c.putByte(l.HandshakeType.certificate);c.putInt24(b);p(c,3,e);return c};l.createClientKeyExchange=function(b){var c=a.util.createBuffer();c.putByte(b.session.clientHelloVersion.major);
651
-c.putByte(b.session.clientHelloVersion.minor);c.putBytes(a.random.getBytes(46));var d=b.session.sp;d.pre_master_secret=c.getBytes();c=b.session.serverCertificate.publicKey.encrypt(d.pre_master_secret);b=c.length+2;d=a.util.createBuffer();d.putByte(l.HandshakeType.client_key_exchange);d.putInt24(b);d.putInt16(c.length);d.putBytes(c);return d};l.createServerKeyExchange=function(b){return a.util.createBuffer()};l.getClientSignature=function(b,c){var d=a.util.createBuffer();d.putBuffer(b.session.md5.digest());
652
-d.putBuffer(b.session.sha1.digest());d=d.getBytes();b.getSignature=b.getSignature||function(b,c,d){var e=null;if(b.getPrivateKey)try{e=b.getPrivateKey(b,b.session.clientCertificate),e=a.pki.privateKeyFromPem(e)}catch(g){b.error(b,{message:"Could not get private key.",cause:g,send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}})}null===e?b.error(b,{message:"No private key set.",send:!0,alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.internal_error}}):
653
-c=e.sign(c,null);d(b,c)};b.getSignature(b,d,c)};l.createCertificateVerify=function(b,c){var d=c.length+2,e=a.util.createBuffer();e.putByte(l.HandshakeType.certificate_verify);e.putInt24(d);e.putInt16(c.length);e.putBytes(c);return e};l.createCertificateRequest=function(b){var c=a.util.createBuffer();c.putByte(1);var d=a.util.createBuffer(),e;for(e in b.caStore.certs){var g=a.pki.distinguishedNameToAsn1(b.caStore.certs[e].subject);d.putBuffer(a.asn1.toDer(g))}b=1+c.length()+2+d.length();e=a.util.createBuffer();
654
-e.putByte(l.HandshakeType.certificate_request);e.putInt24(b);p(e,1,c);p(e,2,d);return e};l.createServerHelloDone=function(b){b=a.util.createBuffer();b.putByte(l.HandshakeType.server_hello_done);b.putInt24(0);return b};l.createChangeCipherSpec=function(){var b=a.util.createBuffer();b.putByte(1);return b};l.createFinished=function(b){var d=a.util.createBuffer();d.putBuffer(b.session.md5.digest());d.putBuffer(b.session.sha1.digest());d=c(b.session.sp.master_secret,b.entity===l.ConnectionEnd.client?"client finished":
655
-"server finished",d.getBytes(),12);b=a.util.createBuffer();b.putByte(l.HandshakeType.finished);b.putInt24(d.length());b.putBuffer(d);return b};l.createHeartbeat=function(b,c,d){"undefined"===typeof d&&(d=c.length);var e=a.util.createBuffer();e.putByte(b);e.putInt16(d);e.putBytes(c);b=e.length();e.putBytes(a.random.getBytes(Math.max(16,b-d-3)));return e};l.queue=function(b,c){if(c){if(c.type===l.ContentType.handshake){var d=c.fragment.bytes();b.session.md5.update(d);b.session.sha1.update(d)}if(c.fragment.length()<=
656
-l.MaxFragment)d=[c];else{for(var d=[],e=c.fragment.bytes();e.length>l.MaxFragment;)d.push(l.createRecord(b,{type:c.type,data:a.util.createBuffer(e.slice(0,l.MaxFragment))})),e=e.slice(l.MaxFragment);0<e.length&&d.push(l.createRecord(b,{type:c.type,data:a.util.createBuffer(e)}))}for(e=0;e<d.length&&!b.fail;++e){var g=d[e];b.state.current.write.update(b,g)&&b.records.push(g)}}};l.flush=function(a){for(var b=0;b<a.records.length;++b){var c=a.records[b];a.tlsData.putByte(c.type);a.tlsData.putByte(c.version.major);
657
-a.tlsData.putByte(c.version.minor);a.tlsData.putInt16(c.fragment.length());a.tlsData.putBuffer(a.records[b].fragment)}a.records=[];return a.tlsDataReady(a)};var aa=function(b){switch(b){case !0:return!0;case a.pki.certificateError.bad_certificate:return l.Alert.Description.bad_certificate;case a.pki.certificateError.unsupported_certificate:return l.Alert.Description.unsupported_certificate;case a.pki.certificateError.certificate_revoked:return l.Alert.Description.certificate_revoked;case a.pki.certificateError.certificate_expired:return l.Alert.Description.certificate_expired;
658
-case a.pki.certificateError.certificate_unknown:return l.Alert.Description.certificate_unknown;case a.pki.certificateError.unknown_ca:return l.Alert.Description.unknown_ca;default:return l.Alert.Description.bad_certificate}},N=function(b){switch(b){case !0:return!0;case l.Alert.Description.bad_certificate:return a.pki.certificateError.bad_certificate;case l.Alert.Description.unsupported_certificate:return a.pki.certificateError.unsupported_certificate;case l.Alert.Description.certificate_revoked:return a.pki.certificateError.certificate_revoked;
659
-case l.Alert.Description.certificate_expired:return a.pki.certificateError.certificate_expired;case l.Alert.Description.certificate_unknown:return a.pki.certificateError.certificate_unknown;case l.Alert.Description.unknown_ca:return a.pki.certificateError.unknown_ca;default:return a.pki.certificateError.bad_certificate}};l.verifyCertificateChain=function(b,c){try{a.pki.verifyCertificateChain(b.caStore,c,function(c,d,e){aa(c);d=b.verify(b,c,d,e);if(!0!==d){if("object"===typeof d&&!a.util.isArray(d))throw c=
660
-Error("The application rejected the certificate."),c.send=!0,c.alert={level:l.Alert.Level.fatal,description:l.Alert.Description.bad_certificate},d.message&&(c.message=d.message),d.alert&&(c.alert.description=d.alert),c;d!==c&&(d=N(d))}return d})}catch(d){var e=d;if("object"!==typeof e||a.util.isArray(e))e={send:!0,alert:{level:l.Alert.Level.fatal,description:aa(d)}};"send"in e||(e.send=!0);"alert"in e||(e.alert={level:l.Alert.Level.fatal,description:aa(e.error)});b.error(b,e)}return!b.fail};l.createSessionCache=
562
+p.getTBSCertificate=function(b){var c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.CONTEXT_SPECIFIC,0,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(b.version).getBytes())]),g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,a.util.hexToBytes(b.serialNumber)),g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(b.siginfo.algorithmOid).getBytes()),q(b.siginfo.algorithmOid,b.siginfo.parameters)]),d(b.issuer),g.create(g.Class.UNIVERSAL,
563
+g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.UTCTIME,!1,g.dateToUtcTime(b.validity.notBefore)),g.create(g.Class.UNIVERSAL,g.Type.UTCTIME,!1,g.dateToUtcTime(b.validity.notAfter))]),d(b.subject),p.publicKeyToAsn1(b.publicKey)]);b.issuer.uniqueId&&c.value.push(g.create(g.Class.CONTEXT_SPECIFIC,1,!0,[g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+b.issuer.uniqueId)]));b.subject.uniqueId&&c.value.push(g.create(g.Class.CONTEXT_SPECIFIC,2,!0,[g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,
564
+!1,String.fromCharCode(0)+b.subject.uniqueId)]));0<b.extensions.length&&c.value.push(p.certificateExtensionsToAsn1(b.extensions));return c};p.getCertificationRequestInfo=function(a){return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.INTEGER,!1,g.integerToDer(a.version).getBytes()),d(a.subject),p.publicKeyToAsn1(a.publicKey),k(a)])};p.distinguishedNameToAsn1=function(a){return d(a)};p.certificateToAsn1=function(a){var b=a.tbsCertificate||p.getTBSCertificate(a);
565
+return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[b,g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.signatureOid).getBytes()),q(a.signatureOid,a.signatureParameters)]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+a.signature)])};p.certificateExtensionsToAsn1=function(a){var b=g.create(g.Class.CONTEXT_SPECIFIC,3,!0,[]),c=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);b.value.push(c);for(var d=0;d<a.length;++d)c.value.push(p.certificateExtensionToAsn1(a[d]));
566
+return b};p.certificateExtensionToAsn1=function(a){var b=g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[]);b.value.push(g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.id).getBytes()));a.critical&&b.value.push(g.create(g.Class.UNIVERSAL,g.Type.BOOLEAN,!1,String.fromCharCode(255)));var c=a.value;"string"!==typeof a.value&&(c=g.toDer(c).getBytes());b.value.push(g.create(g.Class.UNIVERSAL,g.Type.OCTETSTRING,!1,c));return b};p.certificationRequestToAsn1=function(a){var b=a.certificationRequestInfo||
567
+p.getCertificationRequestInfo(a);return g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[b,g.create(g.Class.UNIVERSAL,g.Type.SEQUENCE,!0,[g.create(g.Class.UNIVERSAL,g.Type.OID,!1,g.oidToDer(a.signatureOid).getBytes()),q(a.signatureOid,a.signatureParameters)]),g.create(g.Class.UNIVERSAL,g.Type.BITSTRING,!1,String.fromCharCode(0)+a.signature)])};p.createCaStore=function(b){function c(b){if(!b.hash){var g=a.md.sha1.create();b.attributes=p.RDNAttributesAsArray(d(b),g);b.hash=g.digest().toHex()}return e.certs[b.hash]||
568
+null}var e={certs:{},getIssuer:function(a){return c(a.issuer)},addCertificate:function(b){"string"===typeof b&&(b=a.pki.certificateFromPem(b));if(!b.subject.hash){var c=a.md.sha1.create();b.subject.attributes=p.RDNAttributesAsArray(d(b.subject),c);b.subject.hash=c.digest().toHex()}b.subject.hash in e.certs?(c=e.certs[b.subject.hash],a.util.isArray(c)||(c=[c]),c.push(b)):e.certs[b.subject.hash]=b},hasCertificate:function(b){var d=c(b.subject);if(!d)return!1;a.util.isArray(d)||(d=[d]);b=g.toDer(p.certificateToAsn1(b)).getBytes();
569
+for(var e=0;e<d.length;++e){var k=g.toDer(p.certificateToAsn1(d[e])).getBytes();if(b===k)return!0}return!1}};if(b)for(var k=0;k<b.length;++k)e.addCertificate(b[k]);return e};p.certificateError={bad_certificate:"forge.pki.BadCertificate",unsupported_certificate:"forge.pki.UnsupportedCertificate",certificate_revoked:"forge.pki.CertificateRevoked",certificate_expired:"forge.pki.CertificateExpired",certificate_unknown:"forge.pki.CertificateUnknown",unknown_ca:"forge.pki.UnknownCertificateAuthority"};
570
+p.verifyCertificateChain=function(b,c,d){c=c.slice(0);var e=c.slice(0),g=new Date,k=!0,h=null,m=0;do{var l=c.shift(),u=null,q=!1;if(g<l.validity.notBefore||g>l.validity.notAfter)h={message:"Certificate is not valid yet or has expired.",error:p.certificateError.certificate_expired,notBefore:l.validity.notBefore,notAfter:l.validity.notAfter,now:g};if(null===h){u=c[0]||b.getIssuer(l);null===u&&l.isIssuer(l)&&(q=!0,u=l);if(u){var x=u;a.util.isArray(x)||(x=[x]);for(var w=!1;!w&&0<x.length;){u=x.shift();
571
+try{w=u.verify(l)}catch(D){}}w||(h={message:"Certificate signature is invalid.",error:p.certificateError.bad_certificate})}null!==h||u&&!q||b.hasCertificate(l)||(h={message:"Certificate is not trusted.",error:p.certificateError.unknown_ca})}null===h&&u&&!l.isIssuer(u)&&(h={message:"Certificate issuer is invalid.",error:p.certificateError.bad_certificate});if(null===h)for(x={keyUsage:!0,basicConstraints:!0},w=0;null===h&&w<l.extensions.length;++w){var v=l.extensions[w];!v.critical||v.name in x||(h=
572
+{message:"Certificate has an unsupported critical extension.",error:p.certificateError.unsupported_certificate})}null!==h||k&&(0!==c.length||u&&!q)||(k=l.getExtension("basicConstraints"),l=l.getExtension("keyUsage"),null!==l&&(l.keyCertSign&&null!==k||(h={message:"Certificate keyUsage or basicConstraints conflict or indicate that the certificate is not a CA. If the certificate is the only one in the chain or isn't the first then the certificate must be a valid CA.",error:p.certificateError.bad_certificate})),
573
+null!==h||null===k||k.cA||(h={message:"Certificate basicConstraints indicates the certificate is not a CA.",error:p.certificateError.bad_certificate}),null===h&&null!==l&&"pathLenConstraint"in k&&m-1>k.pathLenConstraint&&(h={message:"Certificate basicConstraints pathLenConstraint violated.",error:p.certificateError.bad_certificate}));l=null===h?!0:h.error;k=d?d(l,m,e):l;if(!0===k)h=null;else{!0===l&&(h={message:"The application rejected the certificate.",error:p.certificateError.bad_certificate});
574
+if(k||0===k)"object"!==typeof k||a.util.isArray(k)?"string"===typeof k&&(h.error=k):(k.message&&(h.message=k.message),k.error&&(h.error=k.error));throw h;}k=!1;++m}while(0<c.length);return!0}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.x509)return c.x509;
575
+c.defined.x509=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pki}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/x509","require module ./aes ./asn1 ./des ./md ./mgf ./oids ./pem ./pss ./rsa ./util".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(a,b,d,e){for(var g=
576
+[],k=0;k<a.length;k++)for(var h=0;h<a[k].safeBags.length;h++){var n=a[k].safeBags[h];if(void 0===e||n.type===e)null===b?g.push(n):void 0!==n.attributes[b]&&0<=n.attributes[b].indexOf(d)&&g.push(n)}return g}function d(b){if(b.composed||b.constructed){for(var c=a.util.createBuffer(),e=0;e<b.value.length;++e)c.putBytes(b.value[e].value);b.composed=b.constructed=!1;b.value=c.getBytes()}return b}function e(b,c,h,m){c=k.fromDer(c,h);if(c.tagClass!==k.Class.UNIVERSAL||c.type!==k.Type.SEQUENCE||!0!==c.constructed)throw Error("PKCS#12 AuthenticatedSafe expected to be a SEQUENCE OF ContentInfo");
577
+for(var p=0;p<c.value.length;p++){var q={},x=[];if(!k.validate(c.value[p],u,q,x))throw b=Error("Cannot read ContentInfo."),b.errors=x,b;var x={encrypted:!1},r=null,r=q.content.value[0];switch(k.derToOid(q.contentType)){case g.oids.data:if(r.tagClass!==k.Class.UNIVERSAL||r.type!==k.Type.OCTETSTRING)throw Error("PKCS#12 SafeContents Data is not an OCTET STRING.");r=d(r).value;break;case g.oids.encryptedData:var w=m,q={},F=[];if(!k.validate(r,a.pkcs7.asn1.encryptedDataValidator,q,F))throw b=Error("Cannot read EncryptedContentInfo."),
578
+b.errors=F,b;r=k.derToOid(q.contentType);if(r!==g.oids.data)throw b=Error("PKCS#12 EncryptedContentInfo ContentType is not Data."),b.oid=r,b;r=k.derToOid(q.encAlgorithm);r=g.pbe.getCipher(r,q.encParameter,w);q=d(q.encryptedContentAsn1);q=a.util.createBuffer(q.value);r.update(q);if(!r.finish())throw Error("Failed to decrypt PKCS#12 SafeContents.");r=r.output.getBytes();x.encrypted=!0;break;default:throw b=Error("Unsupported PKCS#12 contentType."),b.contentType=k.derToOid(q.contentType),b;}x.safeBags=
579
+l(r,h,m);b.safeContents.push(x)}}function l(a,b,c){if(!b&&0===a.length)return[];a=k.fromDer(a,b);if(a.tagClass!==k.Class.UNIVERSAL||a.type!==k.Type.SEQUENCE||!0!==a.constructed)throw Error("PKCS#12 SafeContents expected to be a SEQUENCE OF SafeBag.");for(var d=[],e=0;e<a.value.length;e++){var h={},n=[];if(!k.validate(a.value[e],x,h,n))throw a=Error("Cannot read SafeBag."),a.errors=n,a;var m={type:k.derToOid(h.bagId),attributes:p(h.bagAttributes)};d.push(m);var u,q,w=h.bagValue.value[0];switch(m.type){case g.oids.pkcs8ShroudedKeyBag:if(w=
580
+g.decryptPrivateKeyInfo(w,c),null===w)throw Error("Unable to decrypt PKCS#8 ShroudedKeyBag, wrong password?");case g.oids.keyBag:try{m.key=g.privateKeyFromAsn1(w)}catch(v){m.key=null,m.asn1=w}continue;case g.oids.certBag:u=F;q=function(){if(k.derToOid(h.certId)!==g.oids.x509Certificate){var a=Error("Unsupported certificate type, only X.509 supported.");a.oid=k.derToOid(h.certId);throw a;}a=k.fromDer(h.cert,b);try{m.cert=g.certificateFromAsn1(a,!0)}catch(c){m.cert=null,m.asn1=a}};break;default:throw a=
581
+Error("Unsupported PKCS#12 SafeBag type."),a.oid=m.type,a;}if(void 0!==u&&!k.validate(w,u,h,n))throw a=Error("Cannot read PKCS#12 "+u.name),a.errors=n,a;q()}return d}function p(a){var b={};if(void 0!==a)for(var c=0;c<a.length;++c){var d={},e=[];if(!k.validate(a[c],w,d,e))throw a=Error("Cannot read PKCS#12 BagAttribute."),a.errors=e,a;e=k.derToOid(d.oid);if(void 0!==g.oids[e]){b[g.oids[e]]=[];for(var h=0;h<d.values.length;++h)b[g.oids[e]].push(d.values[h].value)}}return b}var k=a.asn1,g=a.pki,q=a.pkcs12=
582
+a.pkcs12||{},u={name:"ContentInfo",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"ContentInfo.contentType",tagClass:k.Class.UNIVERSAL,type:k.Type.OID,constructed:!1,capture:"contentType"},{name:"ContentInfo.content",tagClass:k.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"content"}]},C={name:"PFX",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.version",tagClass:k.Class.UNIVERSAL,type:k.Type.INTEGER,constructed:!1,capture:"version"},
583
+u,{name:"PFX.macData",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"mac",value:[{name:"PFX.macData.mac",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"PFX.macData.mac.digestAlgorithm.algorithm",tagClass:k.Class.UNIVERSAL,type:k.Type.OID,constructed:!1,capture:"macAlgorithm"},{name:"PFX.macData.mac.digestAlgorithm.parameters",
584
+tagClass:k.Class.UNIVERSAL,captureAsn1:"macAlgorithmParameters"}]},{name:"PFX.macData.mac.digest",tagClass:k.Class.UNIVERSAL,type:k.Type.OCTETSTRING,constructed:!1,capture:"macDigest"}]},{name:"PFX.macData.macSalt",tagClass:k.Class.UNIVERSAL,type:k.Type.OCTETSTRING,constructed:!1,capture:"macSalt"},{name:"PFX.macData.iterations",tagClass:k.Class.UNIVERSAL,type:k.Type.INTEGER,constructed:!1,optional:!0,capture:"macIterations"}]}]},x={name:"SafeBag",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,
585
+value:[{name:"SafeBag.bagId",tagClass:k.Class.UNIVERSAL,type:k.Type.OID,constructed:!1,capture:"bagId"},{name:"SafeBag.bagValue",tagClass:k.Class.CONTEXT_SPECIFIC,constructed:!0,captureAsn1:"bagValue"},{name:"SafeBag.bagAttributes",tagClass:k.Class.UNIVERSAL,type:k.Type.SET,constructed:!0,optional:!0,capture:"bagAttributes"}]},w={name:"Attribute",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"Attribute.attrId",tagClass:k.Class.UNIVERSAL,type:k.Type.OID,constructed:!1,
586
+capture:"oid"},{name:"Attribute.attrValues",tagClass:k.Class.UNIVERSAL,type:k.Type.SET,constructed:!0,capture:"values"}]},F={name:"CertBag",tagClass:k.Class.UNIVERSAL,type:k.Type.SEQUENCE,constructed:!0,value:[{name:"CertBag.certId",tagClass:k.Class.UNIVERSAL,type:k.Type.OID,constructed:!1,capture:"certId"},{name:"CertBag.certValue",tagClass:k.Class.CONTEXT_SPECIFIC,constructed:!0,value:[{name:"CertBag.certValue[0]",tagClass:k.Class.UNIVERSAL,type:k.Class.OCTETSTRING,constructed:!1,capture:"cert"}]}]};
587
+q.pkcs12FromAsn1=function(b,l,p){"string"===typeof l?(p=l,l=!0):void 0===l&&(l=!0);var u={};if(!k.validate(b,C,u,[]))throw l=Error("Cannot read PKCS#12 PFX. ASN.1 object is not an PKCS#12 PFX."),l.errors=l,l;var x={version:u.version.charCodeAt(0),safeContents:[],getBags:function(b){var d={},e;"localKeyId"in b?e=b.localKeyId:"localKeyIdHex"in b&&(e=a.util.hexToBytes(b.localKeyIdHex));void 0===e&&!("friendlyName"in b)&&"bagType"in b&&(d[b.bagType]=c(x.safeContents,null,null,b.bagType));void 0!==e&&
588
+(d.localKeyId=c(x.safeContents,"localKeyId",e,b.bagType));"friendlyName"in b&&(d.friendlyName=c(x.safeContents,"friendlyName",b.friendlyName,b.bagType));return d},getBagsByFriendlyName:function(a,b){return c(x.safeContents,"friendlyName",a,b)},getBagsByLocalKeyId:function(a,b){return c(x.safeContents,"localKeyId",a,b)}};if(3!==u.version.charCodeAt(0))throw l=Error("PKCS#12 PFX of version other than 3 not supported."),l.version=u.version.charCodeAt(0),l;if(k.derToOid(u.contentType)!==g.oids.data)throw l=
589
+Error("Only PKCS#12 PFX in password integrity mode supported."),l.oid=k.derToOid(u.contentType),l;b=u.content.value[0];if(b.tagClass!==k.Class.UNIVERSAL||b.type!==k.Type.OCTETSTRING)throw Error("PKCS#12 authSafe content data is not an OCTET STRING.");b=d(b);if(u.mac){var w=null,z=0,r=k.derToOid(u.macAlgorithm);switch(r){case g.oids.sha1:w=a.md.sha1.create();z=20;break;case g.oids.sha256:w=a.md.sha256.create();z=32;break;case g.oids.sha384:w=a.md.sha384.create();z=48;break;case g.oids.sha512:w=a.md.sha512.create();
590
+z=64;break;case g.oids.md5:w=a.md.md5.create(),z=16}if(null===w)throw Error("PKCS#12 uses unsupported MAC algorithm: "+r);var r=new a.util.ByteBuffer(u.macSalt),F="macIterations"in u?parseInt(a.util.bytesToHex(u.macIterations),16):1,z=q.generateKey(p,r,3,F,z,w),r=a.hmac.create();r.start(w,z);r.update(b.value);if(r.getMac().getBytes()!==u.macDigest)throw Error("PKCS#12 MAC could not be verified. Invalid password?");}e(x,b.value,l,p);return x};q.toPkcs12Asn1=function(b,c,d,e){e=e||{};e.saltSize=e.saltSize||
591
+8;e.count=e.count||2048;e.algorithm=e.algorithm||e.encAlgorithm||"aes128";"useMac"in e||(e.useMac=!0);"localKeyId"in e||(e.localKeyId=null);"generateLocalKeyId"in e||(e.generateLocalKeyId=!0);var h=e.localKeyId,l;if(null!==h)h=a.util.hexToBytes(h);else if(e.generateLocalKeyId)if(c){var m=a.util.isArray(c)?c[0]:c;"string"===typeof m&&(m=g.certificateFromPem(m));h=a.md.sha1.create();h.update(k.toDer(g.certificateToAsn1(m)).getBytes());h=h.digest().getBytes()}else h=a.random.getBytes(20);m=[];null!==
592
+h&&m.push(k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.localKeyId).getBytes()),k.create(k.Class.UNIVERSAL,k.Type.SET,!0,[k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,h)])]));"friendlyName"in e&&m.push(k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.friendlyName).getBytes()),k.create(k.Class.UNIVERSAL,k.Type.SET,!0,[k.create(k.Class.UNIVERSAL,k.Type.BMPSTRING,!1,e.friendlyName)])]));
593
+0<m.length&&(l=k.create(k.Class.UNIVERSAL,k.Type.SET,!0,m));h=[];m=[];null!==c&&(m=a.util.isArray(c)?c:[c]);for(var p=[],u=0;u<m.length;++u){c=m[u];"string"===typeof c&&(c=g.certificateFromPem(c));var x=0===u?l:void 0;c=g.certificateToAsn1(c);c=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.certBag).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.x509Certificate).getBytes()),
594
+k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,k.toDer(c).getBytes())])])]),x]);p.push(c)}0<p.length&&(c=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,p),c=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.data).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,k.toDer(c).getBytes())])]),h.push(c));c=null;null!==b&&(b=g.wrapRsaPrivateKey(g.privateKeyToAsn1(b)),
595
+c=null===d?k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.keyBag).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[b]),l]):k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.pkcs8ShroudedKeyBag).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[g.encryptPrivateKeyInfo(b,d,e)]),l]),b=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[c]),b=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,
596
+[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.data).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,k.toDer(b).getBytes())])]),h.push(b));l=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,h);var w;e.useMac&&(h=a.md.sha1.create(),w=new a.util.ByteBuffer(a.random.getBytes(e.saltSize)),e=e.count,b=q.generateKey(d,w,3,e,20),d=a.hmac.create(),d.start(h,b),d.update(k.toDer(l).getBytes()),d=d.getMac(),w=k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,
597
+!0,[k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.sha1).getBytes()),k.create(k.Class.UNIVERSAL,k.Type.NULL,!1,"")]),k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,d.getBytes())]),k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,w.getBytes()),k.create(k.Class.UNIVERSAL,k.Type.INTEGER,!1,k.integerToDer(e).getBytes())]));return k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,
598
+k.Type.INTEGER,!1,k.integerToDer(3).getBytes()),k.create(k.Class.UNIVERSAL,k.Type.SEQUENCE,!0,[k.create(k.Class.UNIVERSAL,k.Type.OID,!1,k.oidToDer(g.oids.data).getBytes()),k.create(k.Class.CONTEXT_SPECIFIC,0,!0,[k.create(k.Class.UNIVERSAL,k.Type.OCTETSTRING,!1,k.toDer(l).getBytes())])]),w])};q.generateKey=a.pbe.generatePkcs12Key}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,
599
+p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs12)return c.pkcs12;c.defined.pkcs12=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pkcs12}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/pkcs12","require module ./asn1 ./hmac ./oids ./pkcs7asn1 ./pbe ./random ./rsa ./sha1 ./util ./x509".split(" "),
600
+function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=a.asn1,d=a.pki=a.pki||{};d.pemToDer=function(b){b=a.pem.decode(b)[0];if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert PEM to DER; PEM is encrypted.");return a.util.createBuffer(b.body)};d.privateKeyFromPem=function(b){b=a.pem.decode(b)[0];if("PRIVATE KEY"!==b.type&&"RSA PRIVATE KEY"!==b.type){var e=Error('Could not convert private key from PEM; PEM header type is not "PRIVATE KEY" or "RSA PRIVATE KEY".');
601
+e.headerType=b.type;throw e;}if(b.procType&&"ENCRYPTED"===b.procType.type)throw Error("Could not convert private key from PEM; PEM is encrypted.");b=c.fromDer(b.body);return d.privateKeyFromAsn1(b)};d.privateKeyToPem=function(b,e){var l={type:"RSA PRIVATE KEY",body:c.toDer(d.privateKeyToAsn1(b)).getBytes()};return a.pem.encode(l,{maxline:e})};d.privateKeyInfoToPem=function(b,d){var e={type:"PRIVATE KEY",body:c.toDer(b).getBytes()};return a.pem.encode(e,{maxline:d})}}if("function"!==typeof a)if("object"===
602
+typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pki)return c.pki;c.defined.pki=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pki}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,
603
+Array.prototype.slice.call(arguments,0))};a("js/pki","require module ./asn1 ./oids ./pbe ./pem ./pbkdf2 ./pkcs12 ./pss ./rsa ./util ./x509".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c=function(b,c,d,e){var g=a.util.createBuffer(),k=b.length>>1,h=k+(b.length&1),l=b.substr(0,h),h=b.substr(k,h);b=a.util.createBuffer();k=a.hmac.create();d=c+d;var m=Math.ceil(e/16);c=Math.ceil(e/20);k.start("MD5",l);l=a.util.createBuffer();b.putBytes(d);
604
+for(var p=0;p<m;++p)k.start(null,null),k.update(b.getBytes()),b.putBuffer(k.digest()),k.start(null,null),k.update(b.bytes()+d),l.putBuffer(k.digest());k.start("SHA1",h);h=a.util.createBuffer();b.clear();b.putBytes(d);for(p=0;p<c;++p)k.start(null,null),k.update(b.getBytes()),b.putBuffer(k.digest()),k.start(null,null),k.update(b.bytes()+d),h.putBuffer(k.digest());g.putBytes(a.util.xorBytes(l.getBytes(),h.getBytes(),e));return g},d=function(b,c,d){d=!1;try{var e=b.deflate(c.fragment.getBytes());c.fragment=
605
+a.util.createBuffer(e);c.length=e.length;d=!0}catch(g){}return d},e=function(b,c,d){d=!1;try{var e=b.inflate(c.fragment.getBytes());c.fragment=a.util.createBuffer(e);c.length=e.length;d=!0}catch(g){}return d},l=function(b,c){var d=0;switch(c){case 1:d=b.getByte();break;case 2:d=b.getInt16();break;case 3:d=b.getInt24();break;case 4:d=b.getInt32()}return a.util.createBuffer(b.getBytes(d))},p=function(a,b,c){a.putInt(c.length(),b<<3);a.putBuffer(c)},k={Versions:{TLS_1_0:{major:3,minor:1},TLS_1_1:{major:3,
606
+minor:2},TLS_1_2:{major:3,minor:3}}};k.SupportedVersions=[k.Versions.TLS_1_1,k.Versions.TLS_1_0];k.Version=k.SupportedVersions[0];k.MaxFragment=15360;k.ConnectionEnd={server:0,client:1};k.PRFAlgorithm={tls_prf_sha256:0};k.BulkCipherAlgorithm={none:null,rc4:0,des3:1,aes:2};k.CipherType={stream:0,block:1,aead:2};k.MACAlgorithm={none:null,hmac_md5:0,hmac_sha1:1,hmac_sha256:2,hmac_sha384:3,hmac_sha512:4};k.CompressionMethod={none:0,deflate:1};k.ContentType={change_cipher_spec:20,alert:21,handshake:22,
607
+application_data:23,heartbeat:24};k.HandshakeType={hello_request:0,client_hello:1,server_hello:2,certificate:11,server_key_exchange:12,certificate_request:13,server_hello_done:14,certificate_verify:15,client_key_exchange:16,finished:20};k.Alert={};k.Alert.Level={warning:1,fatal:2};k.Alert.Description={close_notify:0,unexpected_message:10,bad_record_mac:20,decryption_failed:21,record_overflow:22,decompression_failure:30,handshake_failure:40,bad_certificate:42,unsupported_certificate:43,certificate_revoked:44,
608
+certificate_expired:45,certificate_unknown:46,illegal_parameter:47,unknown_ca:48,access_denied:49,decode_error:50,decrypt_error:51,export_restriction:60,protocol_version:70,insufficient_security:71,internal_error:80,user_canceled:90,no_renegotiation:100};k.HeartbeatMessageType={heartbeat_request:1,heartbeat_response:2};k.CipherSuites={};k.getCipherSuite=function(a){var b=null,c;for(c in k.CipherSuites){var d=k.CipherSuites[c];if(d.id[0]===a.charCodeAt(0)&&d.id[1]===a.charCodeAt(1)){b=d;break}}return b};
609
+k.handleUnexpected=function(a,b){(a.open||a.entity!==k.ConnectionEnd.client)&&a.error(a,{message:"Unexpected message. Received TLS record out of order.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.unexpected_message}})};k.handleHelloRequest=function(a,b,c){!a.handshaking&&0<a.handshakes&&(k.queue(a,k.createAlert(a,{level:k.Alert.Level.warning,description:k.Alert.Description.no_renegotiation})),k.flush(a));a.process()};k.parseHelloMessage=function(b,c,d){var e=null,g=b.entity===
610
+k.ConnectionEnd.client;if(38>d)b.error(b,{message:g?"Invalid ServerHello message. Message too short.":"Invalid ClientHello message. Message too short.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.illegal_parameter}});else{c=c.fragment;var h=c.length(),e={version:{major:c.getByte(),minor:c.getByte()},random:a.util.createBuffer(c.getBytes(32)),session_id:l(c,1),extensions:[]};g?(e.cipher_suite=c.getBytes(2),e.compression_method=c.getByte()):(e.cipher_suites=l(c,2),e.compression_methods=
611
+l(c,1));h=d-(h-c.length());if(0<h){for(d=l(c,2);0<d.length();)e.extensions.push({type:[d.getByte(),d.getByte()],data:l(d,2)});if(!g)for(d=0;d<e.extensions.length;++d)if(c=e.extensions[d],0===c.type[0]&&0===c.type[1])for(c=l(c.data,2);0<c.length()&&0===c.getByte();)b.session.extensions.server_name.serverNameList.push(l(c,2).getBytes())}if(b.session.version&&(e.version.major!==b.session.version.major||e.version.minor!==b.session.version.minor))return b.error(b,{message:"TLS version change is disallowed during renegotiation.",
612
+send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.protocol_version}});if(g)b.session.cipherSuite=k.getCipherSuite(e.cipher_suite);else for(d=a.util.createBuffer(e.cipher_suites.bytes());0<d.length()&&(b.session.cipherSuite=k.getCipherSuite(d.getBytes(2)),null===b.session.cipherSuite););if(null===b.session.cipherSuite)return b.error(b,{message:"No cipher suites in common.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.handshake_failure},cipherSuite:a.util.bytesToHex(e.cipher_suite)});
613
+b.session.compressionMethod=g?e.compression_method:k.CompressionMethod.none}return e};k.createSecurityParameters=function(a,b){var c=a.entity===k.ConnectionEnd.client,d=b.random.bytes(),e=c?a.session.sp.client_random:d,c=c?d:k.createRandom().getBytes();a.session.sp={entity:a.entity,prf_algorithm:k.PRFAlgorithm.tls_prf_sha256,bulk_cipher_algorithm:null,cipher_type:null,enc_key_length:null,block_length:null,fixed_iv_length:null,record_iv_length:null,mac_algorithm:null,mac_length:null,mac_key_length:null,
614
+compression_algorithm:a.session.compressionMethod,pre_master_secret:null,master_secret:null,client_random:e,server_random:c}};k.handleServerHello=function(a,b,c){b=k.parseHelloMessage(a,b,c);if(!a.fail){if(b.version.minor<=a.version.minor)a.version.minor=b.version.minor;else return a.error(a,{message:"Incompatible TLS version.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.protocol_version}});a.session.version=a.version;c=b.session_id.bytes();0<c.length&&c===a.session.id?
615
+(a.expect=x,a.session.resuming=!0,a.session.sp.server_random=b.random.bytes()):(a.expect=g,a.session.resuming=!1,k.createSecurityParameters(a,b));a.session.id=c;a.process()}};k.handleClientHello=function(b,c,d){c=k.parseHelloMessage(b,c,d);if(!b.fail){var e=c.session_id.bytes();d=null;if(b.sessionCache)if(d=b.sessionCache.getSession(e),null===d)e="";else if(d.version.major!==c.version.major||d.version.minor>c.version.minor)d=null,e="";0===e.length&&(e=a.random.getBytes(32));b.session.id=e;b.session.clientHelloVersion=
616
+c.version;b.session.sp={};if(d)b.version=b.session.version=d.version,b.session.sp=d.sp;else{for(var g,e=1;e<k.SupportedVersions.length&&!(g=k.SupportedVersions[e],g.minor<=c.version.minor);++e);b.version={major:g.major,minor:g.minor};b.session.version=b.version}null!==d?(b.expect=E,b.session.resuming=!0,b.session.sp.client_random=c.random.bytes()):(b.expect=!1!==b.verifyClient?D:A,b.session.resuming=!1,k.createSecurityParameters(b,c));b.open=!0;k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,
617
+data:k.createServerHello(b)}));b.session.resuming?(k.queue(b,k.createRecord(b,{type:k.ContentType.change_cipher_spec,data:k.createChangeCipherSpec()})),b.state.pending=k.createConnectionState(b),b.state.current.write=b.state.pending.write,k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createFinished(b)}))):(k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createCertificate(b)})),b.fail||(k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createServerKeyExchange(b)})),
618
+!1!==b.verifyClient&&k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createCertificateRequest(b)})),k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createServerHelloDone(b)}))));k.flush(b);b.process()}};k.handleCertificate=function(b,c,d){if(3>d)return b.error(b,{message:"Invalid Certificate message. Message too short.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.illegal_parameter}});d=l(c.fragment,3);var e,g;c=[];try{for(;0<d.length();)e=
619
+l(d,3),g=a.asn1.fromDer(e),e=a.pki.certificateFromAsn1(g,!0),c.push(e)}catch(h){return b.error(b,{message:"Could not parse certificate list.",cause:h,send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.bad_certificate}})}e=b.entity===k.ConnectionEnd.client;!e&&!0!==b.verifyClient||0!==c.length?0===c.length?b.expect=e?q:A:(e?b.session.serverCertificate=c[0]:b.session.clientCertificate=c[0],k.verifyCertificateChain(b,c)&&(b.expect=e?q:A)):b.error(b,{message:e?"No server certificate provided.":
620
+"No client certificate provided.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.illegal_parameter}});b.process()};k.handleServerKeyExchange=function(a,b,c){if(0<c)return a.error(a,{message:"Invalid key parameters. Only RSA is supported.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.unsupported_certificate}});a.expect=u;a.process()};k.handleClientKeyExchange=function(b,c,d){if(48>d)return b.error(b,{message:"Invalid key parameters. Only RSA is supported.",
621
+send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.unsupported_certificate}});c=l(c.fragment,2).getBytes();d=null;if(b.getPrivateKey)try{d=b.getPrivateKey(b,b.session.serverCertificate),d=a.pki.privateKeyFromPem(d)}catch(e){b.error(b,{message:"Could not get private key.",cause:e,send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}})}if(null===d)return b.error(b,{message:"No private key set.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}});
622
+try{var g=b.session.sp;g.pre_master_secret=d.decrypt(c);var h=b.session.clientHelloVersion;if(h.major!==g.pre_master_secret.charCodeAt(0)||h.minor!==g.pre_master_secret.charCodeAt(1))throw Error("TLS version rollback attack detected.");}catch(e){g.pre_master_secret=a.random.getBytes(48)}b.expect=E;null!==b.session.clientCertificate&&(b.expect=y);b.process()};k.handleCertificateRequest=function(a,b,c){if(3>c)return a.error(a,{message:"Invalid CertificateRequest. Message too short.",send:!0,alert:{level:k.Alert.Level.fatal,
623
+description:k.Alert.Description.illegal_parameter}});b=b.fragment;b={certificate_types:l(b,1),certificate_authorities:l(b,2)};a.session.certificateRequest=b;a.expect=C;a.process()};k.handleCertificateVerify=function(b,c,d){if(2>d)return b.error(b,{message:"Invalid CertificateVerify. Message too short.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.illegal_parameter}});d=c.fragment;d.read-=4;c=d.bytes();d.read+=4;d=l(d,2).getBytes();var e=a.util.createBuffer();e.putBuffer(b.session.md5.digest());
624
+e.putBuffer(b.session.sha1.digest());e=e.getBytes();try{if(!b.session.clientCertificate.publicKey.verify(e,d,"NONE"))throw Error("CertificateVerify signature does not match.");b.session.md5.update(c);b.session.sha1.update(c)}catch(g){return b.error(b,{message:"Bad signature in CertificateVerify.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.handshake_failure}})}b.expect=E;b.process()};k.handleServerHelloDone=function(b,c,d){if(0<d)return b.error(b,{message:"Invalid ServerHelloDone message. Invalid length.",
625
+send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.record_overflow}});if(null===b.serverCertificate&&(c={message:"No server certificate provided. Not enough security.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.insufficient_security}},d=b.verify(b,c.alert.description,0,[]),!0!==d)){if(d||0===d)"object"!==typeof d||a.util.isArray(d)?"number"===typeof d&&(c.alert.description=d):(d.message&&(c.message=d.message),d.alert&&(c.alert.description=d.alert));
626
+return b.error(b,c)}null!==b.session.certificateRequest&&(c=k.createRecord(b,{type:k.ContentType.handshake,data:k.createCertificate(b)}),k.queue(b,c));c=k.createRecord(b,{type:k.ContentType.handshake,data:k.createClientKeyExchange(b)});k.queue(b,c);b.expect=H;c=function(a,b){null!==a.session.certificateRequest&&null!==a.session.clientCertificate&&k.queue(a,k.createRecord(a,{type:k.ContentType.handshake,data:k.createCertificateVerify(a,b)}));k.queue(a,k.createRecord(a,{type:k.ContentType.change_cipher_spec,
627
+data:k.createChangeCipherSpec()}));a.state.pending=k.createConnectionState(a);a.state.current.write=a.state.pending.write;k.queue(a,k.createRecord(a,{type:k.ContentType.handshake,data:k.createFinished(a)}));a.expect=x;k.flush(a);a.process()};if(null===b.session.certificateRequest||null===b.session.clientCertificate)return c(b,null);k.getClientSignature(b,c)};k.handleChangeCipherSpec=function(a,b){if(1!==b.fragment.getByte())return a.error(a,{message:"Invalid ChangeCipherSpec message received.",send:!0,
628
+alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.illegal_parameter}});var c=a.entity===k.ConnectionEnd.client;if(a.session.resuming&&c||!a.session.resuming&&!c)a.state.pending=k.createConnectionState(a);a.state.current.read=a.state.pending.read;if(!a.session.resuming&&c||a.session.resuming&&!c)a.state.pending=null;a.expect=c?w:L;a.process()};k.handleFinished=function(b,d,e){e=d.fragment;e.read-=4;var g=e.bytes();e.read+=4;d=d.fragment.getBytes();e=a.util.createBuffer();e.putBuffer(b.session.md5.digest());
629
+e.putBuffer(b.session.sha1.digest());var h=b.entity===k.ConnectionEnd.client;e=c(b.session.sp.master_secret,h?"server finished":"client finished",e.getBytes(),12);if(e.getBytes()!==d)return b.error(b,{message:"Invalid verify_data in Finished message.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.decrypt_error}});b.session.md5.update(g);b.session.sha1.update(g);if(b.session.resuming&&h||!b.session.resuming&&!h)k.queue(b,k.createRecord(b,{type:k.ContentType.change_cipher_spec,
630
+data:k.createChangeCipherSpec()})),b.state.current.write=b.state.pending.write,b.state.pending=null,k.queue(b,k.createRecord(b,{type:k.ContentType.handshake,data:k.createFinished(b)}));b.expect=h?F:U;b.handshaking=!1;++b.handshakes;b.peerCertificate=h?b.session.serverCertificate:b.session.clientCertificate;k.flush(b);b.isConnected=!0;b.connected(b);b.process()};k.handleAlert=function(a,b){var c=b.fragment,c={level:c.getByte(),description:c.getByte()},d;switch(c.description){case k.Alert.Description.close_notify:d=
631
+"Connection closed.";break;case k.Alert.Description.unexpected_message:d="Unexpected message.";break;case k.Alert.Description.bad_record_mac:d="Bad record MAC.";break;case k.Alert.Description.decryption_failed:d="Decryption failed.";break;case k.Alert.Description.record_overflow:d="Record overflow.";break;case k.Alert.Description.decompression_failure:d="Decompression failed.";break;case k.Alert.Description.handshake_failure:d="Handshake failure.";break;case k.Alert.Description.bad_certificate:d=
632
+"Bad certificate.";break;case k.Alert.Description.unsupported_certificate:d="Unsupported certificate.";break;case k.Alert.Description.certificate_revoked:d="Certificate revoked.";break;case k.Alert.Description.certificate_expired:d="Certificate expired.";break;case k.Alert.Description.certificate_unknown:d="Certificate unknown.";break;case k.Alert.Description.illegal_parameter:d="Illegal parameter.";break;case k.Alert.Description.unknown_ca:d="Unknown certificate authority.";break;case k.Alert.Description.access_denied:d=
633
+"Access denied.";break;case k.Alert.Description.decode_error:d="Decode error.";break;case k.Alert.Description.decrypt_error:d="Decrypt error.";break;case k.Alert.Description.export_restriction:d="Export restriction.";break;case k.Alert.Description.protocol_version:d="Unsupported protocol version.";break;case k.Alert.Description.insufficient_security:d="Insufficient security.";break;case k.Alert.Description.internal_error:d="Internal error.";break;case k.Alert.Description.user_canceled:d="User canceled.";
634
+break;case k.Alert.Description.no_renegotiation:d="Renegotiation not supported.";break;default:d="Unknown error."}if(c.description===k.Alert.Description.close_notify)return a.close();a.error(a,{message:d,send:!1,origin:a.entity===k.ConnectionEnd.client?"server":"client",alert:c});a.process()};k.handleHandshake=function(b,c){var d=c.fragment,e=d.getByte(),g=d.getInt24();if(g>d.length())return b.fragmented=c,c.fragment=a.util.createBuffer(),d.read-=4,b.process();b.fragmented=null;d.read-=4;var h=d.bytes(g+
635
+4);d.read+=4;e in Z[b.entity][b.expect]?(b.entity!==k.ConnectionEnd.server||b.open||b.fail||(b.handshaking=!0,b.session={version:null,extensions:{server_name:{serverNameList:[]}},cipherSuite:null,compressionMethod:null,serverCertificate:null,clientCertificate:null,md5:a.md.md5.create(),sha1:a.md.sha1.create()}),e!==k.HandshakeType.hello_request&&e!==k.HandshakeType.certificate_verify&&e!==k.HandshakeType.finished&&(b.session.md5.update(h),b.session.sha1.update(h)),Z[b.entity][b.expect][e](b,c,g)):
636
+k.handleUnexpected(b,c)};k.handleApplicationData=function(a,b){a.data.putBuffer(b.fragment);a.dataReady(a);a.process()};k.handleHeartbeat=function(b,c){var d=c.fragment,e=d.getByte(),g=d.getInt16(),d=d.getBytes(g);if(e===k.HeartbeatMessageType.heartbeat_request){if(b.handshaking||g>d.length)return b.process();k.queue(b,k.createRecord(b,{type:k.ContentType.heartbeat,data:k.createHeartbeat(k.HeartbeatMessageType.heartbeat_response,d)}));k.flush(b)}else if(e===k.HeartbeatMessageType.heartbeat_response){if(d!==
637
+b.expectedHeartbeatPayload)return b.process();b.heartbeatReceived&&b.heartbeatReceived(b,a.util.createBuffer(d))}b.process()};var g=1,q=2,u=3,C=4,x=5,w=6,F=7,H=8,D=1,A=2,y=3,E=4,L=5,U=6,r=k.handleUnexpected,P=k.handleChangeCipherSpec,T=k.handleAlert,M=k.handleHandshake,ba=k.handleApplicationData,R=k.handleHeartbeat,S=[];S[k.ConnectionEnd.client]=[[r,T,M,r,R],[r,T,M,r,R],[r,T,M,r,R],[r,T,M,r,R],[r,T,M,r,R],[P,T,r,r,R],[r,T,M,r,R],[r,T,M,ba,R],[r,T,M,r,R]];S[k.ConnectionEnd.server]=[[r,T,M,r,R],[r,
638
+T,M,r,R],[r,T,M,r,R],[r,T,M,r,R],[P,T,r,r,R],[r,T,M,r,R],[r,T,M,ba,R],[r,T,M,r,R]];var P=k.handleHelloRequest,T=k.handleCertificate,M=k.handleServerKeyExchange,ba=k.handleCertificateRequest,R=k.handleServerHelloDone,V=k.handleFinished,Z=[];Z[k.ConnectionEnd.client]=[[r,r,k.handleServerHello,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,T,M,ba,R,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,M,ba,R,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,r,ba,R,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,r,r,R,r,r,r,
639
+r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,V],[P,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[P,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r]];Z[k.ConnectionEnd.server]=[[r,k.handleClientHello,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,T,r,r,r,r,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,k.handleClientKeyExchange,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,k.handleCertificateVerify,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[r,r,
640
+r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,V],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r]];k.generateKeys=function(a,b){var d=b.client_random+b.server_random;a.session.resuming||(b.master_secret=c(b.pre_master_secret,"master secret",d,48).bytes(),b.pre_master_secret=null);var d=b.server_random+b.client_random,e=2*b.mac_key_length+2*b.enc_key_length,g=a.version.major===k.Versions.TLS_1_0.major&&a.version.minor===k.Versions.TLS_1_0.minor;g&&(e+=2*b.fixed_iv_length);
641
+d=c(b.master_secret,"key expansion",d,e);e={client_write_MAC_key:d.getBytes(b.mac_key_length),server_write_MAC_key:d.getBytes(b.mac_key_length),client_write_key:d.getBytes(b.enc_key_length),server_write_key:d.getBytes(b.enc_key_length)};g&&(e.client_write_IV=d.getBytes(b.fixed_iv_length),e.server_write_IV=d.getBytes(b.fixed_iv_length));return e};k.createConnectionState=function(a){var b=a.entity===k.ConnectionEnd.client,c=function(){var a={sequenceNumber:[0,0],macKey:null,macLength:0,macFunction:null,
642
+cipherState:null,cipherFunction:function(a){return!0},compressionState:null,compressFunction:function(a){return!0},updateSequenceNumber:function(){4294967295===a.sequenceNumber[1]?(a.sequenceNumber[1]=0,++a.sequenceNumber[0]):++a.sequenceNumber[1]}};return a},g={read:c(),write:c()};g.read.update=function(a,b){g.read.cipherFunction(b,g.read)?g.read.compressFunction(a,b,g.read)||a.error(a,{message:"Could not decompress record.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.decompression_failure}}):
643
+a.error(a,{message:"Could not decrypt record or bad MAC.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.bad_record_mac}});return!a.fail};g.write.update=function(a,b){g.write.compressFunction(a,b,g.write)?g.write.cipherFunction(b,g.write)||a.error(a,{message:"Could not encrypt record.",send:!1,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}}):a.error(a,{message:"Could not compress record.",send:!1,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}});
644
+return!a.fail};if(a.session)switch(c=a.session.sp,a.session.cipherSuite.initSecurityParameters(c),c.keys=k.generateKeys(a,c),g.read.macKey=b?c.keys.server_write_MAC_key:c.keys.client_write_MAC_key,g.write.macKey=b?c.keys.client_write_MAC_key:c.keys.server_write_MAC_key,a.session.cipherSuite.initConnectionState(g,a,c),c.compression_algorithm){case k.CompressionMethod.none:break;case k.CompressionMethod.deflate:g.read.compressFunction=e;g.write.compressFunction=d;break;default:throw Error("Unsupported compression algorithm.");
645
+}return g};k.createRandom=function(){var b=new Date,b=+b+6E4*b.getTimezoneOffset(),c=a.util.createBuffer();c.putInt32(b);c.putBytes(a.random.getBytes(28));return c};k.createRecord=function(a,b){return b.data?{type:b.type,version:{major:a.version.major,minor:a.version.minor},length:b.data.length(),fragment:b.data}:null};k.createAlert=function(b,c){var d=a.util.createBuffer();d.putByte(c.level);d.putByte(c.description);return k.createRecord(b,{type:k.ContentType.alert,data:d})};k.createClientHello=
646
+function(b){b.session.clientHelloVersion={major:b.version.major,minor:b.version.minor};for(var c=a.util.createBuffer(),d=0;d<b.cipherSuites.length;++d){var e=b.cipherSuites[d];c.putByte(e.id[0]);c.putByte(e.id[1])}var g=c.length(),d=a.util.createBuffer();d.putByte(k.CompressionMethod.none);var h=d.length(),e=a.util.createBuffer();if(b.virtualHost){var l=a.util.createBuffer();l.putByte(0);l.putByte(0);var m=a.util.createBuffer();m.putByte(0);p(m,2,a.util.createBuffer(b.virtualHost));var u=a.util.createBuffer();
647
+p(u,2,m);p(l,2,u);e.putBuffer(l)}l=e.length();0<l&&(l+=2);m=b.session.id;g=m.length+1+2+4+28+2+g+1+h+l;h=a.util.createBuffer();h.putByte(k.HandshakeType.client_hello);h.putInt24(g);h.putByte(b.version.major);h.putByte(b.version.minor);h.putBytes(b.session.sp.client_random);p(h,1,a.util.createBuffer(m));p(h,2,c);p(h,1,d);0<l&&p(h,2,e);return h};k.createServerHello=function(b){var c=b.session.id,d=c.length+1+2+4+28+2+1,e=a.util.createBuffer();e.putByte(k.HandshakeType.server_hello);e.putInt24(d);e.putByte(b.version.major);
648
+e.putByte(b.version.minor);e.putBytes(b.session.sp.server_random);p(e,1,a.util.createBuffer(c));e.putByte(b.session.cipherSuite.id[0]);e.putByte(b.session.cipherSuite.id[1]);e.putByte(b.session.compressionMethod);return e};k.createCertificate=function(b){var c=b.entity===k.ConnectionEnd.client,d=null;b.getCertificate&&(d=b.getCertificate(b,c?b.session.certificateRequest:b.session.extensions.server_name.serverNameList));var e=a.util.createBuffer();if(null!==d)try{a.util.isArray(d)||(d=[d]);for(var g=
649
+null,h=0;h<d.length;++h){var l=a.pem.decode(d[h])[0];if("CERTIFICATE"!==l.type&&"X509 CERTIFICATE"!==l.type&&"TRUSTED CERTIFICATE"!==l.type){var m=Error('Could not convert certificate from PEM; PEM header type is not "CERTIFICATE", "X509 CERTIFICATE", or "TRUSTED CERTIFICATE".');m.headerType=l.type;throw m;}if(l.procType&&"ENCRYPTED"===l.procType.type)throw Error("Could not convert certificate from PEM; PEM is encrypted.");var u=a.util.createBuffer(l.body);null===g&&(g=a.asn1.fromDer(u.bytes(),!1));
650
+var q=a.util.createBuffer();p(q,3,u);e.putBuffer(q)}d=a.pki.certificateFromAsn1(g);c?b.session.clientCertificate=d:b.session.serverCertificate=d}catch(r){return b.error(b,{message:"Could not send certificate list.",cause:r,send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.bad_certificate}})}b=3+e.length();c=a.util.createBuffer();c.putByte(k.HandshakeType.certificate);c.putInt24(b);p(c,3,e);return c};k.createClientKeyExchange=function(b){var c=a.util.createBuffer();c.putByte(b.session.clientHelloVersion.major);
651
+c.putByte(b.session.clientHelloVersion.minor);c.putBytes(a.random.getBytes(46));var d=b.session.sp;d.pre_master_secret=c.getBytes();c=b.session.serverCertificate.publicKey.encrypt(d.pre_master_secret);b=c.length+2;d=a.util.createBuffer();d.putByte(k.HandshakeType.client_key_exchange);d.putInt24(b);d.putInt16(c.length);d.putBytes(c);return d};k.createServerKeyExchange=function(b){return a.util.createBuffer()};k.getClientSignature=function(b,c){var d=a.util.createBuffer();d.putBuffer(b.session.md5.digest());
652
+d.putBuffer(b.session.sha1.digest());d=d.getBytes();b.getSignature=b.getSignature||function(b,c,d){var e=null;if(b.getPrivateKey)try{e=b.getPrivateKey(b,b.session.clientCertificate),e=a.pki.privateKeyFromPem(e)}catch(g){b.error(b,{message:"Could not get private key.",cause:g,send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}})}null===e?b.error(b,{message:"No private key set.",send:!0,alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.internal_error}}):
653
+c=e.sign(c,null);d(b,c)};b.getSignature(b,d,c)};k.createCertificateVerify=function(b,c){var d=c.length+2,e=a.util.createBuffer();e.putByte(k.HandshakeType.certificate_verify);e.putInt24(d);e.putInt16(c.length);e.putBytes(c);return e};k.createCertificateRequest=function(b){var c=a.util.createBuffer();c.putByte(1);var d=a.util.createBuffer(),e;for(e in b.caStore.certs){var g=a.pki.distinguishedNameToAsn1(b.caStore.certs[e].subject);d.putBuffer(a.asn1.toDer(g))}b=1+c.length()+2+d.length();e=a.util.createBuffer();
654
+e.putByte(k.HandshakeType.certificate_request);e.putInt24(b);p(e,1,c);p(e,2,d);return e};k.createServerHelloDone=function(b){b=a.util.createBuffer();b.putByte(k.HandshakeType.server_hello_done);b.putInt24(0);return b};k.createChangeCipherSpec=function(){var b=a.util.createBuffer();b.putByte(1);return b};k.createFinished=function(b){var d=a.util.createBuffer();d.putBuffer(b.session.md5.digest());d.putBuffer(b.session.sha1.digest());d=c(b.session.sp.master_secret,b.entity===k.ConnectionEnd.client?"client finished":
655
+"server finished",d.getBytes(),12);b=a.util.createBuffer();b.putByte(k.HandshakeType.finished);b.putInt24(d.length());b.putBuffer(d);return b};k.createHeartbeat=function(b,c,d){"undefined"===typeof d&&(d=c.length);var e=a.util.createBuffer();e.putByte(b);e.putInt16(d);e.putBytes(c);b=e.length();e.putBytes(a.random.getBytes(Math.max(16,b-d-3)));return e};k.queue=function(b,c){if(c){if(c.type===k.ContentType.handshake){var d=c.fragment.bytes();b.session.md5.update(d);b.session.sha1.update(d)}if(c.fragment.length()<=
656
+k.MaxFragment)d=[c];else{for(var d=[],e=c.fragment.bytes();e.length>k.MaxFragment;)d.push(k.createRecord(b,{type:c.type,data:a.util.createBuffer(e.slice(0,k.MaxFragment))})),e=e.slice(k.MaxFragment);0<e.length&&d.push(k.createRecord(b,{type:c.type,data:a.util.createBuffer(e)}))}for(e=0;e<d.length&&!b.fail;++e){var g=d[e];b.state.current.write.update(b,g)&&b.records.push(g)}}};k.flush=function(a){for(var b=0;b<a.records.length;++b){var c=a.records[b];a.tlsData.putByte(c.type);a.tlsData.putByte(c.version.major);
657
+a.tlsData.putByte(c.version.minor);a.tlsData.putInt16(c.fragment.length());a.tlsData.putBuffer(a.records[b].fragment)}a.records=[];return a.tlsDataReady(a)};var aa=function(b){switch(b){case !0:return!0;case a.pki.certificateError.bad_certificate:return k.Alert.Description.bad_certificate;case a.pki.certificateError.unsupported_certificate:return k.Alert.Description.unsupported_certificate;case a.pki.certificateError.certificate_revoked:return k.Alert.Description.certificate_revoked;case a.pki.certificateError.certificate_expired:return k.Alert.Description.certificate_expired;
658
+case a.pki.certificateError.certificate_unknown:return k.Alert.Description.certificate_unknown;case a.pki.certificateError.unknown_ca:return k.Alert.Description.unknown_ca;default:return k.Alert.Description.bad_certificate}},ca=function(b){switch(b){case !0:return!0;case k.Alert.Description.bad_certificate:return a.pki.certificateError.bad_certificate;case k.Alert.Description.unsupported_certificate:return a.pki.certificateError.unsupported_certificate;case k.Alert.Description.certificate_revoked:return a.pki.certificateError.certificate_revoked;
659
+case k.Alert.Description.certificate_expired:return a.pki.certificateError.certificate_expired;case k.Alert.Description.certificate_unknown:return a.pki.certificateError.certificate_unknown;case k.Alert.Description.unknown_ca:return a.pki.certificateError.unknown_ca;default:return a.pki.certificateError.bad_certificate}};k.verifyCertificateChain=function(b,c){try{a.pki.verifyCertificateChain(b.caStore,c,function(c,d,e){aa(c);d=b.verify(b,c,d,e);if(!0!==d){if("object"===typeof d&&!a.util.isArray(d))throw c=
660
+Error("The application rejected the certificate."),c.send=!0,c.alert={level:k.Alert.Level.fatal,description:k.Alert.Description.bad_certificate},d.message&&(c.message=d.message),d.alert&&(c.alert.description=d.alert),c;d!==c&&(d=ca(d))}return d})}catch(d){var e=d;if("object"!==typeof e||a.util.isArray(e))e={send:!0,alert:{level:k.Alert.Level.fatal,description:aa(d)}};"send"in e||(e.send=!0);"alert"in e||(e.alert={level:k.Alert.Level.fatal,description:aa(e.error)});b.error(b,e)}return!b.fail};k.createSessionCache=
661
function(b,c){var d=null;if(b&&b.getSession&&b.setSession&&b.order)d=b;else{d={};d.cache=b||{};d.capacity=Math.max(c||100,1);d.order=[];for(var e in b)d.order.length<=c?d.order.push(e):delete b[e];d.getSession=function(b){var c=null,e=null;b?e=a.util.bytesToHex(b):0<d.order.length&&(e=d.order[0]);if(null!==e&&e in d.cache){c=d.cache[e];delete d.cache[e];for(var g in d.order)if(d.order[g]===e){d.order.splice(g,1);break}}return c};d.setSession=function(b,c){if(d.order.length===d.capacity){var e=d.order.shift();
662
-delete d.cache[e]}e=a.util.bytesToHex(b);d.order.push(e);d.cache[e]=c}}return d};l.createConnection=function(b){var c=null,c=b.caStore?a.util.isArray(b.caStore)?a.pki.createCaStore(b.caStore):b.caStore:a.pki.createCaStore(),d=b.cipherSuites||null;if(null===d){var d=[],e;for(e in l.CipherSuites)d.push(l.CipherSuites[e])}e=b.server?l.ConnectionEnd.server:l.ConnectionEnd.client;var g=b.sessionCache?l.createSessionCache(b.sessionCache):null,h={version:{major:l.Version.major,minor:l.Version.minor},entity:e,
662
+delete d.cache[e]}e=a.util.bytesToHex(b);d.order.push(e);d.cache[e]=c}}return d};k.createConnection=function(b){var c=null,c=b.caStore?a.util.isArray(b.caStore)?a.pki.createCaStore(b.caStore):b.caStore:a.pki.createCaStore(),d=b.cipherSuites||null;if(null===d){var d=[],e;for(e in k.CipherSuites)d.push(k.CipherSuites[e])}e=b.server?k.ConnectionEnd.server:k.ConnectionEnd.client;var g=b.sessionCache?k.createSessionCache(b.sessionCache):null,h={version:{major:k.Version.major,minor:k.Version.minor},entity:e,
663
sessionId:b.sessionId,caStore:c,sessionCache:g,cipherSuites:d,connected:b.connected,virtualHost:b.virtualHost||null,verifyClient:b.verifyClient||!1,verify:b.verify||function(a,b,c,d){return b},getCertificate:b.getCertificate||null,getPrivateKey:b.getPrivateKey||null,getSignature:b.getSignature||null,input:a.util.createBuffer(),tlsData:a.util.createBuffer(),data:a.util.createBuffer(),tlsDataReady:b.tlsDataReady,dataReady:b.dataReady,heartbeatReceived:b.heartbeatReceived,closed:b.closed,error:function(a,
664
-c){c.origin=c.origin||(a.entity===l.ConnectionEnd.client?"client":"server");c.send&&(l.queue(a,l.createAlert(a,c.alert)),l.flush(a));var d=!1!==c.fatal;d&&(a.fail=!0);b.error(a,c);d&&a.close(!1)},deflate:b.deflate||null,inflate:b.inflate||null,reset:function(a){h.version={major:l.Version.major,minor:l.Version.minor};h.record=null;h.session=null;h.peerCertificate=null;h.state={pending:null,current:null};h.expect=0;h.fragmented=null;h.records=[];h.open=!1;h.handshakes=0;h.handshaking=!1;h.isConnected=
665
-!1;h.fail=!(a||"undefined"===typeof a);h.input.clear();h.tlsData.clear();h.data.clear();h.state.current=l.createConnectionState(h)}};h.reset();h.handshake=function(b){if(h.entity!==l.ConnectionEnd.client)h.error(h,{message:"Cannot initiate handshake as a server.",fatal:!1});else if(h.handshaking)h.error(h,{message:"Handshake already in progress.",fatal:!1});else{h.fail&&!h.open&&0===h.handshakes&&(h.fail=!1);h.handshaking=!0;b=b||"";var c=null;0<b.length&&(h.sessionCache&&(c=h.sessionCache.getSession(b)),
666
-null===c&&(b=""));0===b.length&&h.sessionCache&&(c=h.sessionCache.getSession(),null!==c&&(b=c.id));h.session={id:b,version:null,cipherSuite:null,compressionMethod:null,serverCertificate:null,certificateRequest:null,clientCertificate:null,sp:{},md5:a.md.md5.create(),sha1:a.md.sha1.create()};c&&(h.version=c.version,h.session.sp=c.sp);h.session.sp.client_random=l.createRandom().getBytes();h.open=!0;l.queue(h,l.createRecord(h,{type:l.ContentType.handshake,data:l.createClientHello(h)}));l.flush(h)}};h.process=
664
+c){c.origin=c.origin||(a.entity===k.ConnectionEnd.client?"client":"server");c.send&&(k.queue(a,k.createAlert(a,c.alert)),k.flush(a));var d=!1!==c.fatal;d&&(a.fail=!0);b.error(a,c);d&&a.close(!1)},deflate:b.deflate||null,inflate:b.inflate||null,reset:function(a){h.version={major:k.Version.major,minor:k.Version.minor};h.record=null;h.session=null;h.peerCertificate=null;h.state={pending:null,current:null};h.expect=0;h.fragmented=null;h.records=[];h.open=!1;h.handshakes=0;h.handshaking=!1;h.isConnected=
665
+!1;h.fail=!(a||"undefined"===typeof a);h.input.clear();h.tlsData.clear();h.data.clear();h.state.current=k.createConnectionState(h)}};h.reset();h.handshake=function(b){if(h.entity!==k.ConnectionEnd.client)h.error(h,{message:"Cannot initiate handshake as a server.",fatal:!1});else if(h.handshaking)h.error(h,{message:"Handshake already in progress.",fatal:!1});else{h.fail&&!h.open&&0===h.handshakes&&(h.fail=!1);h.handshaking=!0;b=b||"";var c=null;0<b.length&&(h.sessionCache&&(c=h.sessionCache.getSession(b)),
666
+null===c&&(b=""));0===b.length&&h.sessionCache&&(c=h.sessionCache.getSession(),null!==c&&(b=c.id));h.session={id:b,version:null,cipherSuite:null,compressionMethod:null,serverCertificate:null,certificateRequest:null,clientCertificate:null,sp:{},md5:a.md.md5.create(),sha1:a.md.sha1.create()};c&&(h.version=c.version,h.session.sp=c.sp);h.session.sp.client_random=k.createRandom().getBytes();h.open=!0;k.queue(h,k.createRecord(h,{type:k.ContentType.handshake,data:k.createClientHello(h)}));k.flush(h)}};h.process=
667
function(b){var c=0;b&&h.input.putBytes(b);if(!h.fail){null!==h.record&&h.record.ready&&h.record.fragment.isEmpty()&&(h.record=null);if(null===h.record){c=0;b=h.input;var d=b.length();5>d?c=5-d:(h.record={type:b.getByte(),version:{major:b.getByte(),minor:b.getByte()},length:b.getInt16(),fragment:a.util.createBuffer(),ready:!1},(b=h.record.version.major===h.version.major)&&h.session&&h.session.version&&(b=h.record.version.minor===h.version.minor),b||h.error(h,{message:"Incompatible TLS version.",send:!0,
668
-alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.protocol_version}}))}if(!h.fail&&null!==h.record&&!h.record.ready){c=h;b=0;var d=c.input,e=d.length();e<c.record.length?b=c.record.length-e:(c.record.fragment.putBytes(d.getBytes(c.record.length)),d.compact(),c.state.current.read.update(c,c.record)&&(null!==c.fragmented&&(c.fragmented.type===c.record.type?(c.fragmented.fragment.putBuffer(c.record.fragment),c.record=c.fragmented):c.error(c,{message:"Invalid fragmented record.",send:!0,
669
-alert:{level:l.Alert.Level.fatal,description:l.Alert.Description.unexpected_message}})),c.record.ready=!0));c=b}if(!h.fail&&null!==h.record&&h.record.ready)if(b=h.record,d=b.type-l.ContentType.change_cipher_spec,e=R[h.entity][h.expect],d in e)e[d](h,b);else l.handleUnexpected(h,b)}return c};h.prepare=function(b){l.queue(h,l.createRecord(h,{type:l.ContentType.application_data,data:a.util.createBuffer(b)}));return l.flush(h)};h.prepareHeartbeatRequest=function(b,c){b instanceof a.util.ByteBuffer&&(b=
670
-b.bytes());"undefined"===typeof c&&(c=b.length);h.expectedHeartbeatPayload=b;l.queue(h,l.createRecord(h,{type:l.ContentType.heartbeat,data:l.createHeartbeat(l.HeartbeatMessageType.heartbeat_request,b,c)}));return l.flush(h)};h.close=function(a){if(!h.fail&&h.sessionCache&&h.session){var b={id:h.session.id,version:h.session.version,sp:h.session.sp};b.sp.keys=null;h.sessionCache.setSession(b.id,b)}if(h.open){h.open=!1;h.input.clear();if(h.isConnected||h.handshaking)h.isConnected=h.handshaking=!1,l.queue(h,
671
-l.createAlert(h,{level:l.Alert.Level.warning,description:l.Alert.Description.close_notify})),l.flush(h);h.closed(h)}h.reset(a)};return h};a.tls=a.tls||{};for(var Y in l)"function"!==typeof l[Y]&&(a.tls[Y]=l[Y]);a.tls.prf_tls1=c;a.tls.hmac_sha1=function(b,c,d){var e=a.hmac.create();e.start("SHA1",b);b=a.util.createBuffer();b.putInt32(c[0]);b.putInt32(c[1]);b.putByte(d.type);b.putByte(d.version.major);b.putByte(d.version.minor);b.putInt16(d.length);b.putBytes(d.fragment.bytes());e.update(b.getBytes());
672
-return e.digest().getBytes()};a.tls.createSessionCache=l.createSessionCache;a.tls.createConnection=l.createConnection}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.tls)return c.tls;c.defined.tls=!0;for(var h=0;h<e.length;++h)e[h](c);return c.tls}},
673
-r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/tls","require module ./asn1 ./hmac ./md ./pem ./pki ./random ./util".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,e,g){e=e.entity===a.tls.ConnectionEnd.client;b.read.cipherState={init:!1,cipher:a.cipher.createDecipher("AES-CBC",
674
-e?g.keys.server_write_key:g.keys.client_write_key),iv:e?g.keys.server_write_IV:g.keys.client_write_IV};b.write.cipherState={init:!1,cipher:a.cipher.createCipher("AES-CBC",e?g.keys.client_write_key:g.keys.server_write_key),iv:e?g.keys.client_write_IV:g.keys.server_write_IV};b.read.cipherFunction=p;b.write.cipherFunction=d;b.read.macLength=b.write.macLength=g.mac_length;b.read.macFunction=b.write.macFunction=l.hmac_sha1}function d(b,c){var g=!1,h=c.macFunction(c.macKey,c.sequenceNumber,b);b.fragment.putBytes(h);
675
-c.updateSequenceNumber();h=b.version.minor===l.Versions.TLS_1_0.minor?c.cipherState.init?null:c.cipherState.iv:a.random.getBytesSync(16);c.cipherState.init=!0;var m=c.cipherState.cipher;m.start({iv:h});b.version.minor>=l.Versions.TLS_1_1.minor&&m.output.putBytes(h);m.update(b.fragment);m.finish(e)&&(b.fragment=m.output,b.length=b.fragment.length(),g=!0);return g}function e(a,b,c){c||(a-=b.length()%a,b.fillWithByte(a-1,a));return!0}function h(a,b,c){a=!0;if(c){c=b.length();for(var d=b.last(),e=c-1-
676
-d;e<c-1;++e)a=a&&b.at(e)==d;a&&b.truncate(d+1)}return a}function p(b,c){var d=!1;++g;d=b.version.minor===l.Versions.TLS_1_0.minor?c.cipherState.init?null:c.cipherState.iv:b.fragment.getBytes(16);c.cipherState.init=!0;var e=c.cipherState.cipher;e.start({iv:d});e.update(b.fragment);var d=e.finish(h),k=c.macLength,m=a.random.getBytesSync(k),r=e.output.length();r>=k?(b.fragment=e.output.getBytes(r-k),m=e.output.getBytes(k)):b.fragment=e.output.getBytes();b.fragment=a.util.createBuffer(b.fragment);b.length=
677
-b.fragment.length();k=c.macFunction(c.macKey,c.sequenceNumber,b);c.updateSequenceNumber();e=c.macKey;r=a.hmac.create();r.start("SHA1",e);r.update(m);m=r.digest().getBytes();r.start(null,null);r.update(k);k=r.digest().getBytes();return m===k&&d}var l=a.tls;l.CipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA={id:[0,47],name:"TLS_RSA_WITH_AES_128_CBC_SHA",initSecurityParameters:function(a){a.bulk_cipher_algorithm=l.BulkCipherAlgorithm.aes;a.cipher_type=l.CipherType.block;a.enc_key_length=16;a.block_length=16;
678
-a.fixed_iv_length=16;a.record_iv_length=16;a.mac_algorithm=l.MACAlgorithm.hmac_sha1;a.mac_length=20;a.mac_key_length=20},initConnectionState:c};l.CipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA={id:[0,53],name:"TLS_RSA_WITH_AES_256_CBC_SHA",initSecurityParameters:function(a){a.bulk_cipher_algorithm=l.BulkCipherAlgorithm.aes;a.cipher_type=l.CipherType.block;a.enc_key_length=32;a.block_length=16;a.fixed_iv_length=16;a.record_iv_length=16;a.mac_algorithm=l.MACAlgorithm.hmac_sha1;a.mac_length=20;a.mac_key_length=
679
-20},initConnectionState:c};var g=0}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.aesCipherSuites)return c.aesCipherSuites;c.defined.aesCipherSuites=!0;for(var h=0;h<e.length;++h)e[h](c);return c.aesCipherSuites}},r=a;a=function(b,c){p="string"===
680
-typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/aesCipherSuites",["require","module","./aes","./tls"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.debug=a.debug||{};a.debug.storage={};a.debug.get=function(b,c){var d;"undefined"===typeof b?d=a.debug.storage:b in a.debug.storage&&(d="undefined"===typeof c?a.debug.storage[b]:
681
-a.debug.storage[b][c]);return d};a.debug.set=function(b,c,d){b in a.debug.storage||(a.debug.storage[b]={});a.debug.storage[b][c]=d};a.debug.clear=function(b,c){"undefined"===typeof b?a.debug.storage={}:b in a.debug.storage&&("undefined"===typeof c?delete a.debug.storage[b]:delete a.debug.storage[b][c])}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=
682
-function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.debug)return c.debug;c.defined.debug=!0;for(var h=0;h<e.length;++h)e[h](c);return c.debug}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/debug",["require","module"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();
683
-(function(){function b(a){function c(b,d,e,h){b.generate=function(b,c){for(var k=new a.util.ByteBuffer,m=Math.ceil(c/h)+e,p=new a.util.ByteBuffer,r=e;r<m;++r){p.putInt32(r);d.start();d.update(b+p.getBytes());var F=d.digest();k.putBytes(F.getBytes(h))}k.truncate(k.length()-c);return k.getBytes()}}a.kem=a.kem||{};var d=a.jsbn.BigInteger;a.kem.rsa={};a.kem.rsa.create=function(b,c){c=c||{};var e=c.prng||a.random;return{encrypt:function(c,g){var h=Math.ceil(c.n.bitLength()/8),m;do m=(new d(a.util.bytesToHex(e.getBytesSync(h)),
684
-16)).mod(c.n);while(m.equals(d.ZERO));m=a.util.hexToBytes(m.toString(16));h-=m.length;0<h&&(m=a.util.fillString(String.fromCharCode(0),h)+m);h=c.encrypt(m,"NONE");m=b.generate(m,g);return{encapsulation:h,key:m}},decrypt:function(a,c,d){a=a.decrypt(c,"NONE");return b.generate(a,d)}}};a.kem.kdf1=function(a,b){c(this,a,0,b||a.digestLength)};a.kem.kdf2=function(a,b){c(this,a,1,b||a.digestLength)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===
685
-typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.kem)return c.kem;c.defined.kem=!0;for(var h=0;h<e.length;++h)e[h](c);return c.kem}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/kem",["require","module","./util","./random",
686
-"./jsbn"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.log=a.log||{};a.log.levels="none error warning info debug verbose max".split(" ");var c={},d=[],e=null;a.log.LEVEL_LOCKED=2;a.log.NO_LEVEL_CHECK=4;a.log.INTERPOLATE=8;for(var h=0;h<a.log.levels.length;++h){var p=a.log.levels[h];c[p]={index:h,name:p.toUpperCase()}}a.log.logMessage=function(b){for(var e=c[b.level].index,h=0;h<d.length;++h){var k=d[h];k.flags&a.log.NO_LEVEL_CHECK?k.f(b):e<=c[k.level].index&&
687
-k.f(k,b)}};a.log.prepareStandard=function(a){"standard"in a||(a.standard=c[a.level].name+" ["+a.category+"] "+a.message)};a.log.prepareFull=function(b){if(!("full"in b)){var c=[b.message],c=c.concat([]);b.full=a.util.format.apply(this,c)}};a.log.prepareStandardFull=function(b){"standardFull"in b||(a.log.prepareStandard(b),b.standardFull=b.standard)};p=["error","warning","info","debug","verbose"];for(h=0;h<p.length;++h)(function(b){a.log[b]=function(c,d){var e=Array.prototype.slice.call(arguments).slice(2);
688
-a.log.logMessage({timestamp:new Date,level:b,category:c,message:d,arguments:e})}})(p[h]);a.log.makeLogger=function(b){b={flags:0,f:b};a.log.setLevel(b,"none");return b};a.log.setLevel=function(b,c){var d=!1;if(b&&!(b.flags&a.log.LEVEL_LOCKED))for(var e=0;e<a.log.levels.length;++e)if(c==a.log.levels[e]){b.level=c;d=!0;break}return d};a.log.lock=function(b,c){b.flags="undefined"===typeof c||c?b.flags|a.log.LEVEL_LOCKED:b.flags&~a.log.LEVEL_LOCKED};a.log.addLogger=function(a){d.push(a)};if("undefined"!==
689
-typeof console&&"log"in console){if(console.error&&console.warn&&console.info&&console.debug)var l={error:console.error,warning:console.warn,info:console.info,debug:console.debug,verbose:console.debug},e=function(b,c){a.log.prepareStandard(c);var d=l[c.level],e=[c.standard],e=e.concat(c.arguments.slice());d.apply(console,e)};else e=function(b,c){a.log.prepareStandardFull(c);console.log(c.standardFull)};e=a.log.makeLogger(e);a.log.setLevel(e,"debug");a.log.addLogger(e)}else console={log:function(){}};
690
-null!==e&&(h=a.util.getQueryVariables(),"console.level"in h&&a.log.setLevel(e,h["console.level"].slice(-1)[0]),"console.lock"in h&&"true"==h["console.lock"].slice(-1)[0]&&a.log.lock(e));a.log.consoleLogger=e}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.log)return c.log;
691
-c.defined.log=!0;for(var h=0;h<e.length;++h)e[h](c);return c.log}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/log",["require","module","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b){var d={},e=[];if(!u.validate(b,D.asn1.recipientInfoValidator,d,e))throw b=Error("Cannot read PKCS#7 RecipientInfo. ASN.1 object is not an PKCS#7 RecipientInfo."),
668
+alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.protocol_version}}))}if(!h.fail&&null!==h.record&&!h.record.ready){c=h;b=0;var d=c.input,e=d.length();e<c.record.length?b=c.record.length-e:(c.record.fragment.putBytes(d.getBytes(c.record.length)),d.compact(),c.state.current.read.update(c,c.record)&&(null!==c.fragmented&&(c.fragmented.type===c.record.type?(c.fragmented.fragment.putBuffer(c.record.fragment),c.record=c.fragmented):c.error(c,{message:"Invalid fragmented record.",send:!0,
669
+alert:{level:k.Alert.Level.fatal,description:k.Alert.Description.unexpected_message}})),c.record.ready=!0));c=b}if(!h.fail&&null!==h.record&&h.record.ready)if(b=h.record,d=b.type-k.ContentType.change_cipher_spec,e=S[h.entity][h.expect],d in e)e[d](h,b);else k.handleUnexpected(h,b)}return c};h.prepare=function(b){k.queue(h,k.createRecord(h,{type:k.ContentType.application_data,data:a.util.createBuffer(b)}));return k.flush(h)};h.prepareHeartbeatRequest=function(b,c){b instanceof a.util.ByteBuffer&&(b=
670
+b.bytes());"undefined"===typeof c&&(c=b.length);h.expectedHeartbeatPayload=b;k.queue(h,k.createRecord(h,{type:k.ContentType.heartbeat,data:k.createHeartbeat(k.HeartbeatMessageType.heartbeat_request,b,c)}));return k.flush(h)};h.close=function(a){if(!h.fail&&h.sessionCache&&h.session){var b={id:h.session.id,version:h.session.version,sp:h.session.sp};b.sp.keys=null;h.sessionCache.setSession(b.id,b)}if(h.open){h.open=!1;h.input.clear();if(h.isConnected||h.handshaking)h.isConnected=h.handshaking=!1,k.queue(h,
671
+k.createAlert(h,{level:k.Alert.Level.warning,description:k.Alert.Description.close_notify})),k.flush(h);h.closed(h)}h.reset(a)};return h};a.tls=a.tls||{};for(var Y in k)"function"!==typeof k[Y]&&(a.tls[Y]=k[Y]);a.tls.prf_tls1=c;a.tls.hmac_sha1=function(b,c,d){var e=a.hmac.create();e.start("SHA1",b);b=a.util.createBuffer();b.putInt32(c[0]);b.putInt32(c[1]);b.putByte(d.type);b.putByte(d.version.major);b.putByte(d.version.minor);b.putInt16(d.length);b.putBytes(d.fragment.bytes());e.update(b.getBytes());
672
+return e.digest().getBytes()};a.tls.createSessionCache=k.createSessionCache;a.tls.createConnection=k.createConnection}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.tls)return c.tls;c.defined.tls=!0;for(var m=0;m<e.length;++m)e[m](c);return c.tls}},
673
+q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/tls","require module ./asn1 ./hmac ./md ./pem ./pki ./random ./util".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,e,g){e=e.entity===a.tls.ConnectionEnd.client;b.read.cipherState={init:!1,cipher:a.cipher.createDecipher("AES-CBC",
674
+e?g.keys.server_write_key:g.keys.client_write_key),iv:e?g.keys.server_write_IV:g.keys.client_write_IV};b.write.cipherState={init:!1,cipher:a.cipher.createCipher("AES-CBC",e?g.keys.client_write_key:g.keys.server_write_key),iv:e?g.keys.client_write_IV:g.keys.server_write_IV};b.read.cipherFunction=p;b.write.cipherFunction=d;b.read.macLength=b.write.macLength=g.mac_length;b.read.macFunction=b.write.macFunction=k.hmac_sha1}function d(b,c){var g=!1,l=c.macFunction(c.macKey,c.sequenceNumber,b);b.fragment.putBytes(l);
675
+c.updateSequenceNumber();l=b.version.minor===k.Versions.TLS_1_0.minor?c.cipherState.init?null:c.cipherState.iv:a.random.getBytesSync(16);c.cipherState.init=!0;var m=c.cipherState.cipher;m.start({iv:l});b.version.minor>=k.Versions.TLS_1_1.minor&&m.output.putBytes(l);m.update(b.fragment);m.finish(e)&&(b.fragment=m.output,b.length=b.fragment.length(),g=!0);return g}function e(a,b,c){c||(a-=b.length()%a,b.fillWithByte(a-1,a));return!0}function l(a,b,c){a=!0;if(c){c=b.length();for(var d=b.last(),e=c-1-
676
+d;e<c-1;++e)a=a&&b.at(e)==d;a&&b.truncate(d+1)}return a}function p(b,c){var d=!1;++g;d=b.version.minor===k.Versions.TLS_1_0.minor?c.cipherState.init?null:c.cipherState.iv:b.fragment.getBytes(16);c.cipherState.init=!0;var e=c.cipherState.cipher;e.start({iv:d});e.update(b.fragment);var d=e.finish(l),h=c.macLength,m=a.random.getBytesSync(h),q=e.output.length();q>=h?(b.fragment=e.output.getBytes(q-h),m=e.output.getBytes(h)):b.fragment=e.output.getBytes();b.fragment=a.util.createBuffer(b.fragment);b.length=
677
+b.fragment.length();h=c.macFunction(c.macKey,c.sequenceNumber,b);c.updateSequenceNumber();e=c.macKey;q=a.hmac.create();q.start("SHA1",e);q.update(m);m=q.digest().getBytes();q.start(null,null);q.update(h);h=q.digest().getBytes();return m===h&&d}var k=a.tls;k.CipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA={id:[0,47],name:"TLS_RSA_WITH_AES_128_CBC_SHA",initSecurityParameters:function(a){a.bulk_cipher_algorithm=k.BulkCipherAlgorithm.aes;a.cipher_type=k.CipherType.block;a.enc_key_length=16;a.block_length=16;
678
+a.fixed_iv_length=16;a.record_iv_length=16;a.mac_algorithm=k.MACAlgorithm.hmac_sha1;a.mac_length=20;a.mac_key_length=20},initConnectionState:c};k.CipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA={id:[0,53],name:"TLS_RSA_WITH_AES_256_CBC_SHA",initSecurityParameters:function(a){a.bulk_cipher_algorithm=k.BulkCipherAlgorithm.aes;a.cipher_type=k.CipherType.block;a.enc_key_length=32;a.block_length=16;a.fixed_iv_length=16;a.record_iv_length=16;a.mac_algorithm=k.MACAlgorithm.hmac_sha1;a.mac_length=20;a.mac_key_length=
679
+20},initConnectionState:c};var g=0}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.aesCipherSuites)return c.aesCipherSuites;c.defined.aesCipherSuites=!0;for(var m=0;m<e.length;++m)e[m](c);return c.aesCipherSuites}},q=a;a=function(b,c){l="string"===
680
+typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/aesCipherSuites",["require","module","./aes","./tls"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.debug=a.debug||{};a.debug.storage={};a.debug.get=function(b,c){var d;"undefined"===typeof b?d=a.debug.storage:b in a.debug.storage&&(d="undefined"===typeof c?a.debug.storage[b]:
681
+a.debug.storage[b][c]);return d};a.debug.set=function(b,c,d){b in a.debug.storage||(a.debug.storage[b]={});a.debug.storage[b][c]=d};a.debug.clear=function(b,c){"undefined"===typeof b?a.debug.storage={}:b in a.debug.storage&&("undefined"===typeof c?delete a.debug.storage[b]:delete a.debug.storage[b][c])}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=
682
+function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.debug)return c.debug;c.defined.debug=!0;for(var m=0;m<e.length;++m)e[m](c);return c.debug}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/debug",["require","module"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();
683
+(function(){function b(a){function c(b,d,e,k){b.generate=function(b,c){for(var h=new a.util.ByteBuffer,l=Math.ceil(c/k)+e,m=new a.util.ByteBuffer,p=e;p<l;++p){m.putInt32(p);d.start();d.update(b+m.getBytes());var q=d.digest();h.putBytes(q.getBytes(k))}h.truncate(h.length()-c);return h.getBytes()}}a.kem=a.kem||{};var d=a.jsbn.BigInteger;a.kem.rsa={};a.kem.rsa.create=function(b,c){c=c||{};var e=c.prng||a.random;return{encrypt:function(c,g){var l=Math.ceil(c.n.bitLength()/8),m;do m=(new d(a.util.bytesToHex(e.getBytesSync(l)),
684
+16)).mod(c.n);while(m.equals(d.ZERO));m=a.util.hexToBytes(m.toString(16));l-=m.length;0<l&&(m=a.util.fillString(String.fromCharCode(0),l)+m);l=c.encrypt(m,"NONE");m=b.generate(m,g);return{encapsulation:l,key:m}},decrypt:function(a,c,d){a=a.decrypt(c,"NONE");return b.generate(a,d)}}};a.kem.kdf1=function(a,b){c(this,a,0,b||a.digestLength)};a.kem.kdf2=function(a,b){c(this,a,1,b||a.digestLength)}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===
685
+typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.kem)return c.kem;c.defined.kem=!0;for(var m=0;m<e.length;++m)e[m](c);return c.kem}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/kem",["require","module","./util","./random",
686
+"./jsbn"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){a.log=a.log||{};a.log.levels="none error warning info debug verbose max".split(" ");var c={},d=[],e=null;a.log.LEVEL_LOCKED=2;a.log.NO_LEVEL_CHECK=4;a.log.INTERPOLATE=8;for(var l=0;l<a.log.levels.length;++l){var p=a.log.levels[l];c[p]={index:l,name:p.toUpperCase()}}a.log.logMessage=function(b){for(var e=c[b.level].index,h=0;h<d.length;++h){var k=d[h];k.flags&a.log.NO_LEVEL_CHECK?k.f(b):e<=c[k.level].index&&
687
+k.f(k,b)}};a.log.prepareStandard=function(a){"standard"in a||(a.standard=c[a.level].name+" ["+a.category+"] "+a.message)};a.log.prepareFull=function(b){if(!("full"in b)){var c=[b.message],c=c.concat([]);b.full=a.util.format.apply(this,c)}};a.log.prepareStandardFull=function(b){"standardFull"in b||(a.log.prepareStandard(b),b.standardFull=b.standard)};p=["error","warning","info","debug","verbose"];for(l=0;l<p.length;++l)(function(b){a.log[b]=function(c,d){var e=Array.prototype.slice.call(arguments).slice(2);
688
+a.log.logMessage({timestamp:new Date,level:b,category:c,message:d,arguments:e})}})(p[l]);a.log.makeLogger=function(b){b={flags:0,f:b};a.log.setLevel(b,"none");return b};a.log.setLevel=function(b,c){var d=!1;if(b&&!(b.flags&a.log.LEVEL_LOCKED))for(var e=0;e<a.log.levels.length;++e)if(c==a.log.levels[e]){b.level=c;d=!0;break}return d};a.log.lock=function(b,c){b.flags="undefined"===typeof c||c?b.flags|a.log.LEVEL_LOCKED:b.flags&~a.log.LEVEL_LOCKED};a.log.addLogger=function(a){d.push(a)};if("undefined"!==
689
+typeof console&&"log"in console){if(console.error&&console.warn&&console.info&&console.debug)var k={error:console.error,warning:console.warn,info:console.info,debug:console.debug,verbose:console.debug},e=function(b,c){a.log.prepareStandard(c);var d=k[c.level],e=[c.standard],e=e.concat(c.arguments.slice());d.apply(console,e)};else e=function(b,c){a.log.prepareStandardFull(c);console.log(c.standardFull)};e=a.log.makeLogger(e);a.log.setLevel(e,"debug");a.log.addLogger(e)}else console={log:function(){}};
690
+null!==e&&(l=a.util.getQueryVariables(),"console.level"in l&&a.log.setLevel(e,l["console.level"].slice(-1)[0]),"console.lock"in l&&"true"==l["console.lock"].slice(-1)[0]&&a.log.lock(e));a.log.consoleLogger=e}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.log)return c.log;
691
+c.defined.log=!0;for(var m=0;m<e.length;++m)e[m](c);return c.log}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/log",["require","module","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b){var d={},e=[];if(!u.validate(b,C.asn1.recipientInfoValidator,d,e))throw b=Error("Cannot read PKCS#7 RecipientInfo. ASN.1 object is not an PKCS#7 RecipientInfo."),
692
b.errors=e,b;return{version:d.version.charCodeAt(0),issuer:a.pki.RDNAttributesAsArray(d.issuer),serialNumber:a.util.createBuffer(d.serial).toHex(),encryptedContent:{algorithm:u.derToOid(d.encAlgorithm),parameter:d.encParameter.value,content:d.encKey}}}function d(b){return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,u.integerToDer(b.version).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[a.pki.distinguishedNameToAsn1({attributes:b.issuer}),
693
-u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,a.util.hexToBytes(b.serialNumber))]),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.encryptedContent.algorithm).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.NULL,!1,"")]),u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,b.encryptedContent.content)])}function e(a){for(var b=[],c=0;c<a.length;++c)b.push(d(a[c]));return b}function h(b){var c=u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,
693
+u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,a.util.hexToBytes(b.serialNumber))]),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.encryptedContent.algorithm).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.NULL,!1,"")]),u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,b.encryptedContent.content)])}function e(a){for(var b=[],c=0;c<a.length;++c)b.push(d(a[c]));return b}function l(b){var c=u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,
694
u.Type.INTEGER,!1,u.integerToDer(b.version).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[a.pki.distinguishedNameToAsn1({attributes:b.issuer}),u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,a.util.hexToBytes(b.serialNumber))]),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.digestAlgorithm).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.NULL,!1,"")])]);b.authenticatedAttributesAsn1&&c.value.push(b.authenticatedAttributesAsn1);c.value.push(u.create(u.Class.UNIVERSAL,
695
u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.signatureAlgorithm).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.NULL,!1,"")]));c.value.push(u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,b.signature));if(0<b.unauthenticatedAttributes.length){for(var d=u.create(u.Class.CONTEXT_SPECIFIC,1,!0,[]),e=0;e<b.unauthenticatedAttributes.length;++e)d.values.push(p(b.unauthenticatedAttributes[e]));c.value.push(d)}return c}function p(b){var c;if(b.type===a.pki.oids.contentType)c=
696
u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.value).getBytes());else if(b.type===a.pki.oids.messageDigest)c=u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,b.value.bytes());else if(b.type===a.pki.oids.signingTime){c=new Date("Jan 1, 1950 00:00:00Z");var d=new Date("Jan 1, 2050 00:00:00Z"),e=b.value;if("string"===typeof e)var g=Date.parse(e),e=isNaN(g)?13===e.length?u.utcTimeToDate(e):u.generalizedTimeToDate(e):new Date(g);c=e>=c&&e<d?u.create(u.Class.UNIVERSAL,u.Type.UTCTIME,!1,u.dateToUtcTime(e)):
697
-u.create(u.Class.UNIVERSAL,u.Type.GENERALIZEDTIME,!1,u.dateToGeneralizedTime(e))}return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.type).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SET,!0,[c])])}function l(b){return[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(a.pki.oids.data).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.algorithm).getBytes()),u.create(u.Class.UNIVERSAL,
697
+u.create(u.Class.UNIVERSAL,u.Type.GENERALIZEDTIME,!1,u.dateToGeneralizedTime(e))}return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.type).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SET,!0,[c])])}function k(b){return[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(a.pki.oids.data).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.algorithm).getBytes()),u.create(u.Class.UNIVERSAL,
698
u.Type.OCTETSTRING,!1,b.parameter.getBytes())]),u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,b.content.getBytes())])]}function g(b,c,d){var e={};if(!u.validate(c,d,e,[]))throw b=Error("Cannot read PKCS#7 message. ASN.1 object is not a supported PKCS#7 message."),b.errors=b,b;if(u.derToOid(e.contentType)!==a.pki.oids.data)throw Error("Unsupported PKCS#7 message. Only wrapped ContentType Data supported.");if(e.encryptedContent){c="";if(a.util.isArray(e.encryptedContent))for(d=
699
0;d<e.encryptedContent.length;++d){if(e.encryptedContent[d].type!==u.Type.OCTETSTRING)throw Error("Malformed PKCS#7 message, expecting encrypted content constructed of only OCTET STRING objects.");c+=e.encryptedContent[d].value}else c=e.encryptedContent;b.encryptedContent={algorithm:u.derToOid(e.encAlgorithm),parameter:a.util.createBuffer(e.encParameter.value),content:a.util.createBuffer(c)}}if(e.content){c="";if(a.util.isArray(e.content))for(d=0;d<e.content.length;++d){if(e.content[d].type!==u.Type.OCTETSTRING)throw Error("Malformed PKCS#7 message, expecting content constructed of only OCTET STRING objects.");
700
-c+=e.content[d].value}else c=e.content;b.content=a.util.createBuffer(c)}b.version=e.version.charCodeAt(0);return b.rawCapture=e}function r(b){if(void 0===b.encryptedContent.key)throw Error("Symmetric key not available.");if(void 0===b.content){var c;switch(b.encryptedContent.algorithm){case a.pki.oids["aes128-CBC"]:case a.pki.oids["aes192-CBC"]:case a.pki.oids["aes256-CBC"]:c=a.aes.createDecryptionCipher(b.encryptedContent.key);break;case a.pki.oids.desCBC:case a.pki.oids["des-EDE3-CBC"]:c=a.des.createDecryptionCipher(b.encryptedContent.key);
701
-break;default:throw Error("Unsupported symmetric cipher, OID "+b.encryptedContent.algorithm);}c.start(b.encryptedContent.parameter);c.update(b.encryptedContent.content);if(!c.finish())throw Error("Symmetric decryption failed.");b.content=c.output}}var u=a.asn1,D=a.pkcs7=a.pkcs7||{};D.messageFromPem=function(b){b=a.pem.decode(b)[0];if("PKCS7"!==b.type){var c=Error('Could not convert PKCS#7 message from PEM; PEM header type is not "PKCS#7".');c.headerType=b.type;throw c;}if(b.procType&&"ENCRYPTED"===
702
-b.procType.type)throw Error("Could not convert PKCS#7 message from PEM; PEM is encrypted.");b=u.fromDer(b.body);return D.messageFromAsn1(b)};D.messageToPem=function(b,c){var d={type:"PKCS7",body:u.toDer(b.toAsn1()).getBytes()};return a.pem.encode(d,{maxline:c})};D.messageFromAsn1=function(b){var c={},d=[];if(!u.validate(b,D.asn1.contentInfoValidator,c,d))throw c=Error("Cannot read PKCS#7 message. ASN.1 object is not an PKCS#7 ContentInfo."),c.errors=d,c;d=u.derToOid(c.contentType);switch(d){case a.pki.oids.envelopedData:d=
703
-D.createEnvelopedData();break;case a.pki.oids.encryptedData:d=D.createEncryptedData();break;case a.pki.oids.signedData:d=D.createSignedData();break;default:throw Error("Cannot read PKCS#7 message. ContentType with OID "+d+" is not (yet) supported.");}d.fromAsn1(c.content.value[0]);return d};D.createSignedData=function(){var b=null;return b={type:a.pki.oids.signedData,version:1,certificates:[],crls:[],signers:[],digestAlgorithmIdentifiers:[],contentInfo:null,signerInfos:[],fromAsn1:function(c){g(b,
704
-c,D.asn1.signedDataValidator);b.certificates=[];b.crls=[];b.digestAlgorithmIdentifiers=[];b.contentInfo=null;b.signerInfos=[];c=b.rawCapture.certificates.value;for(var d=0;d<c.length;++d)b.certificates.push(a.pki.certificateFromAsn1(c[d]))},toAsn1:function(){b.contentInfo||b.sign();for(var c=[],d=0;d<b.certificates.length;++d)c.push(a.pki.certificateToAsn1(b.certificates[d]));var d=[],e=u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,
700
+c+=e.content[d].value}else c=e.content;b.content=a.util.createBuffer(c)}b.version=e.version.charCodeAt(0);return b.rawCapture=e}function q(b){if(void 0===b.encryptedContent.key)throw Error("Symmetric key not available.");if(void 0===b.content){var c;switch(b.encryptedContent.algorithm){case a.pki.oids["aes128-CBC"]:case a.pki.oids["aes192-CBC"]:case a.pki.oids["aes256-CBC"]:c=a.aes.createDecryptionCipher(b.encryptedContent.key);break;case a.pki.oids.desCBC:case a.pki.oids["des-EDE3-CBC"]:c=a.des.createDecryptionCipher(b.encryptedContent.key);
701
+break;default:throw Error("Unsupported symmetric cipher, OID "+b.encryptedContent.algorithm);}c.start(b.encryptedContent.parameter);c.update(b.encryptedContent.content);if(!c.finish())throw Error("Symmetric decryption failed.");b.content=c.output}}var u=a.asn1,C=a.pkcs7=a.pkcs7||{};C.messageFromPem=function(b){b=a.pem.decode(b)[0];if("PKCS7"!==b.type){var c=Error('Could not convert PKCS#7 message from PEM; PEM header type is not "PKCS#7".');c.headerType=b.type;throw c;}if(b.procType&&"ENCRYPTED"===
702
+b.procType.type)throw Error("Could not convert PKCS#7 message from PEM; PEM is encrypted.");b=u.fromDer(b.body);return C.messageFromAsn1(b)};C.messageToPem=function(b,c){var d={type:"PKCS7",body:u.toDer(b.toAsn1()).getBytes()};return a.pem.encode(d,{maxline:c})};C.messageFromAsn1=function(b){var c={},d=[];if(!u.validate(b,C.asn1.contentInfoValidator,c,d))throw c=Error("Cannot read PKCS#7 message. ASN.1 object is not an PKCS#7 ContentInfo."),c.errors=d,c;d=u.derToOid(c.contentType);switch(d){case a.pki.oids.envelopedData:d=
703
+C.createEnvelopedData();break;case a.pki.oids.encryptedData:d=C.createEncryptedData();break;case a.pki.oids.signedData:d=C.createSignedData();break;default:throw Error("Cannot read PKCS#7 message. ContentType with OID "+d+" is not (yet) supported.");}d.fromAsn1(c.content.value[0]);return d};C.createSignedData=function(){var b=null;return b={type:a.pki.oids.signedData,version:1,certificates:[],crls:[],signers:[],digestAlgorithmIdentifiers:[],contentInfo:null,signerInfos:[],fromAsn1:function(c){g(b,
704
+c,C.asn1.signedDataValidator);b.certificates=[];b.crls=[];b.digestAlgorithmIdentifiers=[];b.contentInfo=null;b.signerInfos=[];c=b.rawCapture.certificates.value;for(var d=0;d<c.length;++d)b.certificates.push(a.pki.certificateFromAsn1(c[d]))},toAsn1:function(){b.contentInfo||b.sign();for(var c=[],d=0;d<b.certificates.length;++d)c.push(a.pki.certificateToAsn1(b.certificates[d]));var d=[],e=u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,
705
u.Type.INTEGER,!1,u.integerToDer(b.version).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SET,!0,b.digestAlgorithmIdentifiers),b.contentInfo])]);0<c.length&&e.value[0].value.push(u.create(u.Class.CONTEXT_SPECIFIC,0,!0,c));0<d.length&&e.value[0].value.push(u.create(u.Class.CONTEXT_SPECIFIC,1,!0,d));e.value[0].value.push(u.create(u.Class.UNIVERSAL,u.Type.SET,!0,b.signerInfos));return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.type).getBytes()),
706
e])},addSigner:function(c){var d=c.issuer,e=c.serialNumber;c.certificate&&(e=c.certificate,"string"===typeof e&&(e=a.pki.certificateFromPem(e)),d=e.issuer.attributes,e=e.serialNumber);var g=c.key;if(!g)throw Error("Could not add PKCS#7 signer; no private key specified.");"string"===typeof g&&(g=a.pki.privateKeyFromPem(g));var h=c.digestAlgorithm||a.pki.oids.sha1;switch(h){case a.pki.oids.sha1:case a.pki.oids.sha256:case a.pki.oids.sha384:case a.pki.oids.sha512:case a.pki.oids.md5:break;default:throw Error("Could not add PKCS#7 signer; unknown message digest algorithm: "+
707
h);}c=c.authenticatedAttributes||[];if(0<c.length){for(var k=!1,l=!1,m=0;m<c.length;++m){var p=c[m];if(!k&&p.type===a.pki.oids.contentType){if(k=!0,l)break}else if(!l&&p.type===a.pki.oids.messageDigest&&(l=!0,k))break}if(!k||!l)throw Error("Invalid signer.authenticatedAttributes. If signer.authenticatedAttributes is specified, then it must contain at least two attributes, PKCS #9 content-type and PKCS #9 message-digest.");}b.signers.push({key:g,version:1,issuer:d,serialNumber:e,digestAlgorithm:h,
708
signatureAlgorithm:a.pki.oids.rsaEncryption,signature:null,authenticatedAttributes:c,unauthenticatedAttributes:[]})},sign:function(){if("object"!==typeof b.content||null===b.contentInfo)if(b.contentInfo=u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(a.pki.oids.data).getBytes())]),"content"in b){var c;b.content instanceof a.util.ByteBuffer?c=b.content.bytes():"string"===typeof b.content&&(c=a.util.encodeUtf8(b.content));b.contentInfo.value.push(u.create(u.Class.CONTEXT_SPECIFIC,
709
0,!0,[u.create(u.Class.UNIVERSAL,u.Type.OCTETSTRING,!1,c)]))}if(0!==b.signers.length){c={};for(var d=0;d<b.signers.length;++d){var e=b.signers[d],g=e.digestAlgorithm;g in c||(c[g]=a.md[a.pki.oids[g]].create());e.md=0===e.authenticatedAttributes.length?c[g]:a.md[a.pki.oids[g]].create()}b.digestAlgorithmIdentifiers=[];for(g in c)b.digestAlgorithmIdentifiers.push(u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(g).getBytes()),u.create(u.Class.UNIVERSAL,
710
-u.Type.NULL,!1,"")]));if(2>b.contentInfo.value.length)throw Error("Could not sign PKCS#7 message; there is no content to sign.");var g=u.derToOid(b.contentInfo.value[0].value),d=b.contentInfo.value[1],d=d.value[0],k=u.toDer(d);k.getByte();u.getBerValueLength(k);var k=k.getBytes(),l;for(l in c)c[l].start().update(k);l=new Date;for(d=0;d<b.signers.length;++d){e=b.signers[d];if(0===e.authenticatedAttributes.length){if(g!==a.pki.oids.data)throw Error("Invalid signer; authenticatedAttributes must be present when the ContentInfo content type is not PKCS#7 Data.");
711
-}else{e.authenticatedAttributesAsn1=u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[]);for(var k=u.create(u.Class.UNIVERSAL,u.Type.SET,!0,[]),m=0;m<e.authenticatedAttributes.length;++m){var r=e.authenticatedAttributes[m];r.type===a.pki.oids.messageDigest?r.value=c[e.digestAlgorithm].digest():r.type!==a.pki.oids.signingTime||r.value||(r.value=l);k.value.push(p(r));e.authenticatedAttributesAsn1.value.push(p(r))}k=u.toDer(k).getBytes();e.md.start().update(k)}e.signature=e.key.sign(e.md,"RSASSA-PKCS1-V1_5")}c=
712
-b;g=b.signers;l=[];for(d=0;d<g.length;++d)l.push(h(g[d]));c.signerInfos=l}},verify:function(){throw Error("PKCS#7 signature verification not yet implemented.");},addCertificate:function(c){"string"===typeof c&&(c=a.pki.certificateFromPem(c));b.certificates.push(c)},addCertificateRevokationList:function(a){throw Error("PKCS#7 CRL support not yet implemented.");}}};D.createEncryptedData=function(){var b=null;return b={type:a.pki.oids.encryptedData,version:0,encryptedContent:{algorithm:a.pki.oids["aes256-CBC"]},
713
-fromAsn1:function(a){g(b,a,D.asn1.encryptedDataValidator)},decrypt:function(a){void 0!==a&&(b.encryptedContent.key=a);r(b)}}};D.createEnvelopedData=function(){var b=null;return b={type:a.pki.oids.envelopedData,version:0,recipients:[],encryptedContent:{algorithm:a.pki.oids["aes256-CBC"]},fromAsn1:function(a){var d=g(b,a,D.asn1.envelopedDataValidator);a=b;for(var d=d.recipientInfos.value,e=[],h=0;h<d.length;++h)e.push(c(d[h]));a.recipients=e},toAsn1:function(){return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,
714
-!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.type).getBytes()),u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,u.integerToDer(b.version).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SET,!0,e(b.recipients)),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,l(b.encryptedContent))])])])},findRecipient:function(a){for(var c=a.issuer.attributes,d=0;d<b.recipients.length;++d){var e=b.recipients[d],g=e.issuer;if(e.serialNumber===
710
+u.Type.NULL,!1,"")]));if(2>b.contentInfo.value.length)throw Error("Could not sign PKCS#7 message; there is no content to sign.");var g=u.derToOid(b.contentInfo.value[0].value),d=b.contentInfo.value[1],d=d.value[0],h=u.toDer(d);h.getByte();u.getBerValueLength(h);var h=h.getBytes(),k;for(k in c)c[k].start().update(h);k=new Date;for(d=0;d<b.signers.length;++d){e=b.signers[d];if(0===e.authenticatedAttributes.length){if(g!==a.pki.oids.data)throw Error("Invalid signer; authenticatedAttributes must be present when the ContentInfo content type is not PKCS#7 Data.");
711
+}else{e.authenticatedAttributesAsn1=u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[]);for(var h=u.create(u.Class.UNIVERSAL,u.Type.SET,!0,[]),m=0;m<e.authenticatedAttributes.length;++m){var q=e.authenticatedAttributes[m];q.type===a.pki.oids.messageDigest?q.value=c[e.digestAlgorithm].digest():q.type!==a.pki.oids.signingTime||q.value||(q.value=k);h.value.push(p(q));e.authenticatedAttributesAsn1.value.push(p(q))}h=u.toDer(h).getBytes();e.md.start().update(h)}e.signature=e.key.sign(e.md,"RSASSA-PKCS1-V1_5")}c=
712
+b;g=b.signers;k=[];for(d=0;d<g.length;++d)k.push(l(g[d]));c.signerInfos=k}},verify:function(){throw Error("PKCS#7 signature verification not yet implemented.");},addCertificate:function(c){"string"===typeof c&&(c=a.pki.certificateFromPem(c));b.certificates.push(c)},addCertificateRevokationList:function(a){throw Error("PKCS#7 CRL support not yet implemented.");}}};C.createEncryptedData=function(){var b=null;return b={type:a.pki.oids.encryptedData,version:0,encryptedContent:{algorithm:a.pki.oids["aes256-CBC"]},
713
+fromAsn1:function(a){g(b,a,C.asn1.encryptedDataValidator)},decrypt:function(a){void 0!==a&&(b.encryptedContent.key=a);q(b)}}};C.createEnvelopedData=function(){var b=null;return b={type:a.pki.oids.envelopedData,version:0,recipients:[],encryptedContent:{algorithm:a.pki.oids["aes256-CBC"]},fromAsn1:function(a){var d=g(b,a,C.asn1.envelopedDataValidator);a=b;for(var d=d.recipientInfos.value,e=[],h=0;h<d.length;++h)e.push(c(d[h]));a.recipients=e},toAsn1:function(){return u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,
714
+!0,[u.create(u.Class.UNIVERSAL,u.Type.OID,!1,u.oidToDer(b.type).getBytes()),u.create(u.Class.CONTEXT_SPECIFIC,0,!0,[u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,[u.create(u.Class.UNIVERSAL,u.Type.INTEGER,!1,u.integerToDer(b.version).getBytes()),u.create(u.Class.UNIVERSAL,u.Type.SET,!0,e(b.recipients)),u.create(u.Class.UNIVERSAL,u.Type.SEQUENCE,!0,k(b.encryptedContent))])])])},findRecipient:function(a){for(var c=a.issuer.attributes,d=0;d<b.recipients.length;++d){var e=b.recipients[d],g=e.issuer;if(e.serialNumber===
715
a.serialNumber&&g.length===c.length){for(var h=!0,k=0;k<c.length;++k)if(g[k].type!==c[k].type||g[k].value!==c[k].value){h=!1;break}if(h)return e}}return null},decrypt:function(c,d){if(void 0===b.encryptedContent.key&&void 0!==c&&void 0!==d)switch(c.encryptedContent.algorithm){case a.pki.oids.rsaEncryption:case a.pki.oids.desCBC:var e=d.decrypt(c.encryptedContent.content);b.encryptedContent.key=a.util.createBuffer(e);break;default:throw Error("Unsupported asymmetric cipher, OID "+c.encryptedContent.algorithm);
716
-}r(b)},addRecipient:function(c){b.recipients.push({version:0,issuer:c.issuer.attributes,serialNumber:c.serialNumber,encryptedContent:{algorithm:a.pki.oids.rsaEncryption,key:c.publicKey}})},encrypt:function(c,d){if(void 0===b.encryptedContent.content){d=d||b.encryptedContent.algorithm;c=c||b.encryptedContent.key;var e,g,h;switch(d){case a.pki.oids["aes128-CBC"]:g=e=16;h=a.aes.createEncryptionCipher;break;case a.pki.oids["aes192-CBC"]:e=24;g=16;h=a.aes.createEncryptionCipher;break;case a.pki.oids["aes256-CBC"]:e=
716
+}q(b)},addRecipient:function(c){b.recipients.push({version:0,issuer:c.issuer.attributes,serialNumber:c.serialNumber,encryptedContent:{algorithm:a.pki.oids.rsaEncryption,key:c.publicKey}})},encrypt:function(c,d){if(void 0===b.encryptedContent.content){d=d||b.encryptedContent.algorithm;c=c||b.encryptedContent.key;var e,g,h;switch(d){case a.pki.oids["aes128-CBC"]:g=e=16;h=a.aes.createEncryptionCipher;break;case a.pki.oids["aes192-CBC"]:e=24;g=16;h=a.aes.createEncryptionCipher;break;case a.pki.oids["aes256-CBC"]:e=
717
32;g=16;h=a.aes.createEncryptionCipher;break;case a.pki.oids["des-EDE3-CBC"]:e=24;g=8;h=a.des.createEncryptionCipher;break;default:throw Error("Unsupported symmetric cipher, OID "+d);}if(void 0===c)c=a.util.createBuffer(a.random.getBytes(e));else if(c.length()!=e)throw Error("Symmetric key has wrong length; got "+c.length()+" bytes, expected "+e+".");b.encryptedContent.algorithm=d;b.encryptedContent.key=c;b.encryptedContent.parameter=a.util.createBuffer(a.random.getBytes(g));e=h(c);e.start(b.encryptedContent.parameter.copy());
718
e.update(b.content);if(!e.finish())throw Error("Symmetric encryption failed.");b.encryptedContent.content=e.output}for(e=0;e<b.recipients.length;++e)if(g=b.recipients[e],void 0===g.encryptedContent.content)switch(g.encryptedContent.algorithm){case a.pki.oids.rsaEncryption:g.encryptedContent.content=g.encryptedContent.key.encrypt(b.encryptedContent.key.data);break;default:throw Error("Unsupported asymmetric cipher, OID "+g.encryptedContent.algorithm);}}}}}if("function"!==typeof a)if("object"===typeof module&&
719
-module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs7)return c.pkcs7;c.defined.pkcs7=!0;for(var h=0;h<e.length;++h)e[h](c);return c.pkcs7}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,
720
-Array.prototype.slice.call(arguments,0))};a("js/pkcs7","require module ./aes ./asn1 ./des ./oids ./pem ./pkcs7asn1 ./random ./util ./x509".split(" "),function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d){var e=d.toString(16);"8"<=e[0]&&(e="00"+e);e=a.util.hexToBytes(e);b.putInt32(e.length);b.putBytes(e)}function d(a,b){a.putInt32(b.length);a.putString(b)}function e(){for(var b=a.md.sha1.create(),c=arguments.length,d=0;d<c;++d)b.update(arguments[d]);
721
-return b.digest()}var h=a.ssh=a.ssh||{};h.privateKeyToPutty=function(b,h,g){g=g||"";h=h||"";var p=""===h?"none":"aes256-cbc",u;u="PuTTY-User-Key-File-2: ssh-rsa\r\n"+("Encryption: "+p+"\r\n")+("Comment: "+g+"\r\n");var r=a.util.createBuffer();d(r,"ssh-rsa");c(r,b.e);c(r,b.n);var w=a.util.encode64(r.bytes(),64),v=Math.floor(w.length/66)+1;u+="Public-Lines: "+v+"\r\n";u+=w;w=a.util.createBuffer();c(w,b.d);c(w,b.p);c(w,b.q);c(w,b.qInv);h?(v=w.length()+16-1,v-=v%16,b=e(w.bytes()),b.truncate(b.length()-
722
-v+w.length()),w.putBuffer(b),v=a.util.createBuffer(),v.putBuffer(e("\x00\x00\x00\x00",h)),v.putBuffer(e("\x00\x00\x00\u0001",h)),v=a.aes.createEncryptionCipher(v.truncate(8),"CBC"),v.start(a.util.createBuffer().fillWithByte(0,16)),v.update(w.copy()),v.finish(),v=v.output,v.truncate(16),b=a.util.encode64(v.bytes(),64)):b=a.util.encode64(w.bytes(),64);v=Math.floor(b.length/66)+1;u+="\r\nPrivate-Lines: "+v+"\r\n";u+=b;h=e("putty-private-key-file-mac-key",h);v=a.util.createBuffer();d(v,"ssh-rsa");d(v,
723
-p);d(v,g);v.putInt32(r.length());v.putBuffer(r);v.putInt32(w.length());v.putBuffer(w);g=a.hmac.create();g.start("sha1",h);g.update(v.bytes());return u+="\r\nPrivate-MAC: "+g.digest().toHex()+"\r\n"};h.publicKeyToOpenSSH=function(b,e){e=e||"";var g=a.util.createBuffer();d(g,"ssh-rsa");c(g,b.e);c(g,b.n);return"ssh-rsa "+a.util.encode64(g.bytes())+" "+e};h.privateKeyToOpenSSH=function(b,c){return c?a.pki.encryptRsaPrivateKey(b,c,{legacy:!0,algorithm:"aes128"}):a.pki.privateKeyToPem(b)};h.getPublicKeyFingerprint=
719
+module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.pkcs7)return c.pkcs7;c.defined.pkcs7=!0;for(var m=0;m<e.length;++m)e[m](c);return c.pkcs7}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,
720
+Array.prototype.slice.call(arguments,0))};a("js/pkcs7","require module ./aes ./asn1 ./des ./oids ./pem ./pkcs7asn1 ./random ./util ./x509".split(" "),function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){function c(b,d){var e=d.toString(16);"8"<=e[0]&&(e="00"+e);e=a.util.hexToBytes(e);b.putInt32(e.length);b.putBytes(e)}function d(a,b){a.putInt32(b.length);a.putString(b)}function e(){for(var b=a.md.sha1.create(),c=arguments.length,d=0;d<c;++d)b.update(arguments[d]);
721
+return b.digest()}var l=a.ssh=a.ssh||{};l.privateKeyToPutty=function(b,k,g){g=g||"";k=k||"";var l=""===k?"none":"aes256-cbc",p;p="PuTTY-User-Key-File-2: ssh-rsa\r\n"+("Encryption: "+l+"\r\n")+("Comment: "+g+"\r\n");var q=a.util.createBuffer();d(q,"ssh-rsa");c(q,b.e);c(q,b.n);var x=a.util.encode64(q.bytes(),64),w=Math.floor(x.length/66)+1;p+="Public-Lines: "+w+"\r\n";p+=x;x=a.util.createBuffer();c(x,b.d);c(x,b.p);c(x,b.q);c(x,b.qInv);k?(w=x.length()+16-1,w-=w%16,b=e(x.bytes()),b.truncate(b.length()-
722
+w+x.length()),x.putBuffer(b),w=a.util.createBuffer(),w.putBuffer(e("\x00\x00\x00\x00",k)),w.putBuffer(e("\x00\x00\x00\u0001",k)),w=a.aes.createEncryptionCipher(w.truncate(8),"CBC"),w.start(a.util.createBuffer().fillWithByte(0,16)),w.update(x.copy()),w.finish(),w=w.output,w.truncate(16),b=a.util.encode64(w.bytes(),64)):b=a.util.encode64(x.bytes(),64);w=Math.floor(b.length/66)+1;p+="\r\nPrivate-Lines: "+w+"\r\n";p+=b;k=e("putty-private-key-file-mac-key",k);w=a.util.createBuffer();d(w,"ssh-rsa");d(w,
723
+l);d(w,g);w.putInt32(q.length());w.putBuffer(q);w.putInt32(x.length());w.putBuffer(x);g=a.hmac.create();g.start("sha1",k);g.update(w.bytes());return p+="\r\nPrivate-MAC: "+g.digest().toHex()+"\r\n"};l.publicKeyToOpenSSH=function(b,e){e=e||"";var g=a.util.createBuffer();d(g,"ssh-rsa");c(g,b.e);c(g,b.n);return"ssh-rsa "+a.util.encode64(g.bytes())+" "+e};l.privateKeyToOpenSSH=function(b,c){return c?a.pki.encryptRsaPrivateKey(b,c,{legacy:!0,algorithm:"aes128"}):a.pki.privateKeyToPem(b)};l.getPublicKeyFingerprint=
724
function(b,e){e=e||{};var g=e.md||a.md.md5.create(),h=a.util.createBuffer();d(h,"ssh-rsa");c(h,b.e);c(h,b.n);g.start();g.update(h.getBytes());g=g.digest();if("hex"===e.encoding)return g=g.toHex(),e.delimiter?g.match(/.{2}/g).join(e.delimiter):g;if("binary"===e.encoding)return g.getBytes();if(e.encoding)throw Error('Unknown encoding "'+e.encoding+'".');return g}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&
725
-(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.ssh)return c.ssh;c.defined.ssh=!0;for(var h=0;h<e.length;++h)e[h](c);return c.ssh}},r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/ssh","require module ./aes ./hmac ./md5 ./sha1 ./util".split(" "),
726
-function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c={},d=0;a.debug.set("forge.task","tasks",c);var e={};a.debug.set("forge.task","queues",e);var h={ready:{}};h.ready.stop="ready";h.ready.start="running";h.ready.cancel="done";h.ready.fail="error";h.running={};h.running.stop="ready";h.running.start="running";h.running.block="blocked";h.running.unblock="running";h.running.sleep="sleeping";h.running.wakeup="running";h.running.cancel="done";h.running.fail=
727
-"error";h.blocked={};h.blocked.stop="blocked";h.blocked.start="blocked";h.blocked.block="blocked";h.blocked.unblock="blocked";h.blocked.sleep="blocked";h.blocked.wakeup="blocked";h.blocked.cancel="done";h.blocked.fail="error";h.sleeping={};h.sleeping.stop="sleeping";h.sleeping.start="sleeping";h.sleeping.block="sleeping";h.sleeping.unblock="sleeping";h.sleeping.sleep="sleeping";h.sleeping.wakeup="sleeping";h.sleeping.cancel="done";h.sleeping.fail="error";h.done={};h.done.stop="done";h.done.start=
728
-"done";h.done.block="done";h.done.unblock="done";h.done.sleep="done";h.done.wakeup="done";h.done.cancel="done";h.done.fail="error";h.error={};h.error.stop="error";h.error.start="error";h.error.block="error";h.error.unblock="error";h.error.sleep="error";h.error.wakeup="error";h.error.cancel="error";h.error.fail="error";var p=function(a){this.id=-1;this.name=a.name||"?";this.parent=a.parent||null;this.run=a.run;this.subtasks=[];this.error=!1;this.state="ready";this.blocks=0;this.userData=this.swapTime=
725
+(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.ssh)return c.ssh;c.defined.ssh=!0;for(var m=0;m<e.length;++m)e[m](c);return c.ssh}},q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/ssh","require module ./aes ./hmac ./md5 ./sha1 ./util".split(" "),
726
+function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){function b(a){var c={},d=0;a.debug.set("forge.task","tasks",c);var e={};a.debug.set("forge.task","queues",e);var l={ready:{}};l.ready.stop="ready";l.ready.start="running";l.ready.cancel="done";l.ready.fail="error";l.running={};l.running.stop="ready";l.running.start="running";l.running.block="blocked";l.running.unblock="running";l.running.sleep="sleeping";l.running.wakeup="running";l.running.cancel="done";l.running.fail=
727
+"error";l.blocked={};l.blocked.stop="blocked";l.blocked.start="blocked";l.blocked.block="blocked";l.blocked.unblock="blocked";l.blocked.sleep="blocked";l.blocked.wakeup="blocked";l.blocked.cancel="done";l.blocked.fail="error";l.sleeping={};l.sleeping.stop="sleeping";l.sleeping.start="sleeping";l.sleeping.block="sleeping";l.sleeping.unblock="sleeping";l.sleeping.sleep="sleeping";l.sleeping.wakeup="sleeping";l.sleeping.cancel="done";l.sleeping.fail="error";l.done={};l.done.stop="done";l.done.start=
728
+"done";l.done.block="done";l.done.unblock="done";l.done.sleep="done";l.done.wakeup="done";l.done.cancel="done";l.done.fail="error";l.error={};l.error.stop="error";l.error.start="error";l.error.block="error";l.error.unblock="error";l.error.sleep="error";l.error.wakeup="error";l.error.cancel="error";l.error.fail="error";var p=function(a){this.id=-1;this.name=a.name||"?";this.parent=a.parent||null;this.run=a.run;this.subtasks=[];this.error=!1;this.state="ready";this.blocks=0;this.userData=this.swapTime=
729
this.timeoutId=null;this.id=d++;c[this.id]=this};p.prototype.debug=function(b){a.log.debug("forge.task",b||"","[%s][%s] task:",this.id,this.name,this,"subtasks:",this.subtasks.length,"queue:",e)};p.prototype.next=function(a,b){"function"===typeof a&&(b=a,a=this.name);var c=new p({run:b,name:a,parent:this});c.state="running";c.type=this.type;c.successCallback=this.successCallback||null;c.failureCallback=this.failureCallback||null;this.subtasks.push(c);return this};p.prototype.parallel=function(b,c){a.util.isArray(b)&&
730
-(c=b,b=this.name);return this.next(b,function(d){d.block(c.length);for(var e=function(b,e){a.task.start({type:b,run:function(a){c[e](a)},success:function(a){d.unblock()},failure:function(a){d.unblock()}})},g=0;g<c.length;g++)e(b+"__parallel-"+d.id+"-"+g,g)})};p.prototype.stop=function(){this.state=h[this.state].stop};p.prototype.start=function(){this.error=!1;this.state=h[this.state].start;"running"===this.state&&(this.start=new Date,this.run(this),g(this,0))};p.prototype.block=function(a){this.blocks+=
731
-"undefined"===typeof a?1:a;0<this.blocks&&(this.state=h[this.state].block)};p.prototype.unblock=function(a){this.blocks-="undefined"===typeof a?1:a;0===this.blocks&&"done"!==this.state&&(this.state="running",g(this,0));return this.blocks};p.prototype.sleep=function(a){this.state=h[this.state].sleep;var b=this;this.timeoutId=setTimeout(function(){b.timeoutId=null;b.state="running";g(b,0)},"undefined"===typeof a?0:a)};p.prototype.wait=function(a){a.wait(this)};p.prototype.wakeup=function(){"sleeping"===
732
-this.state&&(cancelTimeout(this.timeoutId),this.timeoutId=null,this.state="running",g(this,0))};p.prototype.cancel=function(){this.state=h[this.state].cancel;this.permitsNeeded=0;null!==this.timeoutId&&(cancelTimeout(this.timeoutId),this.timeoutId=null);this.subtasks=[]};p.prototype.fail=function(a){this.error=!0;r(this,!0);if(a)a.error=this.error,a.swapTime=this.swapTime,a.userData=this.userData,g(a,0);else{if(null!==this.parent){for(a=this.parent;null!==a.parent;)a.error=this.error,a.swapTime=this.swapTime,
733
-a.userData=this.userData,a=a.parent;r(a,!0)}this.failureCallback&&this.failureCallback(this)}};var l=function(a){a.error=!1;a.state=h[a.state].start;setTimeout(function(){"running"===a.state&&(a.swapTime=+new Date,a.run(a),g(a,0))},0)},g=function(a,b){var c=30<b||20<+new Date-a.swapTime,d=function(b){b++;if("running"===a.state)if(c&&(a.swapTime=+new Date),0<a.subtasks.length){var d=a.subtasks.shift();d.error=a.error;d.swapTime=a.swapTime;d.userData=a.userData;d.run(d);d.error||g(d,b)}else r(a),a.error||
734
-null===a.parent||(a.parent.error=a.error,a.parent.swapTime=a.swapTime,a.parent.userData=a.userData,g(a.parent,b))};c?setTimeout(d,0):d(b)},r=function(b,d){b.state="done";delete c[b.id];null===b.parent&&(b.type in e?0===e[b.type].length?a.log.error("forge.task","[%s][%s] task queue empty [%s]",b.id,b.name,b.type):e[b.type][0]!==b?a.log.error("forge.task","[%s][%s] task not first in queue [%s]",b.id,b.name,b.type):(e[b.type].shift(),0===e[b.type].length?delete e[b.type]:e[b.type][0].start()):a.log.error("forge.task",
735
-"[%s][%s] task queue missing [%s]",b.id,b.name,b.type),d||(b.error&&b.failureCallback?b.failureCallback(b):!b.error&&b.successCallback&&b.successCallback(b)))};a.task=a.task||{};a.task.start=function(a){var b=new p({run:a.run,name:a.name||"?"});b.type=a.type;b.successCallback=a.success||null;b.failureCallback=a.failure||null;b.type in e?e[a.type].push(b):(e[b.type]=[b],l(b))};a.task.cancel=function(a){a in e&&(e[a]=[e[a][0]])};a.task.createCondition=function(){var a={tasks:{},wait:function(b){b.id in
736
-a.tasks||(b.block(),a.tasks[b.id]=b)},notify:function(){var b=a.tasks;a.tasks={};for(var c in b)b[c].unblock()}};return a}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var p,h=function(a,c){c.exports=function(c){var e=p.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.task)return c.task;c.defined.task=!0;for(var h=0;h<e.length;++h)e[h](c);return c.task}},
737
-r=a;a=function(b,c){p="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,r.apply(null,Array.prototype.slice.call(arguments,0));a=r;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/task",["require","module","./debug","./log","./util"],function(){h.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){if("function"!==typeof a)if("object"===typeof module&&module.exports){var b=!0;a=function(a,b){b(c,module)}}else{"undefined"===typeof forge&&(forge={disableNativeCode:!1});
738
-return}var e,p=function(a,b){b.exports=function(b){var c=e.map(function(b){return a(b)});b=b||{};b.defined=b.defined||{};if(b.defined.forge)return b.forge;b.defined.forge=!0;for(var d=0;d<c.length;++d)c[d](b);return b};b.exports.disableNativeCode=!0;b.exports(b.exports)},h=a;a=function(c,p){e="string"===typeof c?p.slice(2):c.slice(2);if(b)return delete a,h.apply(null,Array.prototype.slice.call(arguments,0));a=h;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/forge","require module ./aes ./aesCipherSuites ./asn1 ./cipher ./cipherModes ./debug ./des ./hmac ./kem ./log ./md ./mgf1 ./pbkdf2 ./pem ./pkcs7 ./pkcs1 ./pkcs12 ./pki ./prime ./prng ./pss ./random ./rc2 ./ssh ./task ./tls ./util".split(" "),
739
-function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();return c("js/forge")});function amtcert_linkCertPrivateKey(b,c){for(var a in b){var d=b[a];try{if(0==xxCertPrivateKeys.length)break;for(var e=forge.pki.publicKeyToPem(forge.pki.certificateFromAsn1(forge.asn1.fromDer(d.X509Certificate)).publicKey).substring(60).replace(/(\r\n|\n|\r)/gm,""),p=0;p<c.length;p++)e===c[p].DERKey+"-----END PUBLIC KEY-----"&&(c[p].XCert=d,d.XPrivateKey=c[p])}catch(h){console.log(h)}}}
740
-function amtcert_loadP12File(b,c,a){try{var d=window.forge.util.decode64(btoa(b)),e=window.forge.asn1.fromDer(d),p=window.forge.pkcs12.pkcs12FromAsn1(e,c),h=p.getBags({bagType:window.forge.pki.oids.pkcs8ShroudedKeyBag});console.assert(h[window.forge.pki.oids.pkcs8ShroudedKeyBag]&&0<h[window.forge.pki.oids.pkcs8ShroudedKeyBag].length);var r=h[window.forge.pki.oids.pkcs8ShroudedKeyBag][0].key,n=window.forge.pki.privateKeyToAsn1(r),m=window.forge.pki.wrapRsaPrivateKey(n);window.forge.asn1.toDer(m).getBytes();
741
-var z=p.getBags({bagType:window.forge.pki.oids.certBag})[window.forge.pki.oids.certBag][0].cert.subject.attributes,k=p.getBags({bagType:forge.pki.oids.certBag})[forge.pki.oids.certBag][0].cert;a(r,z,k);return!0}catch(v){}return!1}function amtcert_signWithCaKey(b,c,a,d,e){c&&null!=c||(c=amtcert_createCertificate(d).key);return amtcert_createCertificate(a,c,b,d,e)}
742
-function amtcert_createCertificate(b,c,a,d,e){var p,h=forge.pki.createCertificate();a?h.publicKey=forge.pki.publicKeyFromPem("-----BEGIN PUBLIC KEY-----"+a+"-----END PUBLIC KEY-----"):(p=forge.pki.rsa.generateKeyPair(2048),h.publicKey=p.publicKey);h.serialNumber=""+Math.floor(1E5*Math.random()+1);h.validity.notBefore=new Date;h.validity.notBefore.setFullYear(h.validity.notBefore.getFullYear()-1);h.validity.notAfter=new Date;h.validity.notAfter.setFullYear(h.validity.notAfter.getFullYear()+30);var r=
743
-[];b.CN&&r.push({name:"commonName",value:b.CN});b.C&&r.push({name:"countryName",value:b.C});b.ST&&r.push({shortName:"ST",value:b.ST});b.O&&r.push({name:"organizationName",value:b.O});h.setSubject(r);c?(b=[],d.CN&&b.push({name:"commonName",value:d.CN}),d.C&&b.push({name:"countryName",value:d.C}),d.ST&&b.push({shortName:"ST",value:d.ST}),d.O&&b.push({name:"organizationName",value:d.O}),h.setIssuer(b)):h.setIssuer(r);void 0==c?h.setExtensions([{name:"basicConstraints",cA:!0},{name:"nsCertType",sslCA:!0,
744
-emailCA:!0,objCA:!0},{name:"subjectKeyIdentifier"}]):(null==e?e={name:"extKeyUsage",serverAuth:!0}:e.name="extKeyUsage",h.setExtensions([{name:"basicConstraints"},{name:"keyUsage",keyCertSign:!0,digitalSignature:!0,nonRepudiation:!0,keyEncipherment:!0,dataEncipherment:!0},e,{name:"nsCertType",client:!0,server:!0,email:!0,objsign:!0},{name:"subjectKeyIdentifier"}]));c?h.sign(c,forge.md.sha256.create()):h.sign(p.privateKey,forge.md.sha256.create());return a?h:{cert:h,key:p.privateKey}}
730
+(c=b,b=this.name);return this.next(b,function(d){d.block(c.length);for(var e=function(b,e){a.task.start({type:b,run:function(a){c[e](a)},success:function(a){d.unblock()},failure:function(a){d.unblock()}})},g=0;g<c.length;g++)e(b+"__parallel-"+d.id+"-"+g,g)})};p.prototype.stop=function(){this.state=l[this.state].stop};p.prototype.start=function(){this.error=!1;this.state=l[this.state].start;"running"===this.state&&(this.start=new Date,this.run(this),g(this,0))};p.prototype.block=function(a){this.blocks+=
731
+"undefined"===typeof a?1:a;0<this.blocks&&(this.state=l[this.state].block)};p.prototype.unblock=function(a){this.blocks-="undefined"===typeof a?1:a;0===this.blocks&&"done"!==this.state&&(this.state="running",g(this,0));return this.blocks};p.prototype.sleep=function(a){this.state=l[this.state].sleep;var b=this;this.timeoutId=setTimeout(function(){b.timeoutId=null;b.state="running";g(b,0)},"undefined"===typeof a?0:a)};p.prototype.wait=function(a){a.wait(this)};p.prototype.wakeup=function(){"sleeping"===
732
+this.state&&(cancelTimeout(this.timeoutId),this.timeoutId=null,this.state="running",g(this,0))};p.prototype.cancel=function(){this.state=l[this.state].cancel;this.permitsNeeded=0;null!==this.timeoutId&&(cancelTimeout(this.timeoutId),this.timeoutId=null);this.subtasks=[]};p.prototype.fail=function(a){this.error=!0;q(this,!0);if(a)a.error=this.error,a.swapTime=this.swapTime,a.userData=this.userData,g(a,0);else{if(null!==this.parent){for(a=this.parent;null!==a.parent;)a.error=this.error,a.swapTime=this.swapTime,
733
+a.userData=this.userData,a=a.parent;q(a,!0)}this.failureCallback&&this.failureCallback(this)}};var k=function(a){a.error=!1;a.state=l[a.state].start;setTimeout(function(){"running"===a.state&&(a.swapTime=+new Date,a.run(a),g(a,0))},0)},g=function(a,b){var c=30<b||20<+new Date-a.swapTime,d=function(b){b++;if("running"===a.state)if(c&&(a.swapTime=+new Date),0<a.subtasks.length){var d=a.subtasks.shift();d.error=a.error;d.swapTime=a.swapTime;d.userData=a.userData;d.run(d);d.error||g(d,b)}else q(a),a.error||
734
+null===a.parent||(a.parent.error=a.error,a.parent.swapTime=a.swapTime,a.parent.userData=a.userData,g(a.parent,b))};c?setTimeout(d,0):d(b)},q=function(b,d){b.state="done";delete c[b.id];null===b.parent&&(b.type in e?0===e[b.type].length?a.log.error("forge.task","[%s][%s] task queue empty [%s]",b.id,b.name,b.type):e[b.type][0]!==b?a.log.error("forge.task","[%s][%s] task not first in queue [%s]",b.id,b.name,b.type):(e[b.type].shift(),0===e[b.type].length?delete e[b.type]:e[b.type][0].start()):a.log.error("forge.task",
735
+"[%s][%s] task queue missing [%s]",b.id,b.name,b.type),d||(b.error&&b.failureCallback?b.failureCallback(b):!b.error&&b.successCallback&&b.successCallback(b)))};a.task=a.task||{};a.task.start=function(a){var b=new p({run:a.run,name:a.name||"?"});b.type=a.type;b.successCallback=a.success||null;b.failureCallback=a.failure||null;b.type in e?e[a.type].push(b):(e[b.type]=[b],k(b))};a.task.cancel=function(a){a in e&&(e[a]=[e[a][0]])};a.task.createCondition=function(){var a={tasks:{},wait:function(b){b.id in
736
+a.tasks||(b.block(),a.tasks[b.id]=b)},notify:function(){var b=a.tasks;a.tasks={};for(var c in b)b[c].unblock()}};return a}}if("function"!==typeof a)if("object"===typeof module&&module.exports){var e=!0;a=function(a,b){b(c,module)}}else return"undefined"===typeof forge&&(forge={}),b(forge);var l,p=function(a,c){c.exports=function(c){var e=l.map(function(b){return a(b)}).concat(b);c=c||{};c.defined=c.defined||{};if(c.defined.task)return c.task;c.defined.task=!0;for(var m=0;m<e.length;++m)e[m](c);return c.task}},
737
+q=a;a=function(b,c){l="string"===typeof b?c.slice(2):b.slice(2);if(e)return delete a,q.apply(null,Array.prototype.slice.call(arguments,0));a=q;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/task",["require","module","./debug","./log","./util"],function(){p.apply(null,Array.prototype.slice.call(arguments,0))})})();(function(){if("function"!==typeof a)if("object"===typeof module&&module.exports){var b=!0;a=function(a,b){b(c,module)}}else{"undefined"===typeof forge&&(forge={disableNativeCode:!1});
738
+return}var e,l=function(a,b){b.exports=function(b){var c=e.map(function(b){return a(b)});b=b||{};b.defined=b.defined||{};if(b.defined.forge)return b.forge;b.defined.forge=!0;for(var d=0;d<c.length;++d)c[d](b);return b};b.exports.disableNativeCode=!0;b.exports(b.exports)},p=a;a=function(c,l){e="string"===typeof c?l.slice(2):c.slice(2);if(b)return delete a,p.apply(null,Array.prototype.slice.call(arguments,0));a=p;return a.apply(null,Array.prototype.slice.call(arguments,0))};a("js/forge","require module ./aes ./aesCipherSuites ./asn1 ./cipher ./cipherModes ./debug ./des ./hmac ./kem ./log ./md ./mgf1 ./pbkdf2 ./pem ./pkcs7 ./pkcs1 ./pkcs12 ./pki ./prime ./prng ./pss ./random ./rc2 ./ssh ./task ./tls ./util".split(" "),
739
+function(){l.apply(null,Array.prototype.slice.call(arguments,0))})})();return c("js/forge")});function amtcert_linkCertPrivateKey(b,c){for(var a in b){var d=b[a];try{if(0==xxCertPrivateKeys.length)break;for(var e=forge.pki.publicKeyToPem(forge.pki.certificateFromAsn1(forge.asn1.fromDer(d.X509Certificate)).publicKey).substring(60).replace(/(\r\n|\n|\r)/gm,""),l=0;l<c.length;l++)e===c[l].DERKey+"-----END PUBLIC KEY-----"&&(c[l].XCert=d,d.XPrivateKey=c[l])}catch(p){console.log(p)}}}
740
+function amtcert_loadP12File(b,c,a){try{var d=window.forge.util.decode64(btoa(b)),e=window.forge.asn1.fromDer(d),l=window.forge.pkcs12.pkcs12FromAsn1(e,c),p=l.getBags({bagType:window.forge.pki.oids.pkcs8ShroudedKeyBag});console.assert(p[window.forge.pki.oids.pkcs8ShroudedKeyBag]&&0<p[window.forge.pki.oids.pkcs8ShroudedKeyBag].length);var q=p[window.forge.pki.oids.pkcs8ShroudedKeyBag][0].key,n=window.forge.pki.privateKeyToAsn1(q),m=window.forge.pki.wrapRsaPrivateKey(n);window.forge.asn1.toDer(m).getBytes();
741
+var v=l.getBags({bagType:window.forge.pki.oids.certBag})[window.forge.pki.oids.certBag][0].cert.subject.attributes,h=l.getBags({bagType:forge.pki.oids.certBag})[forge.pki.oids.certBag][0].cert;a(q,v,h);return!0}catch(z){}return!1}function amtcert_signWithCaKey(b,c,a,d,e){c&&null!=c||(c=amtcert_createCertificate(d).key);return amtcert_createCertificate(a,c,b,d,e)}
742
+function amtcert_createCertificate(b,c,a,d,e){var l,p=forge.pki.createCertificate();a?p.publicKey=forge.pki.publicKeyFromPem("-----BEGIN PUBLIC KEY-----"+a+"-----END PUBLIC KEY-----"):(l=forge.pki.rsa.generateKeyPair(2048),p.publicKey=l.publicKey);p.serialNumber=""+Math.floor(1E5*Math.random()+1);p.validity.notBefore=new Date;p.validity.notBefore.setFullYear(p.validity.notBefore.getFullYear()-1);p.validity.notAfter=new Date;p.validity.notAfter.setFullYear(p.validity.notAfter.getFullYear()+30);var q=
743
+[];b.CN&&q.push({name:"commonName",value:b.CN});b.C&&q.push({name:"countryName",value:b.C});b.ST&&q.push({shortName:"ST",value:b.ST});b.O&&q.push({name:"organizationName",value:b.O});p.setSubject(q);c?(b=[],d.CN&&b.push({name:"commonName",value:d.CN}),d.C&&b.push({name:"countryName",value:d.C}),d.ST&&b.push({shortName:"ST",value:d.ST}),d.O&&b.push({name:"organizationName",value:d.O}),p.setIssuer(b)):p.setIssuer(q);void 0==c?p.setExtensions([{name:"basicConstraints",cA:!0},{name:"nsCertType",sslCA:!0,
744
+emailCA:!0,objCA:!0},{name:"subjectKeyIdentifier"}]):(null==e?e={name:"extKeyUsage",serverAuth:!0}:e.name="extKeyUsage",p.setExtensions([{name:"basicConstraints"},{name:"keyUsage",keyCertSign:!0,digitalSignature:!0,nonRepudiation:!0,keyEncipherment:!0,dataEncipherment:!0},e,{name:"nsCertType",client:!0,server:!0,email:!0,objsign:!0},{name:"subjectKeyIdentifier"}]));c?p.sign(c,forge.md.sha256.create()):p.sign(l.privateKey,forge.md.sha256.create());return a?p:{cert:p,key:l.privateKey}}
745
function _stringToArrayBuffer(b){for(var c=new ArrayBuffer(b.length),a=new Uint8Array(c),d=0,e=b.length;d<e;d++)a[d]=b.charCodeAt(d);return c}function _arrayBufferToString(b){var c="";b=new Uint8Array(b);for(var a=b.byteLength,d=0;d<a;d++)c+=String.fromCharCode(b[d]);return c}script_functionTable1="nop jump set print dialog getitem substr indexof split join length jsonparse jsonstr add substract parseint wsbatchenum wsput wscreate wsdelete wsexec scriptspeed wssubscribe wsunsubscribe readchar signwithdummyca".split(" ");
746
script_functionTable2="encodeuri decodeuri passwordcheck atob btoa hex2str str2hex random md5 maketoarray readshort readshortx readint readsint readintx shorttostr shorttostrx inttostr inttostrx".split(" ");script_functionTableX2=[encodeURI,decodeURI,passwordcheck,window.atob.bind(window),window.btoa.bind(window),hex2rstr,rstr2hex,random,rstr_md5,MakeToArray,ReadShort,ReadShortX,ReadInt,ReadSInt,ReadIntX,ShortToStr,ShortToStrX,IntToStr,IntToStrX];script_functionTable3="pullsystemstatus pulleventlog pullauditlog pullcertificates pullwatchdog pullsystemdefense pullhardware pulluserinfo pullremoteaccess highlightblock disconnect getsidstring getsidbytearray pulleventsubscriptions".split(" ");
747
script_functionTableX3=[PullSystemStatus,PullEventLog,PullAuditLog,PullCertificates,PullWatchdog,PullSystemDefense,PullHardware,PullUserInfo,PullRemoteAccess,script_HighlightBlock,,function(b,c){return GetSidString(c)},function(b,c){return GetSidByteArray(c)},PullEventSubscriptions];
748
function script_setup(b,c){var a={startvars:c};if(6>b.length)return console.error("Invalid script length"),null;if(612182341!=ReadInt(b,0))return console.error("Invalid binary script"),null;if(1<ReadShort(b,4))return console.error("Unsupported script version"),null;a.script=b.substring(6);a.reset=function(b){a.stop();a.ip=0;a.variables=c;a.state=1};a.start=function(b){a.stop();a.stepspeed=b;0<b&&(a.timer=setInterval(function(){a.step()},b))};a.stop=function(){null!=a.timer&&clearInterval(a.timer);
749
-a.timer=null;a.stepspeed=0};a.getVar=function(b){return void 0==b?void 0:a.getVarEx(b.split("."),a.variables)};a.getVarEx=function(b,c){try{return void 0==b?void 0:0==b.length?c:a.getVarEx(b.slice(1),c[b[0]])}catch(p){return null}};a.setVar=function(b,c){a.setVarEx(b.split("."),a.variables,c)};a.setVarEx=function(b,c,p){1==b.length?c[b[0]]=p:a.setVarEx(b.slice(1),c[b[0]],p)};a.step=function(){if(1==a.state){if(a.ip<a.script.length){var b=ReadShort(a.script,a.ip),c=ReadShort(a.script,a.ip+2),p=ReadShort(a.script,
750
-a.ip+4),h=a.ip+6,r=[],n;for(n in a.variables)n.startsWith("__")&&delete a.variables[n];for(n=0;n<p;n++){var m=ReadShort(a.script,h),z=a.script.substring(h+2,h+2+m),k=z.charCodeAt(0),z=z.substring(1);if(2>k){for(;1<z.split("{").length;)var v=z.split("{").pop().split("}").shift(),z=z.replace("{"+v+"}",a.getVar(v));1==k&&(a.variables["__"+n]=decodeURI(z),z="__"+n);r.push(z)}if(2==k||3==k)a.variables["__"+n]=ReadSInt(z,0),r.push("__"+n);h+=2+m}a.ip+=c;c=[];for(n=0;10>n;n++)c.push(a.getVar(r[n]));var B;
751
-try{if(1E4>b)switch(b){case 0:break;case 1:if(c[2]){if("<"==c[2]&&c[1]<c[3]||"<="==c[2]&&c[1]<=c[3]||"!="==c[2]&&c[1]!=c[3]||"="==c[2]&&c[1]==c[3]||">="==c[2]&&c[1]>=c[3]||">"==c[2]&&c[1]>c[3])a.ip=c[0]}else a.ip=c[0];break;case 2:void 0==r[1]?delete a.variables[r[0]]:a.setVar(r[0],c[1]);break;case 3:if(a.onConsole)a.onConsole(a.toString(c[0]),a);else console.log(a.toString(c[0]));break;case 4:a.state=2;a.dialog=!0;setDialogMode(11,c[0],c[2],a.xxStepDialogOk,c[1],a);break;case 5:for(n in c[1])c[1][n][c[2]]==
749
+a.timer=null;a.stepspeed=0};a.getVar=function(b){return void 0==b?void 0:a.getVarEx(b.split("."),a.variables)};a.getVarEx=function(b,c){try{return void 0==b?void 0:0==b.length?c:a.getVarEx(b.slice(1),c[b[0]])}catch(l){return null}};a.setVar=function(b,c){a.setVarEx(b.split("."),a.variables,c)};a.setVarEx=function(b,c,l){1==b.length?c[b[0]]=l:a.setVarEx(b.slice(1),c[b[0]],l)};a.step=function(){if(1==a.state){if(a.ip<a.script.length){var b=ReadShort(a.script,a.ip),c=ReadShort(a.script,a.ip+2),l=ReadShort(a.script,
750
+a.ip+4),p=a.ip+6,q=[],n;for(n in a.variables)n.startsWith("__")&&delete a.variables[n];for(n=0;n<l;n++){var m=ReadShort(a.script,p),v=a.script.substring(p+2,p+2+m),h=v.charCodeAt(0),v=v.substring(1);if(2>h){for(;1<v.split("{").length;)var z=v.split("{").pop().split("}").shift(),v=v.replace("{"+z+"}",a.getVar(z));1==h&&(a.variables["__"+n]=decodeURI(v),v="__"+n);q.push(v)}if(2==h||3==h)a.variables["__"+n]=ReadSInt(v,0),q.push("__"+n);p+=2+m}a.ip+=c;c=[];for(n=0;10>n;n++)c.push(a.getVar(q[n]));var B;
751
+try{if(1E4>b)switch(b){case 0:break;case 1:if(c[2]){if("<"==c[2]&&c[1]<c[3]||"<="==c[2]&&c[1]<=c[3]||"!="==c[2]&&c[1]!=c[3]||"="==c[2]&&c[1]==c[3]||">="==c[2]&&c[1]>=c[3]||">"==c[2]&&c[1]>c[3])a.ip=c[0]}else a.ip=c[0];break;case 2:void 0==q[1]?delete a.variables[q[0]]:a.setVar(q[0],c[1]);break;case 3:if(a.onConsole)a.onConsole(a.toString(c[0]),a);else console.log(a.toString(c[0]));break;case 4:a.state=2;a.dialog=!0;setDialogMode(11,c[0],c[2],a.xxStepDialogOk,c[1],a);break;case 5:for(n in c[1])c[1][n][c[2]]==
752
c[3]&&(B=n);break;case 6:B=c[1].substr(c[2],c[3]);break;case 7:B=c[1].indexOf(c[2]);break;case 8:B=c[1].split(c[2]);break;case 9:B=c[1].join(c[2]);break;case 10:B=c[1].length;break;case 11:B=JSON.parse(c[1]);break;case 12:B=JSON.stringify(c[1]);break;case 13:B=c[1]+c[2];break;case 14:B=c[1]-c[2];break;case 15:B=parseInt(c[1]);break;case 16:a.state=2;a.amtstack.BatchEnum(c[0],c[1],a.xxWsmanReturn,a);break;case 17:a.state=2;a.amtstack.Put(c[0],c[1],a.xxWsmanReturn,a);break;case 18:a.state=2;a.amtstack.Create(c[0],
753
c[1],a.xxWsmanReturn,a);break;case 19:a.state=2;a.amtstack.Delete(c[0],c[1],a.xxWsmanReturn,a);break;case 20:a.state=2;a.amtstack.Exec(c[0],c[1],c[2],a.xxWsmanReturn,a,0,c[3]);break;case 21:a.stepspeed=c[0];null!=a.timer&&(clearInterval(a.timer),a.timer=setInterval(function(){a.step()},a.stepspeed));break;case 22:a.state=2;a.amtstack.Subscribe(c[0],c[1],c[2],a.xxWsmanReturn,a,0,c[3],c[4],c[5],c[6]);break;case 23:a.state=2;a.amtstack.UnSubscribe(c[0],a.xxWsmanReturn,a,0,c[1]);break;case 24:console.log(c[1],
754
-c[2],c[1].charCodeAt(c[2]));B=c[1].charCodeAt(c[2]);break;case 25:a.state=2;amtcert_signWithCaKey(c[0],null,c[1],{CN:"Untrusted Root Certificate"},a.xxSignWithDummyCaReturn);break;default:a.state=9,console.error("Script Error, unknown command: "+b)}else 2E4>b?B=script_functionTableX2[b-1E4](c[1],c[2],c[3],c[4],c[5],c[6]):script_functionTableX3&&script_functionTableX3[b-2E4]&&(B=script_functionTableX3[b-2E4](a,c[1],c[2],c[3],c[4],c[5],c[6]));void 0!=B&&a.setVar(r[0],B)}catch(l){"object"==typeof l&&
755
-(l=l.message),a.setVar("_exception",l)}}1==a.state&&a.ip>=a.script.length&&(a.state=0,a.stop());if(a.onStep)a.onStep(a);return a}};a.xxStepDialogOk=function(b){a.variables.DialogSelect=b;a.state=1;a.dialog=!1;if(a.onStep)a.onStep(a)};a.xxWsmanReturn=function(b,c,p,h){a.setVar(c,p);a.setVar("wsman_result",h);a.setVar("wsman_result_str",httpErrorTable[h]?httpErrorTable[h]:"Error #"+h);a.state=1;if(a.onStep)a.onStep(a)};a.xxSignWithDummyCaReturn=function(b){a.setVar("signed_cert",btoa(_arrayBufferToString(b)));
754
+c[2],c[1].charCodeAt(c[2]));B=c[1].charCodeAt(c[2]);break;case 25:a.state=2;amtcert_signWithCaKey(c[0],null,c[1],{CN:"Untrusted Root Certificate"},a.xxSignWithDummyCaReturn);break;default:a.state=9,console.error("Script Error, unknown command: "+b)}else 2E4>b?B=script_functionTableX2[b-1E4](c[1],c[2],c[3],c[4],c[5],c[6]):script_functionTableX3&&script_functionTableX3[b-2E4]&&(B=script_functionTableX3[b-2E4](a,c[1],c[2],c[3],c[4],c[5],c[6]));void 0!=B&&a.setVar(q[0],B)}catch(k){"object"==typeof k&&
755
+(k=k.message),a.setVar("_exception",k)}}1==a.state&&a.ip>=a.script.length&&(a.state=0,a.stop());if(a.onStep)a.onStep(a);return a}};a.xxStepDialogOk=function(b){a.variables.DialogSelect=b;a.state=1;a.dialog=!1;if(a.onStep)a.onStep(a)};a.xxWsmanReturn=function(b,c,l,p){a.setVar(c,l);a.setVar("wsman_result",p);a.setVar("wsman_result_str",httpErrorTable[p]?httpErrorTable[p]:"Error #"+p);a.state=1;if(a.onStep)a.onStep(a)};a.xxSignWithDummyCaReturn=function(b){a.setVar("signed_cert",btoa(_arrayBufferToString(b)));
756
a.state=1;if(a.onStep)a.onStep(a)};a.toString=function(a){return"object"==typeof a?JSON.stringify(a):a};a.reset();return a}
757
-function script_compile(b,c){var a="",d=b.split("\n"),e={},p=[],h=[],r;for(r in d){var n=d[r];if(n.startsWith("##SWAP ")){var m=n.split(" ");3==m.length&&(h[m[1]]=m[2])}if("#"!=n[0]&&0!=n.length){for(m in h)n=n.split(m).join(h[m]);var z=n.match(/"[^"]*"|[^\s"]+/g);if(0!=z.length)if(":"==n[0])e[z[0].toUpperCase()]=a.length;else{n=script_functionTable1.indexOf(z[0].toLowerCase());-1==n&&(n=script_functionTable2.indexOf(z[0].toLowerCase()),0<=n&&(n+=1E4));-1==n&&(n=script_functionTable3.indexOf(z[0].toLowerCase()),
758
-0<=n&&(n+=2E4));if(-1==n)return c&&c("Unabled to compile, unknown command: "+z[0]),"";var k=ShortToStr(z.length-1),v;for(v in z)if(0!=v)if(":"==z[v][0])p.push([z[v],a.length+k.length+7]),k+=ShortToStr(5)+String.fromCharCode(3)+IntToStr(4294967295);else var B=parseInt(z[v]),k=B==z[v]?k+(ShortToStr(5)+String.fromCharCode(2)+IntToStr(B)):'"'==z[v][0]&&'"'==z[v][z[v].length-1]?k+(ShortToStr(z[v].length-1)+String.fromCharCode(1)+z[v].substring(1,z[v].length-1)):k+(ShortToStr(z[v].length+1)+String.fromCharCode(0)+
759
-z[v]);k=ShortToStr(n)+ShortToStr(k.length+4)+k;a+=k}}}for(r in p){d=p[r][0].toUpperCase();h=p[r][1];m=e[d];if(void 0==m)return c&&c("Unabled to compile, unknown label: "+d),"";a=a.substr(0,h)+IntToStr(m)+a.substr(h+4)}return IntToStr(612182341)+ShortToStr(1)+a}
760
-function script_decompile(b,c){var a="",d=6,e={};if(0<=c)d=c;else{if(6>b.length)return"# Invalid script length";var p=ReadInt(b,0),h=ReadShort(b,4);if(612182341!=p)return"# Invalid binary script: "+p;if(1!=h)return"# Invalid script version"}for(;d<b.length;){var p=ReadShort(b,d),h=ReadShort(b,d+2),r=ReadShort(b,d+4),n=d+6,m="";0<=c||(a+=":label"+(d-6)+"\n");for(var z=0;z<r;z++){var k=ReadShort(b,n),v=b.substring(n+2,n+2+k),B=v.charCodeAt(0);0==B?m+=" "+v.substring(1):1==B?m+=' "'+v.substring(1)+'"':
761
-2==B?m+=" "+ReadInt(v,1):3==B&&(v=ReadInt(v,1),B=e[v],B||(B=":label"+v,e[B]=v),m+=" "+B);n+=2+k}a=1E4>p?a+(script_functionTable1[p]+m+"\n"):2E4<=p?a+(script_functionTable3[p-2E4]+m+"\n"):a+(script_functionTable2[p-1E4]+m+"\n");d+=h;if(0<=c)return a}d=a.split("\n");a="";for(z in d)p=d[z],":"!=p[0]?a+=p+"\n":e[p]&&(a+=p+"\n");return a}
762
-var CreateAmtRemoteDesktop=function(b,c){function a(a,b,c,l,m,n,x,u){var B=a.charCodeAt(b++);u={};var D=0,q=0;if(0==B){if(2==g.bpp)for(m=0;m<x;m++)p(a.charCodeAt(b++)+(a.charCodeAt(b++)<<8),m);else for(m=0;m<x;m++)e(a.charCodeAt(b++),m);d(g.spare,c,l)}else if(1==B)B=a.charCodeAt(b++)+(2==g.bpp?a.charCodeAt(b++)<<8:0),g.canvas.fillStyle="rgb("+(1==g.bpp?(B&224)+","+((B&28)<<3)+","+v((B&3)<<6):(B>>8&248)+","+(B>>3&252)+","+((B&31)<<3))+")",a=z(c,l),l=k(c,l),g.canvas.fillRect(a,l,m,n);else if(1<B&&17>
763
-B){n=4;q=15;if(2==g.bpp){for(m=0;m<B;m++)u[m]=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);2==B?q=n=1:4>=B&&(n=2,q=3);for(;D<x&&b<a.length;)for(B=a.charCodeAt(b++),m=8-n;0<=m;m-=n)p(u[B>>m&q],D++)}else{for(m=0;m<B;m++)u[m]=a.charCodeAt(b++);2==B?q=n=1:4>=B&&(n=2,q=3);for(;D<x&&b<a.length;)for(B=a.charCodeAt(b++),m=8-n;0<=m;m-=n)e(u[B>>m&q],D++)}d(g.spare,c,l)}else if(128==B){if(2==g.bpp)for(;D<x&&b<a.length;){B=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);q=1;do q+=m=a.charCodeAt(b++);while(255==m);if(0==
764
-g.rotation)r(B,D,q),D+=q;else for(;0<=--q;)p(B,D++)}else for(;D<x&&b<a.length;){B=a.charCodeAt(b++);q=1;do q+=m=a.charCodeAt(b++);while(255==m);if(0==g.rotation)h(B,D,q),D+=q;else for(;0<=--q;)e(B,D++)}d(g.spare,c,l)}else if(129<B){if(2==g.bpp)for(m=0;m<B-128;m++)u[m]=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);else for(m=0;m<B-128;m++)u[m]=a.charCodeAt(b++);for(;D<x&&b<a.length;){q=1;m=a.charCodeAt(b++);B=u[m%128];if(127<m){do q+=m=a.charCodeAt(b++);while(255==m)}if(0==g.rotation)2==g.bpp?r(B,D,q):
765
-h(B,D,q),D+=q;else if(2==g.bpp)for(;0<=--q;)p(B,D++);else for(;0<=--q;)e(B,D++)}d(g.spare,c,l)}}function d(a,b,c){if(1!=g.holding){var d=0==g.rotation?b:1==g.rotation?g.canvas.canvas.width-g.sparew2-c:2==g.rotation?g.canvas.canvas.width-g.sparew2-b:3==g.rotation?c:0;c=0==g.rotation?c:1==g.rotation?b:2==g.rotation?g.canvas.canvas.height-g.spareh2-c:3==g.rotation?g.canvas.canvas.height-g.spareh-b:0;g.canvas.putImageData(a,d,c)}}function e(a,b){var c=b<<2;if(0<g.rotation)if(1==g.rotation){var c=b%g.sparew,
766
-d=Math.floor(b/g.sparew);b=c*g.sparew2+(g.sparew2-1-d);c=b<<2}else 2==g.rotation?c=g.sparew*g.spareh*4-4-c:3==g.rotation&&(c=b%g.sparew,d=Math.floor(b/g.sparew),b=(g.sparew2-1-c)*g.sparew2+d,c=b<<2);0==g.graymode?(g.spare.data[c]=a&224,g.spare.data[c+1]=(a&28)<<3,g.spare.data[c+2]=v((a&3)<<6)):g.spare.data[c]=g.spare.data[c+1]=g.spare.data[c+2]=a}function p(a,b){var c=b<<2;if(0<g.rotation)if(1==g.rotation){var c=b%g.sparew,d=Math.floor(b/g.sparew);b=c*g.sparew2+(g.sparew2-1-d);c=b<<2}else 2==g.rotation?
767
-c=g.sparew*g.spareh*4-4-c:3==g.rotation&&(c=b%g.sparew,d=Math.floor(b/g.sparew),b=(g.sparew2-1-c)*g.sparew2+d,c=b<<2);g.spare.data[c]=a>>8&248;g.spare.data[c+1]=a>>3&252;g.spare.data[c+2]=(a&31)<<3}function h(a,b,c){b<<=2;var d=a&224,e=(a&28)<<3;for(a=v((a&3)<<6);0<=--c;)g.spare.data[b]=d,g.spare.data[b+1]=e,g.spare.data[b+2]=a,b+=4}function r(a,b,c){b<<=2;var d=a>>8&248,e=a>>3&252;for(a=(a&31)<<3;0<=--c;)g.spare.data[b]=d,g.spare.data[b+1]=e,g.spare.data[b+2]=a,b+=4}function n(a,b){return 0==g.rotation?
768
-a:1==g.rotation?b:2==g.rotation?g.canvas.canvas.width-a:3==g.rotation?g.canvas.canvas.height-b:0}function m(a,b){return 0==g.rotation?b:1==g.rotation?g.canvas.canvas.width-a:2==g.rotation?g.canvas.canvas.height-b:3==g.rotation?a:0}function z(a,b){return 0==g.rotation||1==g.rotation?a:2==g.rotation?a-g.canvas.canvas.width:3==g.rotation?a-g.canvas.canvas.height:0}function k(a,b){return 0==g.rotation?b:1==g.rotation?b-g.canvas.canvas.width:2==g.rotation?b-g.canvas.canvas.height:3==g.rotation?b:0}function v(a){return 127<
769
-a?a+32:a}function B(){1!=g.holding&&g.Send(String.fromCharCode(3,1,0,0,0,0)+ShortToStr(g.rwidth)+ShortToStr(g.rheight))}function l(a,b){b||(b=window.event);if(b.code){var c;c=b;c=c.code.startsWith("Key")&&4==c.code.length?c.code.charCodeAt(3)+(0==c.shiftKey?32:0):c.code.startsWith("Digit")&&6==c.code.length?c.code.charCodeAt(5):c.code.startsWith("Numpad")&&7==c.code.length?c.code.charCodeAt(6):I[c.code];null!=c&&g.sendkey(c,a)}else{c=b.keyCode;173==c&&(c=189);61==c&&(c=187);var d=c;0==b.shiftKey&&
757
+function script_compile(b,c){var a="",d=b.split("\n"),e={},l=[],p=[],q;for(q in d){var n=d[q];if(n.startsWith("##SWAP ")){var m=n.split(" ");3==m.length&&(p[m[1]]=m[2])}if("#"!=n[0]&&0!=n.length){for(m in p)n=n.split(m).join(p[m]);var v=n.match(/"[^"]*"|[^\s"]+/g);if(0!=v.length)if(":"==n[0])e[v[0].toUpperCase()]=a.length;else{n=script_functionTable1.indexOf(v[0].toLowerCase());-1==n&&(n=script_functionTable2.indexOf(v[0].toLowerCase()),0<=n&&(n+=1E4));-1==n&&(n=script_functionTable3.indexOf(v[0].toLowerCase()),
758
+0<=n&&(n+=2E4));if(-1==n)return c&&c("Unabled to compile, unknown command: "+v[0]),"";var h=ShortToStr(v.length-1),z;for(z in v)if(0!=z)if(":"==v[z][0])l.push([v[z],a.length+h.length+7]),h+=ShortToStr(5)+String.fromCharCode(3)+IntToStr(4294967295);else var B=parseInt(v[z]),h=B==v[z]?h+(ShortToStr(5)+String.fromCharCode(2)+IntToStr(B)):'"'==v[z][0]&&'"'==v[z][v[z].length-1]?h+(ShortToStr(v[z].length-1)+String.fromCharCode(1)+v[z].substring(1,v[z].length-1)):h+(ShortToStr(v[z].length+1)+String.fromCharCode(0)+
759
+v[z]);h=ShortToStr(n)+ShortToStr(h.length+4)+h;a+=h}}}for(q in l){d=l[q][0].toUpperCase();p=l[q][1];m=e[d];if(void 0==m)return c&&c("Unabled to compile, unknown label: "+d),"";a=a.substr(0,p)+IntToStr(m)+a.substr(p+4)}return IntToStr(612182341)+ShortToStr(1)+a}
760
+function script_decompile(b,c){var a="",d=6,e={};if(0<=c)d=c;else{if(6>b.length)return"# Invalid script length";var l=ReadInt(b,0),p=ReadShort(b,4);if(612182341!=l)return"# Invalid binary script: "+l;if(1!=p)return"# Invalid script version"}for(;d<b.length;){var l=ReadShort(b,d),p=ReadShort(b,d+2),q=ReadShort(b,d+4),n=d+6,m="";0<=c||(a+=":label"+(d-6)+"\n");for(var v=0;v<q;v++){var h=ReadShort(b,n),z=b.substring(n+2,n+2+h),B=z.charCodeAt(0);0==B?m+=" "+z.substring(1):1==B?m+=' "'+z.substring(1)+'"':
761
+2==B?m+=" "+ReadInt(z,1):3==B&&(z=ReadInt(z,1),B=e[z],B||(B=":label"+z,e[B]=z),m+=" "+B);n+=2+h}a=1E4>l?a+(script_functionTable1[l]+m+"\n"):2E4<=l?a+(script_functionTable3[l-2E4]+m+"\n"):a+(script_functionTable2[l-1E4]+m+"\n");d+=p;if(0<=c)return a}d=a.split("\n");a="";for(v in d)l=d[v],":"!=l[0]?a+=l+"\n":e[l]&&(a+=l+"\n");return a}
762
+var CreateAmtRemoteDesktop=function(b,c){function a(a,b,c,k,m,n,y,u){var B=a.charCodeAt(b++);u={};var C=0,r=0;if(0==B){if(2==g.bpp)for(m=0;m<y;m++)l(a.charCodeAt(b++)+(a.charCodeAt(b++)<<8),m);else for(m=0;m<y;m++)e(a.charCodeAt(b++),m);d(g.spare,c,k)}else if(1==B)B=a.charCodeAt(b++)+(2==g.bpp?a.charCodeAt(b++)<<8:0),g.canvas.fillStyle="rgb("+(1==g.bpp?(B&224)+","+((B&28)<<3)+","+z((B&3)<<6):(B>>8&248)+","+(B>>3&252)+","+((B&31)<<3))+")",a=v(c,k),k=h(c,k),g.canvas.fillRect(a,k,m,n);else if(1<B&&17>
763
+B){n=4;r=15;if(2==g.bpp){for(m=0;m<B;m++)u[m]=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);2==B?r=n=1:4>=B&&(n=2,r=3);for(;C<y&&b<a.length;)for(B=a.charCodeAt(b++),m=8-n;0<=m;m-=n)l(u[B>>m&r],C++)}else{for(m=0;m<B;m++)u[m]=a.charCodeAt(b++);2==B?r=n=1:4>=B&&(n=2,r=3);for(;C<y&&b<a.length;)for(B=a.charCodeAt(b++),m=8-n;0<=m;m-=n)e(u[B>>m&r],C++)}d(g.spare,c,k)}else if(128==B){if(2==g.bpp)for(;C<y&&b<a.length;){B=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);r=1;do r+=m=a.charCodeAt(b++);while(255==m);if(0==
764
+g.rotation)q(B,C,r),C+=r;else for(;0<=--r;)l(B,C++)}else for(;C<y&&b<a.length;){B=a.charCodeAt(b++);r=1;do r+=m=a.charCodeAt(b++);while(255==m);if(0==g.rotation)p(B,C,r),C+=r;else for(;0<=--r;)e(B,C++)}d(g.spare,c,k)}else if(129<B){if(2==g.bpp)for(m=0;m<B-128;m++)u[m]=a.charCodeAt(b++)+(a.charCodeAt(b++)<<8);else for(m=0;m<B-128;m++)u[m]=a.charCodeAt(b++);for(;C<y&&b<a.length;){r=1;m=a.charCodeAt(b++);B=u[m%128];if(127<m){do r+=m=a.charCodeAt(b++);while(255==m)}if(0==g.rotation)2==g.bpp?q(B,C,r):
765
+p(B,C,r),C+=r;else if(2==g.bpp)for(;0<=--r;)l(B,C++);else for(;0<=--r;)e(B,C++)}d(g.spare,c,k)}}function d(a,b,c){if(1!=g.holding){var d=0==g.rotation?b:1==g.rotation?g.canvas.canvas.width-g.sparew2-c:2==g.rotation?g.canvas.canvas.width-g.sparew2-b:3==g.rotation?c:0;c=0==g.rotation?c:1==g.rotation?b:2==g.rotation?g.canvas.canvas.height-g.spareh2-c:3==g.rotation?g.canvas.canvas.height-g.spareh-b:0;g.canvas.putImageData(a,d,c)}}function e(a,b){var c=b<<2;if(0<g.rotation)if(1==g.rotation){var c=b%g.sparew,
766
+d=Math.floor(b/g.sparew);b=c*g.sparew2+(g.sparew2-1-d);c=b<<2}else 2==g.rotation?c=g.sparew*g.spareh*4-4-c:3==g.rotation&&(c=b%g.sparew,d=Math.floor(b/g.sparew),b=(g.sparew2-1-c)*g.sparew2+d,c=b<<2);0==g.graymode?(g.spare.data[c]=a&224,g.spare.data[c+1]=(a&28)<<3,g.spare.data[c+2]=z((a&3)<<6)):g.spare.data[c]=g.spare.data[c+1]=g.spare.data[c+2]=a}function l(a,b){var c=b<<2;if(0<g.rotation)if(1==g.rotation){var c=b%g.sparew,d=Math.floor(b/g.sparew);b=c*g.sparew2+(g.sparew2-1-d);c=b<<2}else 2==g.rotation?
767
+c=g.sparew*g.spareh*4-4-c:3==g.rotation&&(c=b%g.sparew,d=Math.floor(b/g.sparew),b=(g.sparew2-1-c)*g.sparew2+d,c=b<<2);g.spare.data[c]=a>>8&248;g.spare.data[c+1]=a>>3&252;g.spare.data[c+2]=(a&31)<<3}function p(a,b,c){b<<=2;var d=a&224,e=(a&28)<<3;for(a=z((a&3)<<6);0<=--c;)g.spare.data[b]=d,g.spare.data[b+1]=e,g.spare.data[b+2]=a,b+=4}function q(a,b,c){b<<=2;var d=a>>8&248,e=a>>3&252;for(a=(a&31)<<3;0<=--c;)g.spare.data[b]=d,g.spare.data[b+1]=e,g.spare.data[b+2]=a,b+=4}function n(a,b){return 0==g.rotation?
768
+a:1==g.rotation?b:2==g.rotation?g.canvas.canvas.width-a:3==g.rotation?g.canvas.canvas.height-b:0}function m(a,b){return 0==g.rotation?b:1==g.rotation?g.canvas.canvas.width-a:2==g.rotation?g.canvas.canvas.height-b:3==g.rotation?a:0}function v(a,b){return 0==g.rotation||1==g.rotation?a:2==g.rotation?a-g.canvas.canvas.width:3==g.rotation?a-g.canvas.canvas.height:0}function h(a,b){return 0==g.rotation?b:1==g.rotation?b-g.canvas.canvas.width:2==g.rotation?b-g.canvas.canvas.height:3==g.rotation?b:0}function z(a){return 127<
769
+a?a+32:a}function B(){1!=g.holding&&g.Send(String.fromCharCode(3,1,0,0,0,0)+ShortToStr(g.rwidth)+ShortToStr(g.rheight))}function k(a,b){b||(b=window.event);if(b.code){var c;c=b;c=c.code.startsWith("Key")&&4==c.code.length?c.code.charCodeAt(3)+(0==c.shiftKey?32:0):c.code.startsWith("Digit")&&6==c.code.length?c.code.charCodeAt(5):c.code.startsWith("Numpad")&&7==c.code.length?c.code.charCodeAt(6):J[c.code];null!=c&&g.sendkey(c,a)}else{c=b.keyCode;173==c&&(c=189);61==c&&(c=187);var d=c;0==b.shiftKey&&
770
65<=c&&90>=c&&(d=c+32);112<=c&&124>=c&&(d=c+65358);8==c&&(d=65288);9==c&&(d=65289);13==c&&(d=65293);16==c&&(d=65505);17==c&&(d=65507);18==c&&(d=65513);27==c&&(d=65307);33==c&&(d=65365);34==c&&(d=65366);35==c&&(d=65367);36==c&&(d=65360);37==c&&(d=65361);38==c&&(d=65362);39==c&&(d=65363);40==c&&(d=65364);45==c&&(d=65379);46==c&&(d=65535);96<=c&&105>=c&&(d=c-48);106==c&&(d=42);107==c&&(d=43);109==c&&(d=45);110==c&&(d=46);111==c&&(d=47);186==c&&(d=59);187==c&&(d=61);188==c&&(d=44);189==c&&(d=45);190==
771
c&&(d=46);191==c&&(d=47);192==c&&(d=96);219==c&&(d=91);220==c&&(d=92);221==c&&(d=93);222==c&&(d=39);g.sendkey(d,a)}return g.haltEvent(b)}var g={};g.canvasid=b;g.scrolldiv=c;g.canvas=Q(b).getContext("2d");g.protocol=2;g.state=0;g.acc="";g.ScreenWidth=960;g.ScreenHeight=700;g.width=0;g.height=0;g.rwidth=0;g.rheight=0;g.bpp=2;g.graymode=0;g.useZRLE=!0;g.showmouse=!0;g.buttonmask=0;g.spare=null;g.sparew=0;g.spareh=0;g.sparew2=0;g.spareh2=0;g.sparecache={};g.ZRLEfirst=1;g.onScreenSizeChange=null;g.frameRateDelay=
772
0;g.noMouseRotate=!1;g.rotation=0;g.kvmDataSupported=!1;g.onKvmData=null;g.onKvmDataPending=[];g.onKvmDataAck=-1;g.holding=!1;g.lastKeepAlive=Date.now();g.mNagleTimer=null;g.mx=0;g.my=0;g.inflate=ZLIB.inflateInit(-15);g.Debug=function(a){console.log(a)};g.xxStateChange=function(a){0==a?(g.canvas.fillStyle="#000000",g.canvas.fillRect(0,0,g.width,g.height),g.canvas.canvas.width=g.rwidth=g.width=640,g.canvas.canvas.height=g.rheight=g.height=400,QS(g.canvasid).cursor="auto",g.inflate=ZLIB.inflateInit(-15)):
773
g.showmouse||(QS(g.canvasid).cursor="none")};g.ProcessData=function(b){if(b)for(g.acc+=b;0<g.acc.length;){var c=0;if(0==g.state&&12<=g.acc.length)c=12,g.state=1,g.Send("RFB 003.008\n");else if(1==g.state&&1<=g.acc.length)c=g.acc.charCodeAt(0)+1,g.Send(String.fromCharCode(1)),g.state=2;else if(2==g.state&&4<=g.acc.length){c=4;if(0!=ReadInt(g.acc,0))return g.Stop();g.Send(String.fromCharCode(1));g.state=3}else if(3==g.state&&24<=g.acc.length){g.rotation=0;b=ReadInt(g.acc,20);if(g.acc.length<24+b)break;
774
c=24+b;g.canvas.canvas.width=g.rwidth=g.width=g.ScreenWidth=ReadShort(g.acc,0);g.canvas.canvas.height=g.rheight=g.height=g.ScreenHeight=ReadShort(g.acc,2);b="";g.useZRLE&&(b+=IntToStr(16));b+=IntToStr(0);b+=IntToStr(1092);g.Send(String.fromCharCode(2,0)+ShortToStr(b.length/4+1)+b+IntToStr(-223));0==g.graymode?1==g.bpp&&g.Send(String.fromCharCode(0,0,0,0,8,8,0,1)+ShortToStr(7)+ShortToStr(7)+ShortToStr(3)+String.fromCharCode(5,2,0,0,0,0)):(g.bpp=1,1==g.graymode&&g.Send(String.fromCharCode(0,0,0,0,8,
775
-8,0,1)+ShortToStr(255)+ShortToStr(0)+ShortToStr(0)+String.fromCharCode(0,0,0,0,0,0)),2==g.graymode&&g.Send(String.fromCharCode(0,0,0,0,8,8,0,1)+ShortToStr(15)+ShortToStr(0)+ShortToStr(0)+String.fromCharCode(0,0,0,0,0,0)));g.state=4;g.parent.xxStateChange(3);B();if(null!=g.onScreenSizeChange)g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight)}else if(4==g.state)switch(g.acc.charCodeAt(0)){case 0:if(4>g.acc.length)return;g.state=100+ReadShort(g.acc,2);c=4;break;case 2:c=1;break;case 3:if(8>g.acc.length)return;
776
-b=ReadInt(g.acc,4)+8;if(g.acc.length<b)return;var h=g.acc;if(8>h.length)c=0;else if(b=ReadInt(g.acc,4)+8,h.length<b)c=0;else{if(null!=g.onKvmData&&(h=h.substring(8,b),16<=h.length&&"\x00KvmDataChannel"==h.substring(0,15))){0==g.kvmDataSupported&&(g.kvmDataSupported=!0,console.log("KVM Data Channel Supported."));if(-1==g.onKvmDataAck&&16==h.length||0!=h.charCodeAt(15))g.onKvmDataAck=!0;urlvars&&urlvars.kvmdatatrace&&console.log("KVM-Recv("+(h.length-16)+"): "+h.substring(16));if(16<h.length)g.onKvmData(h.substring(16));
777
-1==g.onKvmDataAck&&0<g.onKvmDataPending.length&&g.sendKvmData(g.onKvmDataPending.shift())}c=b}}else if(100<g.state&&12<=g.acc.length){b=ReadShort(g.acc,0);var h=ReadShort(g.acc,2),c=ReadShort(g.acc,4),k=ReadShort(g.acc,6),l=c*k,m=ReadInt(g.acc,8);if(17>m){if(1>c||64<c||1>k||64<k)return console.log("Invalid tile size ("+c+","+k+"), disconnecting."),g.Stop();if(g.sparew!=c||g.spareh!=k){g.sparew=g.sparew2=c;g.spareh=g.spareh2=k;if(1==g.rotation||3==g.rotation)g.sparew2=k,g.spareh2=c;var n=g.sparew2+
778
-"x"+g.spareh2;g.spare=g.sparecache[n];if(!g.spare){g.sparecache[n]=g.spare=g.canvas.createImageData(g.sparew2,g.spareh2);for(var r=g.sparew2*g.spareh2<<2,n=3;n<r;n+=4)g.spare.data[n]=255}}}if(4294967073==m){if(g.canvas.canvas.width=g.ScreenWidth=g.rwidth=g.width=c,g.canvas.canvas.height=g.ScreenHeight=g.rheight=g.height=k,g.Send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(g.width)+ShortToStr(g.height)),c=12,null!=g.onScreenSizeChange)g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight)}else if(0==
779
-m){m=12;c=12+l*g.bpp;if(g.acc.length<c)break;if(2==g.bpp)for(n=0;n<l;n++)p(g.acc.charCodeAt(m++)+(g.acc.charCodeAt(m++)<<8),n);else for(n=0;n<l;n++)e(g.acc.charCodeAt(m++),n);d(g.spare,b,h)}else if(16==m){if(16>g.acc.length)break;n=ReadInt(g.acc,12);if(g.acc.length<16+n)break;m=16;5<n&&0==g.acc.charCodeAt(m)&&ReadShortX(g.acc,m+1)==n-5?a(g.acc,m+5,b,h,c,k,l,n):(m=g.inflate.inflate(g.acc.substring(m,m+n-0)),0<m.length?a(m,0,b,h,c,k,l,m.length):g.Debug("Invalid deflate data"));c=16+n}else return g.Debug("Unknown Encoding: "+
780
-m+", HEX: "+rstr2hex(g.acc)),g.Stop();100==--g.state&&(g.state=4,0==g.frameRateDelay?B():setTimeout(B,g.frameRateDelay))}if(0==c)break;g.acc=g.acc.substring(c)}};g.hold=function(a){if(g.holding!=a)if(g.holding=a,g.canvas.fillStyle="#000000",g.canvas.fillRect(0,0,g.width,g.height),0==g.holding){if(g.canvas.canvas.width!=g.width||g.canvas.canvas.height!=g.height)if(g.canvas.canvas.width=g.width,g.canvas.canvas.height=g.height,null!=g.onScreenSizeChange)g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight);
781
-g.Send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(g.width)+ShortToStr(g.height))}else g.UnGrabMouseInput(),g.UnGrabKeyInput()};g.tcanvas=null;g.setRotation=function(a){for(;0>a;)a+=4;a%=4;if(1==g.holding)g.rotation=a;else{if(a==g.rotation)return!0;var b=g.canvas.canvas.width,c=g.canvas.canvas.height;if(1==g.rotation||3==g.rotation)b=g.canvas.canvas.height,c=g.canvas.canvas.width;null==g.tcanvas&&(g.tcanvas=document.createElement("canvas"));var d=g.tcanvas.getContext("2d");d.setTransform(1,0,0,1,
782
-0,0);d.canvas.width=b;d.canvas.height=c;d.rotate(-90*g.rotation*Math.PI/180);0==g.rotation&&d.drawImage(g.canvas.canvas,0,0);1==g.rotation&&d.drawImage(g.canvas.canvas,-g.canvas.canvas.width,0);2==g.rotation&&d.drawImage(g.canvas.canvas,-g.canvas.canvas.width,-g.canvas.canvas.height);3==g.rotation&&d.drawImage(g.canvas.canvas,0,-g.canvas.canvas.height);if(0==g.rotation||2==g.rotation)g.canvas.canvas.height=b,g.canvas.canvas.width=c;if(1==g.rotation||3==g.rotation)g.canvas.canvas.height=c,g.canvas.canvas.width=
783
-b;g.canvas.setTransform(1,0,0,1,0,0);g.canvas.rotate(90*a*Math.PI/180);g.rotation=a;g.canvas.drawImage(g.tcanvas,z(0,0),k(0,0));g.width=g.canvas.canvas.width;g.height=g.canvas.canvas.height;if(null!=g.onScreenResize)g.onScreenResize(g,g.width,g.height,g.CanvasId);return!0}};g.Start=function(){g.state=0;g.acc="";g.ZRLEfirst=1;g.inflate.inflateReset();g.onKvmDataPending=[];g.onKvmDataAck=-1;g.kvmDataSupported=!1;for(var a in g.sparecache)delete g.sparecache[a]};g.Stop=function(){g.UnGrabMouseInput();
784
-g.UnGrabKeyInput();g.parent.Stop()};g.Send=function(a){g.parent.Send(a)};var I={Pause:19,CapsLock:20,Space:32,Quote:39,Minus:45,NumpadMultiply:42,NumpadAdd:43,PrintScreen:44,Comma:44,NumpadSubtract:45,NumpadDecimal:46,Period:46,Slash:47,NumpadDivide:47,Semicolon:59,Equal:61,OSLeft:91,BracketLeft:91,OSRight:91,Backslash:92,BracketRight:93,ContextMenu:93,Backquote:96,NumLock:144,ScrollLock:145,Backspace:65288,Tab:65289,Enter:65293,NumpadEnter:65293,Escape:65307,Delete:65535,Home:65360,PageUp:65365,
785
-PageDown:65366,ArrowLeft:65361,ArrowUp:65362,ArrowRight:65363,ArrowDown:65364,End:65367,Insert:65379,F1:65470,F2:65471,F3:65472,F4:65473,F5:65474,F6:65475,F7:65476,F8:65477,F9:65478,F10:65479,F11:65480,F12:65481,ShiftLeft:65505,ShiftRight:65506,ControlLeft:65507,ControlRight:65508,AltLeft:65513,AltRight:65514,MetaLeft:65511,MetaRight:65512};g.sendkey=function(a,b){if("object"==typeof a)for(var c in a)g.sendkey(a[c][0],a[c][1]);else g.Send(String.fromCharCode(4,b,0,0)+IntToStr(a))};g.sendKvmData=function(a){!0!==
786
-g.onKvmDataAck?g.onKvmDataPending.push(a):(urlvars&&urlvars.kvmdatatrace&&console.log("KVM-Send("+a.length+"): "+a),a="\x00KvmDataChannel\x00"+a,g.Send(String.fromCharCode(6,0,0,0)+IntToStr(a.length)+a),g.onKvmDataAck=!1)};g.sendKeepAlive=function(){g.lastKeepAlive<Date.now()-5E3&&(g.lastKeepAlive=Date.now(),g.Send(String.fromCharCode(6,0,0,0)+IntToStr(16)+"\x00KvmDataChannel\x00"))};g.SendCtrlAltDelMsg=function(){g.sendcad()};g.sendcad=function(){g.sendkey(65507,1);g.sendkey(65513,1);g.sendkey(65535,
787
-1);g.sendkey(65535,0);g.sendkey(65513,0);g.sendkey(65507,0)};var u=!1,D=!1;g.GrabMouseInput=function(){if(1!=u){var a=g.canvas.canvas;a.onmouseup=g.mouseup;a.onmousedown=g.mousedown;a.onmousemove=g.mousemove;u=!0}};g.UnGrabMouseInput=function(){if(0!=u){var a=g.canvas.canvas;a.onmousemove=null;a.onmouseup=null;a.onmousedown=null;u=!1}};g.GrabKeyInput=function(){1!=D&&(document.onkeyup=g.handleKeyUp,document.onkeydown=g.handleKeyDown,document.onkeypress=g.handleKeys,D=!0)};g.UnGrabKeyInput=function(){0!=
788
-D&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,D=!1)};g.handleKeys=function(a){return g.haltEvent(a)};g.handleKeyUp=function(a){return l(0,a)};g.handleKeyDown=function(a){return l(1,a)};g.haltEvent=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};g.mousedown=function(a){g.buttonmask|=1<<a.button;return g.mousemove(a,1)};g.mouseup=function(a){g.buttonmask&=65535-(1<<a.button);return g.mousemove(a,1)};g.mousemove=function(a,
789
-b){if(4>g.state)return!0;var d=g.getPositionOfControl(Q(g.canvasid));g.mx=(a.pageX-d[0])*(g.canvas.canvas.height/Q(g.canvasid).offsetHeight);g.my=(a.pageY-d[1]+(c?c.scrollTop:0))*(g.canvas.canvas.width/Q(g.canvasid).offsetWidth);1!=g.noMouseRotate&&(g.mx2=n(g.mx,g.my),g.my=m(g.mx,g.my),g.mx=g.mx2);1==b?(g.Send(String.fromCharCode(5,g.buttonmask)+ShortToStr(g.mx)+ShortToStr(g.my)),null!=g.mNagleTimer&&(clearTimeout(g.mNagleTimer),g.mNagleTimer=null)):null==g.mNagleTimer&&(g.mNagleTimer=setTimeout(function(){g.Send(String.fromCharCode(5,
790
-g.buttonmask)+ShortToStr(g.mx)+ShortToStr(g.my));g.mNagleTimer=null},50));return g.haltEvent(a)};g.getPositionOfControl=function(a){var b=Array(2);for(b[0]=b[1]=0;a;)b[0]+=a.offsetLeft,b[1]+=a.offsetTop,a=a.offsetParent;return b};return g},CreateAgentRemoteDesktop=function(b,c){var a={};a.CanvasId=b;"string"===typeof b&&(a.CanvasId=Q(b));a.Canvas=a.CanvasId.getContext("2d");a.scrolldiv=c;a.State=0;a.PendingOperations=[];a.tilesReceived=0;a.TilesDrawn=0;a.KillDraw=0;a.ipad=!1;a.tabletKeyboardVisible=
791
-!1;a.LastX=0;a.LastY=0;a.touchenabled=0;a.submenuoffset=0;a.touchtimer=null;a.TouchArray={};a.connectmode=0;a.connectioncount=0;a.rotation=0;a.protocol=2;a.debugmode=0;a.firstUpKeys=[];a.stopInput=!1;a.sessionid=0;a.username;a.oldie=!1;a.CompressionLevel=50;a.ScalingLevel=1024;a.FrameRateTimer=50;a.FirstDraw=!1;a.ScreenWidth=960;a.ScreenHeight=700;a.width=960;a.height=960;a.onScreenSizeChange=null;a.onMessage=null;a.onConnectCountChanged=null;a.onDebugMessage=null;a.onTouchEnabledChanged=null;a.onDisplayinfo=
792
-null;a.Start=function(){a.State=0};a.Stop=function(){a.setRotation(0);a.UnGrabKeyInput();a.UnGrabMouseInput();a.touchenabled=0;if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);a.Canvas.clearRect(0,0,a.CanvasId.width,a.CanvasId.height)};a.xxStateChange=function(b){if(a.State!=b)switch(a.State=b,b){case 0:a.Stop()}};a.send=function(b){a.parent.send(b)};a.ProcessPictureMsg=function(b,c,d){var r=new Image;r.xcount=a.tilesReceived++;var n=a.tilesReceived;r.src=
793
-"data:image/jpeg;base64,"+btoa(b.substring(4,b.length));r.onload=function(){if(null!=a.Canvas&&a.KillDraw<n&&0!=a.State)for(a.PendingOperations.push([n,2,r,c,d]);a.DoPendingOperations(););};r.error=function(){console.log("DecodeTileError")}};a.DoPendingOperations=function(){if(0==a.PendingOperations.length)return!1;for(var b=0;b<a.PendingOperations.length;b++){var c=a.PendingOperations[b];if(c[0]==a.TilesDrawn+1)return 1==c[1]?a.ProcessCopyRectMsg(c[2]):2==c[1]&&(a.Canvas.drawImage(c[2],a.rotX(c[3],
794
-c[4]),a.rotY(c[3],c[4])),delete c[2]),a.PendingOperations.splice(b,1),delete c,a.TilesDrawn++,a.TilesDrawn==a.tilesReceived&&a.KillDraw<a.TilesDrawn&&(a.KillDraw=a.TilesDrawn=a.tilesReceived=0),!0}a.oldie&&0<a.PendingOperations.length&&a.TilesDrawn++;return!1};a.ProcessCopyRectMsg=function(b){var c=((b.charCodeAt(0)&255)<<8)+(b.charCodeAt(1)&255),d=((b.charCodeAt(2)&255)<<8)+(b.charCodeAt(3)&255),r=((b.charCodeAt(4)&255)<<8)+(b.charCodeAt(5)&255),n=((b.charCodeAt(6)&255)<<8)+(b.charCodeAt(7)&255),
795
-m=((b.charCodeAt(8)&255)<<8)+(b.charCodeAt(9)&255);b=((b.charCodeAt(10)&255)<<8)+(b.charCodeAt(11)&255);a.Canvas.drawImage(Canvas.canvas,c,d,m,b,r,n,m,b)};a.SendUnPause=function(){a.send(String.fromCharCode(0,8,0,5,0))};a.SendPause=function(){a.send(String.fromCharCode(0,8,0,5,1))};a.SendCompressionLevel=function(b,c,d,r){c&&(a.CompressionLevel=c);d&&(a.ScalingLevel=d);r&&(a.FrameRateTimer=r);a.send(String.fromCharCode(0,5,0,10,b,a.CompressionLevel)+a.shortToStr(a.ScalingLevel)+a.shortToStr(a.FrameRateTimer))};
796
-a.SendRefresh=function(){a.send(String.fromCharCode(0,6,0,4))};a.ProcessScreenMsg=function(b,c){a.Canvas.setTransform(1,0,0,1,0,0);a.rotation=0;a.FirstDraw=!0;a.ScreenWidth=a.width=b;a.ScreenHeight=a.height=c;for(a.KillDraw=a.tilesReceived;0<a.PendingOperations.length;)a.PendingOperations.shift();a.SendCompressionLevel(1);a.SendUnPause();if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId)};a.ProcessData=function(b){for(var c=0;c<b.length;)c+=a.ProcessDataEx(b.substring(c))};
797
-a.ProcessDataEx=function(b){if(!(4>b.length)){var c=null,d=0,r=0,n=ReadShort(b,0),m=ReadShort(b,2);m!=b.length&&1==a.debugmode&&console.log(m,b.length,m==b.length);if(18<=n)console.error("Invalid KVM command "+n+" of size "+m),console.log("Invalid KVM data",b.length,b,rstr2hex(b));else if(m>b.length)console.error("KVM invalid command size",m,b.length);else{if(3==n||4==n||7==n)c=b.substring(4,m),d=((c.charCodeAt(0)&255)<<8)+(c.charCodeAt(1)&255),r=((c.charCodeAt(2)&255)<<8)+(c.charCodeAt(3)&255);switch(n){case 3:if(a.FirstDraw)a.onResize();
798
-a.ProcessPictureMsg(c,d,r);break;case 4:if(a.FirstDraw)a.onResize();a.TilesDrawn==a.tilesReceived?a.ProcessCopyRectMsg(c):a.PendingOperations.push([++tilesReceived,1,c]);break;case 7:a.ProcessScreenMsg(d,r);a.SendKeyMsgKC(a.KeyAction.UP,16);a.SendKeyMsgKC(a.KeyAction.UP,17);a.SendKeyMsgKC(a.KeyAction.UP,18);a.SendKeyMsgKC(a.KeyAction.UP,91);a.SendKeyMsgKC(a.KeyAction.UP,92);a.SendKeyMsgKC(a.KeyAction.UP,16);a.send(String.fromCharCode(0,14,0,4));break;case 11:c=[];d=((b.charCodeAt(4)&255)<<8)+(b.charCodeAt(5)&
799
-255);if(0<d)for(var z=0,r=((b.charCodeAt(6+2*d)&255)<<8)+(b.charCodeAt(7+2*d)&255),n=0;n<d;n++){var k=((b.charCodeAt(6+2*n)&255)<<8)+(b.charCodeAt(7+2*n)&255);65535==k?c.push("All Displays"):c.push("Display "+k);k==r&&(z=n)}if(null!=a.onDisplayinfo)a.onDisplayinfo(a,c,z);break;case 14:a.touchenabled=1;a.TouchArray={};if(null!=a.onTouchEnabledChanged)a.onTouchEnabledChanged(a.touchenabled);break;case 15:a.TouchArray={};break;case 16:a.connectioncount=ReadInt(b,4);if(null!=a.onConnectCountChanged)a.onConnectCountChanged(a.connectioncount,
800
-a);break;case 17:if(null!=a.onMessage)a.onMessage(b.substring(4,m),a)}return m}}};a.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32};a.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5};a.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15};a.Alternate=0;var d={Pause:19,CapsLock:20,Space:32,Quote:222,Minus:189,NumpadMultiply:106,NumpadAdd:107,PrintScreen:44,Comma:188,NumpadSubtract:109,NumpadDecimal:110,Period:190,Slash:191,NumpadDivide:111,Semicolon:186,Equal:187,OSLeft:91,BracketLeft:219,OSRight:91,
801
-Backslash:220,BracketRight:221,ContextMenu:93,Backquote:192,NumLock:144,ScrollLock:145,Backspace:8,Tab:9,Enter:13,NumpadEnter:13,Escape:27,Delete:46,Home:36,PageUp:33,PageDown:34,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,End:35,Insert:45,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,ShiftLeft:16,ShiftRight:16,ControlLeft:17,ControlRight:17,AltLeft:18,AltRight:18,MetaLeft:91,MetaRight:92,VolumeMute:181};a.SendKeyMsg=function(b,c){if(null!=b)if(c||(c=
802
-window.event),c.code){var h;h=c;h=h.code.startsWith("Key")&&4==h.code.length?h.code.charCodeAt(3):h.code.startsWith("Digit")&&6==h.code.length?h.code.charCodeAt(5):h.code.startsWith("Numpad")&&7==h.code.length?h.code.charCodeAt(6)+48:d[h.code];null!=h&&a.SendKeyMsgKC(b,h)}else h=c.keyCode,59==h&&(h=186),a.SendKeyMsgKC(b,h)};a.SendMessage=function(b){3==a.State&&a.send(String.fromCharCode(0,17)+a.shortToStr(4+b.length)+b)};a.SendKeyMsgKC=function(b,c){3==a.State&&a.send(String.fromCharCode(0,a.InputType.KEY,
803
-0,6,b-1,c))};a.sendcad=function(){a.SendCtrlAltDelMsg()};a.SendCtrlAltDelMsg=function(){3==a.State&&a.send(String.fromCharCode(0,a.InputType.CTRLALTDEL,0,4))};a.SendEscKey=function(){3==a.State&&a.send(String.fromCharCode(0,a.InputType.KEY,0,6,0,27,0,a.InputType.KEY,0,6,1,27))};a.SendStartMsg=function(){a.SendKeyMsgKC(a.KeyAction.EXDOWN,91);a.SendKeyMsgKC(a.KeyAction.EXUP,91)};a.SendCharmsMsg=function(){a.SendKeyMsgKC(a.KeyAction.EXDOWN,91);a.SendKeyMsgKC(a.KeyAction.DOWN,67);a.SendKeyMsgKC(a.KeyAction.UP,
804
-67);a.SendKeyMsgKC(a.KeyAction.EXUP,91)};a.SendTouchMsg1=function(b,c,d,r){3==a.State&&a.send(String.fromCharCode(0,a.InputType.TOUCH)+a.shortToStr(14)+String.fromCharCode(1,b)+a.intToStr(c)+a.shortToStr(d)+a.shortToStr(r))};a.SendTouchMsg2=function(b,c){var d="",r,n;for(n in a.TouchArray)n==b?r=c:1==a.TouchArray[n].f?(r=65542,a.TouchArray[n].f=3):r=2==a.TouchArray[n].f?262144:131078,d+=String.fromCharCode(n)+a.intToStr(r)+a.shortToStr(a.TouchArray[n].x)+a.shortToStr(a.TouchArray[n].y),2==a.TouchArray[n].f&&
805
-delete a.TouchArray[n];3==a.State&&a.send(String.fromCharCode(0,a.InputType.TOUCH)+a.shortToStr(5+d.length)+String.fromCharCode(2)+d);0==Object.keys(a.TouchArray).length&&null!=a.touchtimer&&(clearInterval(a.touchtimer),a.touchtimer=null)};a.SendMouseMsg=function(b,c){if(3==a.State&&null!=b&&null!=a.Canvas){c||(c=window.event);var d=a.Canvas.canvas.height/a.CanvasId.clientHeight,r=a.Canvas.canvas.width/a.CanvasId.clientWidth,n=a.GetPositionOfControl(a.Canvas.canvas),r=(c.pageX-n[0])*r,d=(c.pageY-
806
-n[1])*d,n=0==a.rotation?r:1==a.rotation?d:2==a.rotation?a.Canvas.canvas.width-r:3==a.rotation?a.Canvas.canvas.height-d:0,d=0==a.rotation?d:1==a.rotation?a.Canvas.canvas.width-r:2==a.rotation?a.Canvas.canvas.height-d:3==a.rotation?r:0,r=n;if(0<=r&&r<=a.Canvas.canvas.width&&0<=d&&d<=a.Canvas.canvas.height){var m=n=0;b==a.KeyAction.UP||b==a.KeyAction.DOWN?c.which?1==c.which?n=a.MouseButton.LEFT:2==c.which?n=a.MouseButton.MIDDLE:n=a.MouseButton.RIGHT:c.button&&(0==c.button?n=a.MouseButton.LEFT:1==c.button?
807
-n=a.MouseButton.MIDDLE:n=a.MouseButton.RIGHT):b==a.KeyAction.SCROLL&&(c.detail?m=-120*c.detail:c.wheelDelta&&(m=3*c.wheelDelta));var z="",z=b==a.KeyAction.SCROLL?String.fromCharCode(0,a.InputType.MOUSE,0,12,0,b==a.KeyAction.DOWN?n:2*n&255,r/256&255,r&255,d/256&255,d&255,m/256&255,m&255):String.fromCharCode(0,a.InputType.MOUSE,0,10,0,b==a.KeyAction.DOWN?n:2*n&255,r/256&255,r&255,d/256&255,d&255);a.Action==a.KeyAction.NONE?0==a.Alternate||a.ipad?(a.send(z),a.Alternate=1):a.Alternate=0:a.send(z)}}};
808
-a.GetDisplayNumbers=function(){a.send(String.fromCharCode(0,11,0,4))};a.SetDisplay=function(b){a.send(String.fromCharCode(0,12,0,6,b>>8,b&255))};a.intToStr=function(a){return String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255)};a.shortToStr=function(a){return String.fromCharCode(a>>8&255,a&255)};a.onResize=function(){if(0!=a.ScreenWidth&&0!=a.ScreenHeight&&(a.Canvas.canvas.width!=a.ScreenWidth||a.Canvas.canvas.height!=a.ScreenHeight)){if(a.FirstDraw&&(a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=
809
-a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.onScreenSizeChange))a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);a.FirstDraw=!1}};a.xxMouseInputGrab=!1;a.xxKeyInputGrab=!1;a.xxMouseMove=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.NONE,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxMouseUp=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.UP,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&
810
-b.stopPropagation();return!1};a.xxMouseDown=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.DOWN,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxDOMMouseScroll=function(b){return 3==a.State?(a.SendMouseMsg(a.KeyAction.SCROLL,b),!1):!0};a.xxMouseWheel=function(b){return 3==a.State?(a.SendMouseMsg(a.KeyAction.SCROLL,b),!1):!0};a.xxKeyUp=function(b){3==a.State&&a.SendKeyMsg(a.KeyAction.UP,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();
811
-return!1};a.xxKeyDown=function(b){3==a.State&&a.SendKeyMsg(a.KeyAction.DOWN,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxKeyPress=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};a.handleKeys=function(b){return 1==a.stopInput||3!=desktop.State?!1:a.xxKeyPress(b)};a.handleKeyUp=function(b){if(1==a.stopInput||3!=desktop.State)return!1;if(5>a.firstUpKeys.length&&(a.firstUpKeys.push(b.keyCode),5==a.firstUpKeys.length)){var c=
812
-a.firstUpKeys.join(",");if("16,17,91,91,16"==c||"16,17,18,91,92"==c)a.stopInput=!0}return a.xxKeyUp(b)};a.handleKeyDown=function(b){return 1==a.stopInput||3!=desktop.State?!1:a.xxKeyDown(b)};a.mousedown=function(b){return 1==a.stopInput?!1:a.xxMouseDown(b)};a.mouseup=function(b){return 1==a.stopInput?!1:a.xxMouseUp(b)};a.mousemove=function(b){return 1==a.stopInput?!1:a.xxMouseMove(b)};a.mousewheel=function(b){return 1==a.stopInput?!1:a.xxMouseWheel(b)};a.xxMsTouchEvent=function(b){if(4!=b.originalEvent.pointerType){b.preventDefault&&
813
-b.preventDefault();b.stopPropagation&&b.stopPropagation();if("MSPointerDown"==b.type||"MSPointerMove"==b.type||"MSPointerUp"==b.type){var c=0,d=b.originalEvent.pointerId%256,r=Canvas.canvas.width/a.CanvasId.clientWidth*b.offsetX,n=Canvas.canvas.height/a.CanvasId.clientHeight*b.offsetY;"MSPointerDown"==b.type?c=65542:"MSPointerMove"==b.type?c=131078:"MSPointerUp"==b.type&&(c=262144);a.TouchArray[d]||(a.TouchArray[d]={x:r,y:n});a.SendTouchMsg2(d,c);"MSPointerUp"==b.type&&delete a.TouchArray[d]}else alert(b.type);
814
-return!0}};a.xxTouchStart=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled){if(!(1<b.originalEvent.touches.length)){var c=b.originalEvent.touches[0];b.which=1;a.LastX=b.pageX=c.pageX;a.LastY=b.pageY=c.pageY;a.SendMouseMsg(KeyAction.DOWN,b)}}else{var c=a.GetPositionOfControl(Canvas.canvas),d;for(d in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[d].identifier){var r=b.originalEvent.changedTouches[d].identifier%256;a.TouchArray[r]||
815
-(a.TouchArray[r]={x:Canvas.canvas.width/a.CanvasId.clientWidth*(b.originalEvent.touches[d].pageX-c[0]),y:Canvas.canvas.height/a.CanvasId.clientHeight*(b.originalEvent.touches[d].pageY-c[1]),f:1})}0<Object.keys(a.TouchArray).length&&null==touchtimer&&(a.touchtimer=setInterval(function(){a.SendTouchMsg2(256,0)},50))}};a.xxTouchMove=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled){if(!(1<b.originalEvent.touches.length)){var c=b.originalEvent.touches[0];
816
-b.which=1;a.LastX=b.pageX=c.pageX;a.LastY=b.pageY=c.pageY;a.SendMouseMsg(a.KeyAction.NONE,b)}}else{var c=a.GetPositionOfControl(Canvas.canvas),d;for(d in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[d].identifier){var r=b.originalEvent.changedTouches[d].identifier%256;a.TouchArray[r]&&(a.TouchArray[r].x=a.Canvas.canvas.width/a.CanvasId.clientWidth*(b.originalEvent.touches[d].pageX-c[0]),a.TouchArray[r].y=a.Canvas.canvas.height/a.CanvasId.clientHeight*(b.originalEvent.touches[d].pageY-
817
-c[1]))}}};a.xxTouchEnd=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled)1<b.originalEvent.touches.length||(b.which=1,b.pageX=LastX,b.pageY=LastY,a.SendMouseMsg(KeyAction.UP,b));else for(var c in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[c].identifier){var d=b.originalEvent.changedTouches[c].identifier%256;a.TouchArray[d]&&(a.TouchArray[d].f=2)}};a.GrabMouseInput=function(){if(1!=a.xxMouseInputGrab){var b=a.CanvasId;b.onmousemove=
818
-a.xxMouseMove;b.onmouseup=a.xxMouseUp;b.onmousedown=a.xxMouseDown;b.touchstart=a.xxTouchStart;b.touchmove=a.xxTouchMove;b.touchend=a.xxTouchEnd;b.MSPointerDown=a.xxMsTouchEvent;b.MSPointerMove=a.xxMsTouchEvent;b.MSPointerUp=a.xxMsTouchEvent;navigator.userAgent.match(/mozilla/i)?b.DOMMouseScroll=a.xxDOMMouseScroll:b.onmousewheel=a.xxMouseWheel;a.xxMouseInputGrab=!0}};a.UnGrabMouseInput=function(){if(0!=a.xxMouseInputGrab){var b=a.CanvasId;b.onmousemove=null;b.onmouseup=null;b.onmousedown=null;b.touchstart=
819
-null;b.touchmove=null;b.touchend=null;b.MSPointerDown=null;b.MSPointerMove=null;b.MSPointerUp=null;navigator.userAgent.match(/mozilla/i)?b.DOMMouseScroll=null:b.onmousewheel=null;a.xxMouseInputGrab=!1}};a.GrabKeyInput=function(){1!=a.xxKeyInputGrab&&(document.onkeyup=a.xxKeyUp,document.onkeydown=a.xxKeyDown,document.onkeypress=a.xxKeyPress,a.xxKeyInputGrab=!0)};a.UnGrabKeyInput=function(){0!=a.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,a.xxKeyInputGrab=
820
-!1)};a.GetPositionOfControl=function(a){var b=Array(2);for(b[0]=b[1]=0;a;)b[0]+=a.offsetLeft,b[1]+=a.offsetTop,a=a.offsetParent;return b};a.crotX=function(b,c){if(0==a.rotation)return b;if(1==a.rotation)return c;if(2==a.rotation)return a.Canvas.canvas.width-b;if(3==a.rotation)return a.Canvas.canvas.height-c};a.crotY=function(b,c){if(0==a.rotation)return c;if(1==a.rotation)return a.Canvas.canvas.width-b;if(2==a.rotation)return a.Canvas.canvas.height-c;if(3==a.rotation)return b};a.rotX=function(b,c){if(0==
821
-a.rotation||1==a.rotation)return b;if(2==a.rotation)return b-a.Canvas.canvas.width;if(3==a.rotation)return b-a.Canvas.canvas.height};a.rotY=function(b,c){if(0==a.rotation||3==a.rotation)return c;if(1==a.rotation)return c-a.Canvas.canvas.width;if(2==a.rotation)return c-a.Canvas.canvas.height};a.tcanvas=null;a.setRotation=function(b){for(;0>b;)b+=4;b%=4;if(b==a.rotation)return!0;var c=a.Canvas.canvas.width,d=a.Canvas.canvas.height;if(1==a.rotation||3==a.rotation)c=a.Canvas.canvas.height,d=a.Canvas.canvas.width;
822
-null==a.tcanvas&&(a.tcanvas=document.createElement("canvas"));var r=a.tcanvas.getContext("2d");r.setTransform(1,0,0,1,0,0);r.canvas.width=c;r.canvas.height=d;r.rotate(-90*a.rotation*Math.PI/180);0==a.rotation&&r.drawImage(a.Canvas.canvas,0,0);1==a.rotation&&r.drawImage(a.Canvas.canvas,-a.Canvas.canvas.width,0);2==a.rotation&&r.drawImage(a.Canvas.canvas,-a.Canvas.canvas.width,-a.Canvas.canvas.height);3==a.rotation&&r.drawImage(a.Canvas.canvas,0,-a.Canvas.canvas.height);if(0==a.rotation||2==a.rotation)a.Canvas.canvas.height=
823
-c,a.Canvas.canvas.width=d;if(1==a.rotation||3==a.rotation)a.Canvas.canvas.height=d,a.Canvas.canvas.width=c;a.Canvas.setTransform(1,0,0,1,0,0);a.Canvas.rotate(90*b*Math.PI/180);a.rotation=b;a.Canvas.drawImage(a.tcanvas,a.rotX(0,0),a.rotY(0,0));a.ScreenWidth=a.Canvas.canvas.width;a.ScreenHeight=a.Canvas.canvas.height;if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);return!0};a.MuchTheSame=function(a,b){return 4>Math.abs(a-b)};a.Debug=function(a){console.log(a)};
824
-a.getIEVersion=function(){var a=-1;"Microsoft Internet Explorer"==navigator.appName&&null!=/MSIE ([0-9]{1,}[.0-9]{0,})/.exec(navigator.userAgent)&&(a=parseFloat(RegExp.$1));return a};a.haltEvent=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};return a},CreateKvmDataChannel=function(b,c,a){var d={};d.m=c;c.parent=d;d.webchannel=b;d.State=0;d.protocol=c.protocol;d.onStateChanged=null;d.onControlMsg=null;d.debugmode=0;d.keepalive=a;d.rtcKeepAlive=null;
825
-d.Start=function(){1==d.debugmode&&console.log("start");d.xxStateChange(3);d.webchannel.onmessage=d.xxOnMessage;d.rtcKeepAlive=setInterval(d.xxSendRtcKeepAlive,3E4)};var e=new FileReader,p=!1,h=[];e.readAsBinaryString?e.onload=function(a){d.xxOnSocketData(a.target.result);0==h.length?p=!1:e.readAsBinaryString(new Blob([h.shift()]))}:e.readAsArrayBuffer&&(e.onloadend=function(a){d.xxOnSocketData(a.target.result);0==h.length?p=!1:e.readAsArrayBuffer(h.shift())});d.xxOnMessage=function(a){if("string"==
826
-typeof a.data){if(null!=d.onControlMsg)d.onControlMsg(a.data)}else if("object"==typeof a.data)if(1==p)h.push(a.data);else if(e.readAsBinaryString)p=!0,e.readAsBinaryString(new Blob([a.data]));else if(f.readAsArrayBuffer)p=!0,e.readAsArrayBuffer(a.data);else{var b="";a=new Uint8Array(a.data);for(var c=a.byteLength,z=0;z<c;z++)b+=String.fromCharCode(a[z]);d.xxOnSocketData(b)}else d.xxOnSocketData(a.data)};d.xxOnSocketData=function(a){if(a){if("object"===typeof a){var b="";a=new Uint8Array(a);for(var c=
827
-a.byteLength,e=0;e<c;e++)b+=String.fromCharCode(a[e]);a=b}else if("string"!==typeof a)return;return d.m.ProcessData(a)}};d.sendCtrlMsg=function(a){"string"==typeof a&&(d.webchannel.send(a),urlvars&&urlvars.webrtctrace&&console.log("WebRTC-Send("+d.State+"): ",typeof a,a),null!=d.keepalive&&d.keepalive.sendKeepAlive())};d.send=function(a){if("string"==typeof a){for(var b=new Uint8Array(a.length),c=0;c<a.length;++c)b[c]=a.charCodeAt(c);a=b}urlvars&&urlvars.webrtctrace&&console.log("WebRTC-Send("+d.State+
828
-"): ",typeof a,a);d.webchannel.send(a)};d.xxStateChange=function(a){if(d.State!=a&&(d.State=a,d.m.xxStateChange(d.State),null!=d.onStateChanged))d.onStateChanged(d,d.State)};d.Stop=function(){1==d.debugmode&&console.log("stop");null!=d.rtcKeepAlive&&(clearInterval(d.rtcKeepAlive),d.rtcKeepAlive=null);d.xxStateChange(0)};d.xxSendRtcKeepAlive=function(){urlvars&&urlvars.webrtctrace&&console.log("WebRTC-SendKeepAlive()");d.sendCtrlMsg(JSON.stringify({action:"ping"}))};return d},CreateAmtRemoteTerminal=
829
-function(b){function c(b){if("\x00"!=b&&7!=b.charCodeAt()){var d=b.charCodeAt();if(0==h.terminalEmulation){b=!0;0==(d&128)?(w=d,y=0,b=!1):192==(d&224)?(w=d&31,y=1,b=!0):224==(d&240)?(w=d&15,y=2,b=!0):128==(d&192)&&(0<y?(w<<=6,w+=d&63,y--,b=0!=y):(y=w=0,b=!0));if(1==b)return;b=String.fromCharCode(w)}else 1==h.terminalEmulation?0!=(d&128)&&(b=String.fromCharCode(F[d&127])):2==h.terminalEmulation&&0!=(d&128)&&(b=String.fromCharCode(G[d&127]));switch(d){case 16:b=" ";break;case 24:b="\u2191";break;case 25:b=
830
-"\u2193"}v>h.width&&(v=h.width);B>h.height-1&&(B=h.height-1);switch(b){case "\b":0<v&&(--v,a(" "));break;case "\t":d=8-v%8;for(b=0;b<d;b++)c(" ");break;case "\n":B++;B>h.height-1&&(p(1),B=h.height-1);break;case "\r":v=0;break;default:v>=h.width&&(v=0,k&&B++,B>=h.height-1&&(p(1),B=h.height-1)),a(b),v++}}}function a(a){D[B][v]=a;u[B][v]=(m<<6)+(z<<12)+n}function d(){for(var a=z<<12,b=v;b<h.width;b++)D[B][b]=" ",u[B][b]=a}function e(a){for(var b=z<<12,c=0;c<h.width;c++)D[a][c]=" ",u[a][c]=b}function p(a){var b;
831
-for(b=0;b<h.height-a;b++)D[b]=D[b+a],u[b]=u[b+a];for(b=h.height-a;b<h.height;b++)for(D[b]=[],u[b]=[],a=0;a<h.width;a++)D[b][a]=" ",u[b][a]=448}var h={};h.DivId=b;h.DivElement=document.getElementById(b);h.protocol=1;h.terminalEmulation=1;h.fxEmulation=0;h.fxLineBreak=0;h.width=80;h.height=25;var r="000000 BB0000 00BB00 BBBB00 0000BB BB00BB 00BBBB BBBBBB 555555 FF5555 55FF55 FFFF55 5555FF FF55FF 55FFFF FFFFFF".split(" "),n=0,m=7,z=0,k=!0,v=0,B=0,l=0,g=[],I=0,u=[],D=[],w=0,y=0;h.Start=function(){};h.Init=
832
-function(a,b){h.width=a?a:80;h.height=b?b:25;for(var c=0;c<h.height;c++){D[c]=[];u[c]=[];for(var d=0;d<h.width;d++)D[c][d]=" ",u[c][d]=448}h.TermInit();h.TermDraw()};h.xxStateChange=function(a){};h.ProcessData=function(a){null!=h.capture&&(h.capture+=a);for(var b=0;b<a.length;b++){var p=String.fromCharCode(a.charCodeAt(b)),r=a.charCodeAt(b);switch(l){case 0:switch(r){case 27:l=1;break;default:c(p)}break;case 1:switch(p){case "[":I=0;g=[];l=2;break;case "(":l=4;break;case ")":l=5;break;default:l=0}break;
833
-case 2:if("0"<=p&&"9">=p){g[I]=g[I]?10*g[I]+(p-0):p-0;break}else if(";"==p){I++;break}else{g[0]||(g[0]=0);var r=g,w=I+1,y=void 0;switch(p){case "c":h.TermResetScreen();break;case "A":1==w&&(B-=r[0],0>B&&(B=0));break;case "B":1==w&&(B+=r[0],B>h.height&&(B=h.height));break;case "C":1==w&&(v+=r[0],v>h.width&&(v=h.width));break;case "D":1==w&&(v-=r[0],0>v&&(v=0));break;case "d":1==w&&(B=r[0]-1,B>h.height&&(B=h.height),0>B&&(B=0));break;case "G":1==w&&(v=r[0]-1,0>v&&(v=0),79<v&&(v=79));break;case "J":if(1==
834
-w&&2==r[0])h.TermClear((z<<12)+(m<<6)),B=v=0;else if(0==w||1==w&&0==r[0])for(d(),y=B+1;y<h.height;y++)e(y);else if(1==w&&1==r[0])for(d(),y=0;y<B-1;y++)e(y);break;case "H":2==w?(1>r[0]&&(r[0]=1),1>r[1]&&(r[1]=1),r[0]>h.height&&(r[0]=h.height),r[1]>h.width&&(r[1]=h.width),B=r[0]-1,v=r[1]-1):v=B=0;break;case "m":for(y=0;y<w;y++)r[y]&&0!=r[y]?1==r[y]?8>m&&(m+=8):2==r[y]||22==r[y]?8<=m&&(m-=8):7==r[y]?n=2:27==r[y]?n=0:30<=r[y]&&37>=r[y]?(p=8<=m,m=r[y]-30,p&&8>=m&&(m+=8)):40<=r[y]&&47>=r[y]?z=r[y]-40:90<=
835
-r[y]&&99>=r[y]?m=r[y]-82:100<=r[y]&&109>=r[y]&&(z=r[y]-92):(z=0,m=7,n=0);break;case "K":if(0!=w&&(1!=w||r[0]&&0!=r[0])){if(1==w)if(1==r[0])for(p=z<<12,r=0;r<v;r++)D[B][r]=" ",u[B][r]=p;else 2==r[0]&&e(B)}else d();break;case "h":k=!0;break;case "l":k=!1}l=0}break;case 4:l=0;break;case 5:l=0}}h.TermDraw()};h.ProcessVt100String=function(a){for(var b=0;b<a.length;b++)c(String.fromCharCode(a.charCodeAt(b)))};var F=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,
836
-251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,171,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160],G=[199,252,233,
837
-226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,174,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,
838
-8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160];h.TermClear=function(a){for(var b=0;b<h.height;b++)for(var c=0;c<h.width;c++)D[b][c]=" ",u[b][c]=a};h.TermResetScreen=function(){n=0;m=7;z=0;k=!0;B=v=0;h.TermClear(448)};h.TermSendKeys=function(a){console.log(a);h.parent.Send(a)};h.TermSendKey=function(a){h.parent.Send(String.fromCharCode(a))};h.TermHandleKeys=function(a){if(!a.ctrlKey)return 127==a.which?h.TermSendKey(8):13==a.which?h.TermSendKeys(0==h.fxLineBreak?"\r\n":"\n"):0!=a.which&&
839
-h.TermSendKey(a.which),!1;a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation()};h.TermHandleKeyUp=function(a){if(8!=a.which&&32!=a.which&&9!=a.which)return!0;a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};h.TermHandleKeyDown=function(a){if(65<=a.which&&90>=a.which&&1==a.ctrlKey)h.TermSendKey(a.which-64),a.preventDefault&&a.preventDefault(),a.stopPropagation&&a.stopPropagation();else{if(27==a.which)return h.TermSendKeys(String.fromCharCode(27)),
840
-!0;if(37==a.which)return h.TermSendKeys(String.fromCharCode(27,91,68)),!0;if(38==a.which)return h.TermSendKeys(String.fromCharCode(27,91,65)),!0;if(39==a.which)return h.TermSendKeys(String.fromCharCode(27,91,67)),!0;if(40==a.which)return h.TermSendKeys(String.fromCharCode(27,91,66)),!0;if(9==a.which)return h.TermSendKeys("\t"),a.preventDefault&&a.preventDefault(),a.stopPropagation&&a.stopPropagation(),!0;var b=[80,81,119,120,116,117,113,114,112,77],c=[49,50,51,52,53,54,55,56,57,48,33,64],d=[80,81,
841
-82,83,84,85,86,87,88,89,90,91];if(111<a.which&124>a.which&&0==a.repeat){if(0==h.fxEmulation&&122>a.which)return h.TermSendKeys(String.fromCharCode(27,91,79,b[a.which-112])),!0;if(1==h.fxEmulation)return h.TermSendKeys(String.fromCharCode(27,c[a.which-112])),!0;if(2==h.fxEmulation)return h.TermSendKeys(String.fromCharCode(27,79,d[a.which-112])),!0}if(8!=a.which&&32!=a.which&&9!=a.which)return!0;h.TermSendKey(a.which);a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1}};
842
-h.TermDraw=function(){for(var a,b="",c="",d=1,e,g=0;g<h.height;++g){for(var k=0;k<h.width;++k)switch(a=u[g][k],v==k&&B==g&&(a|=2),a!=d&&(b+=c,c="",d=6,e=12,a&2&&(d=12,e=6),b+='<span style="color:#'+r[a>>d&63]+";background-color:#"+r[a>>e&63],a&1&&(b+=";text-decoration:underline"),b+=';">',c="</span>"+c,d=a),a=D[g][k],a){case "&":b+="&";break;case "<":b+="<";break;case ">":b+=">";break;case " ":b+=" ";break;default:b+=a}g!=h.height-1&&(b+="<br>")}h.DivElement.innerHTML="<font size='4'><b>"+
843
-b+c+"</b></font>"};h.TermInit=function(){h.TermResetScreen()};h.Init();return h},ZLIB=ZLIB||{};
775
+8,0,1)+ShortToStr(255)+ShortToStr(0)+ShortToStr(0)+String.fromCharCode(0,0,0,0,0,0)),2==g.graymode&&g.Send(String.fromCharCode(0,0,0,0,8,8,0,1)+ShortToStr(15)+ShortToStr(0)+ShortToStr(0)+String.fromCharCode(0,0,0,0,0,0)));g.state=4;g.parent&&g.parent.xxStateChange(3);B();if(null!=g.onScreenSizeChange)g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight)}else if(4==g.state)switch(g.acc.charCodeAt(0)){case 0:if(4>g.acc.length)return;g.state=100+ReadShort(g.acc,2);c=4;break;case 2:c=1;break;case 3:if(8>
776
+g.acc.length)return;b=ReadInt(g.acc,4)+8;if(g.acc.length<b)return;var k=g.acc;if(8>k.length)c=0;else if(b=ReadInt(g.acc,4)+8,k.length<b)c=0;else{if(null!=g.onKvmData&&(k=k.substring(8,b),16<=k.length&&"\x00KvmDataChannel"==k.substring(0,15))){0==g.kvmDataSupported&&(g.kvmDataSupported=!0,console.log("KVM Data Channel Supported."));if(-1==g.onKvmDataAck&&16==k.length||0!=k.charCodeAt(15))g.onKvmDataAck=!0;urlvars&&urlvars.kvmdatatrace&&console.log("KVM-Recv("+(k.length-16)+"): "+k.substring(16));if(16<
777
+k.length)g.onKvmData(k.substring(16));1==g.onKvmDataAck&&0<g.onKvmDataPending.length&&g.sendKvmData(g.onKvmDataPending.shift())}c=b}}else if(100<g.state&&12<=g.acc.length){b=ReadShort(g.acc,0);var k=ReadShort(g.acc,2),c=ReadShort(g.acc,4),h=ReadShort(g.acc,6),m=c*h,p=ReadInt(g.acc,8);if(17>p){if(1>c||64<c||1>h||64<h)return console.log("Invalid tile size ("+c+","+h+"), disconnecting."),g.Stop();if(g.sparew!=c||g.spareh!=h){g.sparew=g.sparew2=c;g.spareh=g.spareh2=h;if(1==g.rotation||3==g.rotation)g.sparew2=
778
+h,g.spareh2=c;var n=g.sparew2+"x"+g.spareh2;g.spare=g.sparecache[n];if(!g.spare){g.sparecache[n]=g.spare=g.canvas.createImageData(g.sparew2,g.spareh2);for(var q=g.sparew2*g.spareh2<<2,n=3;n<q;n+=4)g.spare.data[n]=255}}}if(4294967073==p){if(g.canvas.canvas.width=g.ScreenWidth=g.rwidth=g.width=c,g.canvas.canvas.height=g.ScreenHeight=g.rheight=g.height=h,g.Send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(g.width)+ShortToStr(g.height)),c=12,null!=g.onScreenSizeChange)g.onScreenSizeChange(g,g.ScreenWidth,
779
+g.ScreenHeight)}else if(0==p){p=12;c=12+m*g.bpp;if(g.acc.length<c)break;if(2==g.bpp)for(n=0;n<m;n++)l(g.acc.charCodeAt(p++)+(g.acc.charCodeAt(p++)<<8),n);else for(n=0;n<m;n++)e(g.acc.charCodeAt(p++),n);d(g.spare,b,k)}else if(16==p){if(16>g.acc.length)break;n=ReadInt(g.acc,12);if(g.acc.length<16+n)break;p=16;5<n&&0==g.acc.charCodeAt(p)&&ReadShortX(g.acc,p+1)==n-5?a(g.acc,p+5,b,k,c,h,m,n):(p=g.inflate.inflate(g.acc.substring(p,p+n-0)),0<p.length?a(p,0,b,k,c,h,m,p.length):g.Debug("Invalid deflate data"));
780
+c=16+n}else return g.Debug("Unknown Encoding: "+p+", HEX: "+rstr2hex(g.acc)),g.Stop();100==--g.state&&(g.state=4,0==g.frameRateDelay?B():setTimeout(B,g.frameRateDelay))}if(0==c)break;g.acc=g.acc.substring(c)}};g.hold=function(a){if(g.holding!=a)if(g.holding=a,g.canvas.fillStyle="#000000",g.canvas.fillRect(0,0,g.width,g.height),0==g.holding){if(g.canvas.canvas.width!=g.width||g.canvas.canvas.height!=g.height)if(g.canvas.canvas.width=g.width,g.canvas.canvas.height=g.height,null!=g.onScreenSizeChange)g.onScreenSizeChange(g,
781
+g.ScreenWidth,g.ScreenHeight);g.Send(String.fromCharCode(3,0,0,0,0,0)+ShortToStr(g.width)+ShortToStr(g.height))}else g.UnGrabMouseInput(),g.UnGrabKeyInput()};g.tcanvas=null;g.setRotation=function(a){for(;0>a;)a+=4;a%=4;if(1==g.holding)g.rotation=a;else{if(a==g.rotation)return!0;var b=g.canvas.canvas.width,c=g.canvas.canvas.height;if(1==g.rotation||3==g.rotation)b=g.canvas.canvas.height,c=g.canvas.canvas.width;null==g.tcanvas&&(g.tcanvas=document.createElement("canvas"));var d=g.tcanvas.getContext("2d");
782
+d.setTransform(1,0,0,1,0,0);d.canvas.width=b;d.canvas.height=c;d.rotate(-90*g.rotation*Math.PI/180);0==g.rotation&&d.drawImage(g.canvas.canvas,0,0);1==g.rotation&&d.drawImage(g.canvas.canvas,-g.canvas.canvas.width,0);2==g.rotation&&d.drawImage(g.canvas.canvas,-g.canvas.canvas.width,-g.canvas.canvas.height);3==g.rotation&&d.drawImage(g.canvas.canvas,0,-g.canvas.canvas.height);if(0==g.rotation||2==g.rotation)g.canvas.canvas.height=b,g.canvas.canvas.width=c;if(1==g.rotation||3==g.rotation)g.canvas.canvas.height=
783
+c,g.canvas.canvas.width=b;g.canvas.setTransform(1,0,0,1,0,0);g.canvas.rotate(90*a*Math.PI/180);g.rotation=a;g.canvas.drawImage(g.tcanvas,v(0,0),h(0,0));g.width=g.canvas.canvas.width;g.height=g.canvas.canvas.height;if(null!=g.onScreenResize)g.onScreenResize(g,g.width,g.height,g.CanvasId);return!0}};g.Start=function(){g.state=0;g.acc="";g.ZRLEfirst=1;g.inflate.inflateReset();g.onKvmDataPending=[];g.onKvmDataAck=-1;g.kvmDataSupported=!1;for(var a in g.sparecache)delete g.sparecache[a]};g.Stop=function(){g.UnGrabMouseInput();
784
+g.UnGrabKeyInput();g.parent&&g.parent.Stop()};g.Send=function(a){g.parent&&g.parent.Send(a)};var J={Pause:19,CapsLock:20,Space:32,Quote:39,Minus:45,NumpadMultiply:42,NumpadAdd:43,PrintScreen:44,Comma:44,NumpadSubtract:45,NumpadDecimal:46,Period:46,Slash:47,NumpadDivide:47,Semicolon:59,Equal:61,OSLeft:91,BracketLeft:91,OSRight:91,Backslash:92,BracketRight:93,ContextMenu:93,Backquote:96,NumLock:144,ScrollLock:145,Backspace:65288,Tab:65289,Enter:65293,NumpadEnter:65293,Escape:65307,Delete:65535,Home:65360,
785
+PageUp:65365,PageDown:65366,ArrowLeft:65361,ArrowUp:65362,ArrowRight:65363,ArrowDown:65364,End:65367,Insert:65379,F1:65470,F2:65471,F3:65472,F4:65473,F5:65474,F6:65475,F7:65476,F8:65477,F9:65478,F10:65479,F11:65480,F12:65481,ShiftLeft:65505,ShiftRight:65506,ControlLeft:65507,ControlRight:65508,AltLeft:65513,AltRight:65514,MetaLeft:65511,MetaRight:65512};g.sendkey=function(a,b){if("object"==typeof a)for(var c in a)g.sendkey(a[c][0],a[c][1]);else g.Send(String.fromCharCode(4,b,0,0)+IntToStr(a))};g.sendKvmData=
786
+function(a){!0!==g.onKvmDataAck?g.onKvmDataPending.push(a):(urlvars&&urlvars.kvmdatatrace&&console.log("KVM-Send("+a.length+"): "+a),a="\x00KvmDataChannel\x00"+a,g.Send(String.fromCharCode(6,0,0,0)+IntToStr(a.length)+a),g.onKvmDataAck=!1)};g.sendKeepAlive=function(){g.lastKeepAlive<Date.now()-5E3&&(g.lastKeepAlive=Date.now(),g.Send(String.fromCharCode(6,0,0,0)+IntToStr(16)+"\x00KvmDataChannel\x00"))};g.SendCtrlAltDelMsg=function(){g.sendcad()};g.sendcad=function(){g.sendkey(65507,1);g.sendkey(65513,
787
+1);g.sendkey(65535,1);g.sendkey(65535,0);g.sendkey(65513,0);g.sendkey(65507,0)};var u=!1,C=!1;g.GrabMouseInput=function(){if(1!=u){var a=g.canvas.canvas;a.onmouseup=g.mouseup;a.onmousedown=g.mousedown;a.onmousemove=g.mousemove;u=!0}};g.UnGrabMouseInput=function(){if(0!=u){var a=g.canvas.canvas;a.onmousemove=null;a.onmouseup=null;a.onmousedown=null;u=!1}};g.GrabKeyInput=function(){1!=C&&(document.onkeyup=g.handleKeyUp,document.onkeydown=g.handleKeyDown,document.onkeypress=g.handleKeys,C=!0)};g.UnGrabKeyInput=
788
+function(){0!=C&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,C=!1)};g.handleKeys=function(a){return g.haltEvent(a)};g.handleKeyUp=function(a){return k(0,a)};g.handleKeyDown=function(a){return k(1,a)};g.haltEvent=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};g.mousedown=function(a){g.buttonmask|=1<<a.button;return g.mousemove(a,1)};g.mouseup=function(a){g.buttonmask&=65535-(1<<a.button);return g.mousemove(a,1)};g.mousemove=
789
+function(a,b){if(4>g.state)return!0;var d=g.getPositionOfControl(Q(g.canvasid));g.mx=(a.pageX-d[0])*(g.canvas.canvas.height/Q(g.canvasid).offsetHeight);g.my=(a.pageY-d[1]+(c?c.scrollTop:0))*(g.canvas.canvas.width/Q(g.canvasid).offsetWidth);1!=g.noMouseRotate&&(g.mx2=n(g.mx,g.my),g.my=m(g.mx,g.my),g.mx=g.mx2);1==b?(g.Send(String.fromCharCode(5,g.buttonmask)+ShortToStr(g.mx)+ShortToStr(g.my)),null!=g.mNagleTimer&&(clearTimeout(g.mNagleTimer),g.mNagleTimer=null)):null==g.mNagleTimer&&(g.mNagleTimer=
790
+setTimeout(function(){g.Send(String.fromCharCode(5,g.buttonmask)+ShortToStr(g.mx)+ShortToStr(g.my));g.mNagleTimer=null},50));return g.haltEvent(a)};g.getPositionOfControl=function(a){var b=Array(2);for(b[0]=b[1]=0;a;)b[0]+=a.offsetLeft,b[1]+=a.offsetTop,a=a.offsetParent;return b};return g},CreateAgentRemoteDesktop=function(b,c){var a={};a.CanvasId=b;"string"===typeof b&&(a.CanvasId=Q(b));a.Canvas=a.CanvasId.getContext("2d");a.scrolldiv=c;a.State=0;a.PendingOperations=[];a.tilesReceived=0;a.TilesDrawn=
791
+0;a.KillDraw=0;a.ipad=!1;a.tabletKeyboardVisible=!1;a.LastX=0;a.LastY=0;a.touchenabled=0;a.submenuoffset=0;a.touchtimer=null;a.TouchArray={};a.connectmode=0;a.connectioncount=0;a.rotation=0;a.protocol=2;a.debugmode=0;a.firstUpKeys=[];a.stopInput=!1;a.localKeyMap=!0;a.altPressed=!1;a.ctrlPressed=!1;a.shiftPressed=!1;a.sessionid=0;a.username;a.oldie=!1;a.CompressionLevel=50;a.ScalingLevel=1024;a.FrameRateTimer=50;a.FirstDraw=!1;a.ScreenWidth=960;a.ScreenHeight=700;a.width=960;a.height=960;a.onScreenSizeChange=
792
+null;a.onMessage=null;a.onConnectCountChanged=null;a.onDebugMessage=null;a.onTouchEnabledChanged=null;a.onDisplayinfo=null;a.accumulator=null;a.Start=function(){a.State=0;a.accumulator=null};a.Stop=function(){a.setRotation(0);a.UnGrabKeyInput();a.UnGrabMouseInput();a.touchenabled=0;if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);a.Canvas.clearRect(0,0,a.CanvasId.width,a.CanvasId.height)};a.xxStateChange=function(b){if(a.State!=b)switch(a.State=b,a.CanvasId.style.cursor=
793
+"default",b){case 0:a.Stop()}};a.send=function(b){1<a.debugmode&&console.log("KSend("+b.length+"): "+rstr2hex(b));null!=a.parent&&a.parent.send(b)};a.ProcessPictureMsg=function(b,c,d){var q=new Image;q.xcount=a.tilesReceived++;var n=a.tilesReceived;q.src="data:image/jpeg;base64,"+btoa(b.substring(4,b.length));q.onload=function(){if(null!=a.Canvas&&a.KillDraw<n&&0!=a.State)for(a.PendingOperations.push([n,2,q,c,d]);a.DoPendingOperations(););};q.error=function(){console.log("DecodeTileError")}};a.DoPendingOperations=
794
+function(){if(0==a.PendingOperations.length)return!1;for(var b=0;b<a.PendingOperations.length;b++){var c=a.PendingOperations[b];if(c[0]==a.TilesDrawn+1)return 1==c[1]?a.ProcessCopyRectMsg(c[2]):2==c[1]&&(a.Canvas.drawImage(c[2],a.rotX(c[3],c[4]),a.rotY(c[3],c[4])),delete c[2]),a.PendingOperations.splice(b,1),delete c,a.TilesDrawn++,a.TilesDrawn==a.tilesReceived&&a.KillDraw<a.TilesDrawn&&(a.KillDraw=a.TilesDrawn=a.tilesReceived=0),!0}a.oldie&&0<a.PendingOperations.length&&a.TilesDrawn++;return!1};
795
+a.ProcessCopyRectMsg=function(b){var c=((b.charCodeAt(0)&255)<<8)+(b.charCodeAt(1)&255),d=((b.charCodeAt(2)&255)<<8)+(b.charCodeAt(3)&255),q=((b.charCodeAt(4)&255)<<8)+(b.charCodeAt(5)&255),n=((b.charCodeAt(6)&255)<<8)+(b.charCodeAt(7)&255),m=((b.charCodeAt(8)&255)<<8)+(b.charCodeAt(9)&255);b=((b.charCodeAt(10)&255)<<8)+(b.charCodeAt(11)&255);a.Canvas.drawImage(Canvas.canvas,c,d,m,b,q,n,m,b)};a.SendUnPause=function(){a.send(String.fromCharCode(0,8,0,5,0))};a.SendPause=function(){a.send(String.fromCharCode(0,
796
+8,0,5,1))};a.SendCompressionLevel=function(b,c,d,q){c&&(a.CompressionLevel=c);d&&(a.ScalingLevel=d);q&&(a.FrameRateTimer=q);a.send(String.fromCharCode(0,5,0,10,b,a.CompressionLevel)+a.shortToStr(a.ScalingLevel)+a.shortToStr(a.FrameRateTimer))};a.SendRefresh=function(){a.send(String.fromCharCode(0,6,0,4))};a.ProcessScreenMsg=function(b,c){0<a.debugmode&&console.log("ScreenSize: "+b+" x "+c);a.Canvas.setTransform(1,0,0,1,0,0);a.rotation=0;a.FirstDraw=!0;a.ScreenWidth=a.width=b;a.ScreenHeight=a.height=
797
+c;for(a.KillDraw=a.tilesReceived;0<a.PendingOperations.length;)a.PendingOperations.shift();a.SendCompressionLevel(1);a.SendUnPause();if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId)};a.ProcessData=function(b){for(var c=0;c<b.length;)c+=a.ProcessDataEx(b.substring(c))};a.ProcessDataEx=function(b){null!=a.accumulator&&(b=a.accumulator+b,a.accumulator=null);1<a.debugmode&&console.log("KRecv("+b.length+"): "+rstr2hex(b.substring(0,Math.min(b.length,40))));
798
+if(!(4>b.length)){var c=null,d=0,q=0,n=ReadShort(b,0),m=ReadShort(b,2),v=0;if(27==n&&8==m){if(12>b.length)return;n=ReadShort(b,8);m=ReadInt(b,4);if(m+8>b.length){a.accumulator=b;return}b=b.substring(8);v=8}m!=b.length&&0<a.debugmode&&console.log(m,b.length,m==b.length);if(18<=n&&65!=n)console.error("Invalid KVM command "+n+" of size "+m),console.log("Invalid KVM data",b.length,rstr2hex(b.substring(0,40))+"...");else if(m>b.length)a.accumulator=b;else{if(3==n||4==n||7==n)c=b.substring(4,m),d=((c.charCodeAt(0)&
799
+255)<<8)+(c.charCodeAt(1)&255),q=((c.charCodeAt(2)&255)<<8)+(c.charCodeAt(3)&255),0<a.debugmode&&console.log("CMD"+n+" at X="+d+" Y="+q);switch(n){case 3:if(a.FirstDraw)a.onResize();a.ProcessPictureMsg(c,d,q);break;case 4:if(a.FirstDraw)a.onResize();a.TilesDrawn==a.tilesReceived?a.ProcessCopyRectMsg(c):a.PendingOperations.push([++tilesReceived,1,c]);break;case 7:a.ProcessScreenMsg(d,q);a.SendKeyMsgKC(a.KeyAction.UP,16);a.SendKeyMsgKC(a.KeyAction.UP,17);a.SendKeyMsgKC(a.KeyAction.UP,18);a.SendKeyMsgKC(a.KeyAction.UP,
800
+91);a.SendKeyMsgKC(a.KeyAction.UP,92);a.SendKeyMsgKC(a.KeyAction.UP,16);a.send(String.fromCharCode(0,14,0,4));break;case 11:c=0;d={};q=((b.charCodeAt(4)&255)<<8)+(b.charCodeAt(5)&255);if(0<q)for(c=((b.charCodeAt(6+2*q)&255)<<8)+(b.charCodeAt(7+2*q)&255),n=0;n<q;n++){var h=((b.charCodeAt(6+2*n)&255)<<8)+(b.charCodeAt(7+2*n)&255);d[h]=65535==h?"All Displays":"Display "+h}if(null!=a.onDisplayinfo)a.onDisplayinfo(a,d,c);break;case 14:a.touchenabled=1;a.TouchArray={};if(null!=a.onTouchEnabledChanged)a.onTouchEnabledChanged(a.touchenabled);
801
+break;case 15:a.TouchArray={};break;case 16:a.connectioncount=ReadInt(b,4);if(null!=a.onConnectCountChanged)a.onConnectCountChanged(a.connectioncount,a);break;case 17:if(null!=a.onMessage)a.onMessage(b.substring(4,m),a);break;case 65:if(b=b.substring(4),"."!=b[0]){if(console.log(b),null!=a.parent&&(a.parent.consoleMessage=b,a.parent.onConsoleMessageChange))a.parent.onConsoleMessageChange(a.parent,b)}else console.log("KVM: "+b.substring(1))}return m+v}}};a.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32};
802
+a.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6};a.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15};a.Alternate=0;var d={Pause:19,CapsLock:20,Space:32,Quote:222,Minus:189,NumpadMultiply:106,NumpadAdd:107,PrintScreen:44,Comma:188,NumpadSubtract:109,NumpadDecimal:110,Period:190,Slash:191,NumpadDivide:111,Semicolon:186,Equal:187,OSLeft:91,BracketLeft:219,OSRight:91,Backslash:220,BracketRight:221,ContextMenu:93,Backquote:192,NumLock:144,ScrollLock:145,Backspace:8,Tab:9,Enter:13,NumpadEnter:13,
803
+Escape:27,Delete:46,Home:36,PageUp:33,PageDown:34,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,End:35,Insert:45,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,ShiftLeft:16,ShiftRight:16,ControlLeft:17,ControlRight:17,AltLeft:18,AltRight:18,MetaLeft:91,MetaRight:92,VolumeMute:181};a.SendKeyMsg=function(b,c){if(null!=b)if(c||(c=window.event),c.code&&0==a.localKeyMap){var p;p=c;p=p.code.startsWith("Key")&&4==p.code.length?p.code.charCodeAt(3):p.code.startsWith("Digit")&&
804
+6==p.code.length?p.code.charCodeAt(5):p.code.startsWith("Numpad")&&7==p.code.length?p.code.charCodeAt(6)+48:d[p.code];null!=p&&a.SendKeyMsgKC(b,p)}else p=c.keyCode,59==p?p=186:173==p?p=189:61==p&&(p=187),a.SendKeyMsgKC(b,p)};a.SendMessage=function(b){3==a.State&&a.send(String.fromCharCode(0,17)+a.shortToStr(4+b.length)+b)};a.SendKeyMsgKC=function(b,c){if(3==a.State)if("object"==typeof b)for(var d in b)a.SendKeyMsgKC(b[d][0],b[d][1]);else a.send(String.fromCharCode(0,a.InputType.KEY,0,6,b-1,c))};a.sendcad=
805
+function(){a.SendCtrlAltDelMsg()};a.SendCtrlAltDelMsg=function(){3==a.State&&a.send(String.fromCharCode(0,a.InputType.CTRLALTDEL,0,4))};a.SendEscKey=function(){3==a.State&&a.send(String.fromCharCode(0,a.InputType.KEY,0,6,0,27,0,a.InputType.KEY,0,6,1,27))};a.SendStartMsg=function(){a.SendKeyMsgKC(a.KeyAction.EXDOWN,91);a.SendKeyMsgKC(a.KeyAction.EXUP,91)};a.SendCharmsMsg=function(){a.SendKeyMsgKC(a.KeyAction.EXDOWN,91);a.SendKeyMsgKC(a.KeyAction.DOWN,67);a.SendKeyMsgKC(a.KeyAction.UP,67);a.SendKeyMsgKC(a.KeyAction.EXUP,
806
+91)};a.SendTouchMsg1=function(b,c,d,q){3==a.State&&a.send(String.fromCharCode(0,a.InputType.TOUCH)+a.shortToStr(14)+String.fromCharCode(1,b)+a.intToStr(c)+a.shortToStr(d)+a.shortToStr(q))};a.SendTouchMsg2=function(b,c){var d="",q,n;for(n in a.TouchArray)n==b?q=c:1==a.TouchArray[n].f?(q=65542,a.TouchArray[n].f=3):q=2==a.TouchArray[n].f?262144:131078,d+=String.fromCharCode(n)+a.intToStr(q)+a.shortToStr(a.TouchArray[n].x)+a.shortToStr(a.TouchArray[n].y),2==a.TouchArray[n].f&&delete a.TouchArray[n];3==
807
+a.State&&a.send(String.fromCharCode(0,a.InputType.TOUCH)+a.shortToStr(5+d.length)+String.fromCharCode(2)+d);0==Object.keys(a.TouchArray).length&&null!=a.touchtimer&&(clearInterval(a.touchtimer),a.touchtimer=null)};a.SendMouseMsg=function(b,c){if(3==a.State&&null!=b&&null!=a.Canvas){c||(c=window.event);var d=a.Canvas.canvas.height/a.CanvasId.clientHeight,q=a.Canvas.canvas.width/a.CanvasId.clientWidth,n=a.GetPositionOfControl(a.Canvas.canvas),q=(c.pageX-n[0])*q,d=(c.pageY-n[1])*d;c.addx&&(q+=c.addx);
808
+c.addy&&(d+=c.addy);if(0<=q&&q<=a.Canvas.canvas.width&&0<=d&&d<=a.Canvas.canvas.height){var m=n=0;b==a.KeyAction.UP||b==a.KeyAction.DOWN?c.which?1==c.which?n=a.MouseButton.LEFT:2==c.which?n=a.MouseButton.MIDDLE:n=a.MouseButton.RIGHT:c.button&&(0==c.button?n=a.MouseButton.LEFT:1==c.button?n=a.MouseButton.MIDDLE:n=a.MouseButton.RIGHT):b==a.KeyAction.SCROLL&&(c.detail?m=-120*c.detail:c.wheelDelta&&(m=3*c.wheelDelta));var v="",v=b==a.KeyAction.DBLCLICK?String.fromCharCode(0,a.InputType.MOUSE,0,10,0,136,
809
+q/256&255,q&255,d/256&255,d&255):b==a.KeyAction.SCROLL?String.fromCharCode(0,a.InputType.MOUSE,0,12,0,0,q/256&255,q&255,d/256&255,d&255,m/256&255,m&255):String.fromCharCode(0,a.InputType.MOUSE,0,10,0,b==a.KeyAction.DOWN?n:2*n&255,q/256&255,q&255,d/256&255,d&255);a.Action==a.KeyAction.NONE?0==a.Alternate||a.ipad?(a.send(v),a.Alternate=1):a.Alternate=0:a.send(v)}}};a.GetDisplayNumbers=function(){a.send(String.fromCharCode(0,11,0,4))};a.SetDisplay=function(b){console.log("Set display",b);a.send(String.fromCharCode(0,
810
+12,0,6,b>>8,b&255))};a.intToStr=function(a){return String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255)};a.shortToStr=function(a){return String.fromCharCode(a>>8&255,a&255)};a.onResize=function(){if(0!=a.ScreenWidth&&0!=a.ScreenHeight&&(a.Canvas.canvas.width!=a.ScreenWidth||a.Canvas.canvas.height!=a.ScreenHeight)){if(a.FirstDraw&&(a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.onScreenSizeChange))a.onScreenSizeChange(a,
811
+a.ScreenWidth,a.ScreenHeight,a.CanvasId);a.FirstDraw=!1}};a.xxMouseInputGrab=!1;a.xxKeyInputGrab=!1;a.xxMouseMove=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.NONE,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxMouseUp=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.UP,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxMouseDown=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.DOWN,b);b.preventDefault&&
812
+b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxMouseDblClick=function(b){3==a.State&&a.SendMouseMsg(a.KeyAction.DBLCLICK,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxDOMMouseScroll=function(b){return 3==a.State?(a.SendMouseMsg(a.KeyAction.SCROLL,b),!1):!0};a.xxMouseWheel=function(b){return 3==a.State?(a.SendMouseMsg(a.KeyAction.SCROLL,b),!1):!0};a.xxKeyUp=function(b){3==a.State&&a.SendKeyMsg(a.KeyAction.UP,b);b.preventDefault&&
813
+b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxKeyDown=function(b){3==a.State&&a.SendKeyMsg(a.KeyAction.DOWN,b);b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1};a.xxKeyPress=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};a.handleKeys=function(b){return 1==a.stopInput||3!=desktop.State?!1:a.xxKeyPress(b)};a.handleKeyUp=function(b){if(1==a.stopInput||3!=desktop.State)return!1;if(5>a.firstUpKeys.length&&
814
+(a.firstUpKeys.push(b.keyCode),5==a.firstUpKeys.length)){var c=a.firstUpKeys.join(",");if("16,17,91,91,16"==c||"16,17,18,91,92"==c)a.stopInput=!0}16==b.keyCode&&(a.shiftPressed=!1);17==b.keyCode&&(a.ctrlPressed=!1);18==b.keyCode&&(a.altPressed=!1);return a.xxKeyUp(b)};a.handleKeyDown=function(b){if(1==a.stopInput||3!=desktop.State)return!1;16==b.keyCode&&(a.shiftPressed=!0);17==b.keyCode&&(a.ctrlPressed=!0);18==b.keyCode&&(a.altPressed=!0);return a.xxKeyDown(b)};a.handleReleaseKeys=function(){a.shiftPressed&&
815
+a.SendKeyMsgKC(a.KeyAction.UP,16);a.ctrlPressed&&a.SendKeyMsgKC(a.KeyAction.UP,17);a.altPressed&&a.SendKeyMsgKC(a.KeyAction.UP,18);a.shiftPressed=a.ctrlPressed=a.altPressed=!1};a.mousedblclick=function(b){return 1==a.stopInput?!1:a.xxMouseDblClick(b)};a.mousedown=function(b){return 1==a.stopInput?!1:a.xxMouseDown(b)};a.mouseup=function(b){return 1==a.stopInput?!1:a.xxMouseUp(b)};a.mousemove=function(b){return 1==a.stopInput?!1:a.xxMouseMove(b)};a.mousewheel=function(b){return 1==a.stopInput?!1:a.xxMouseWheel(b)};
816
+a.xxMsTouchEvent=function(b){if(4!=b.originalEvent.pointerType){b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();if("MSPointerDown"==b.type||"MSPointerMove"==b.type||"MSPointerUp"==b.type){var c=0,d=b.originalEvent.pointerId%256,q=Canvas.canvas.width/a.CanvasId.clientWidth*b.offsetX,n=Canvas.canvas.height/a.CanvasId.clientHeight*b.offsetY;"MSPointerDown"==b.type?c=65542:"MSPointerMove"==b.type?c=131078:"MSPointerUp"==b.type&&(c=262144);a.TouchArray[d]||(a.TouchArray[d]=
817
+{x:q,y:n});a.SendTouchMsg2(d,c);"MSPointerUp"==b.type&&delete a.TouchArray[d]}else alert(b.type);return!0}};a.xxTouchStart=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled){if(!(1<b.originalEvent.touches.length)){var c=b.originalEvent.touches[0];b.which=1;a.LastX=b.pageX=c.pageX;a.LastY=b.pageY=c.pageY;a.SendMouseMsg(KeyAction.DOWN,b)}}else{var c=a.GetPositionOfControl(Canvas.canvas),d;for(d in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[d].identifier){var q=
818
+b.originalEvent.changedTouches[d].identifier%256;a.TouchArray[q]||(a.TouchArray[q]={x:Canvas.canvas.width/a.CanvasId.clientWidth*(b.originalEvent.touches[d].pageX-c[0]),y:Canvas.canvas.height/a.CanvasId.clientHeight*(b.originalEvent.touches[d].pageY-c[1]),f:1})}0<Object.keys(a.TouchArray).length&&null==touchtimer&&(a.touchtimer=setInterval(function(){a.SendTouchMsg2(256,0)},50))}};a.xxTouchMove=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled){if(!(1<
819
+b.originalEvent.touches.length)){var c=b.originalEvent.touches[0];b.which=1;a.LastX=b.pageX=c.pageX;a.LastY=b.pageY=c.pageY;a.SendMouseMsg(a.KeyAction.NONE,b)}}else{var c=a.GetPositionOfControl(Canvas.canvas),d;for(d in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[d].identifier){var q=b.originalEvent.changedTouches[d].identifier%256;a.TouchArray[q]&&(a.TouchArray[q].x=a.Canvas.canvas.width/a.CanvasId.clientWidth*(b.originalEvent.touches[d].pageX-c[0]),a.TouchArray[q].y=a.Canvas.canvas.height/
820
+a.CanvasId.clientHeight*(b.originalEvent.touches[d].pageY-c[1]))}}};a.xxTouchEnd=function(b){if(3==a.State)if(b.preventDefault&&b.preventDefault(),0==a.touchenabled||1==a.touchenabled)1<b.originalEvent.touches.length||(b.which=1,b.pageX=LastX,b.pageY=LastY,a.SendMouseMsg(KeyAction.UP,b));else for(var c in b.originalEvent.changedTouches)if(b.originalEvent.changedTouches[c].identifier){var d=b.originalEvent.changedTouches[c].identifier%256;a.TouchArray[d]&&(a.TouchArray[d].f=2)}};a.GrabMouseInput=function(){if(1!=
821
+a.xxMouseInputGrab){var b=a.CanvasId;b.onmousemove=a.xxMouseMove;b.onmouseup=a.xxMouseUp;b.onmousedown=a.xxMouseDown;b.touchstart=a.xxTouchStart;b.touchmove=a.xxTouchMove;b.touchend=a.xxTouchEnd;b.MSPointerDown=a.xxMsTouchEvent;b.MSPointerMove=a.xxMsTouchEvent;b.MSPointerUp=a.xxMsTouchEvent;navigator.userAgent.match(/mozilla/i)?b.DOMMouseScroll=a.xxDOMMouseScroll:b.onmousewheel=a.xxMouseWheel;a.xxMouseInputGrab=!0}};a.UnGrabMouseInput=function(){if(0!=a.xxMouseInputGrab){var b=a.CanvasId;b.onmousemove=
822
+null;b.onmouseup=null;b.onmousedown=null;b.touchstart=null;b.touchmove=null;b.touchend=null;b.MSPointerDown=null;b.MSPointerMove=null;b.MSPointerUp=null;navigator.userAgent.match(/mozilla/i)?b.DOMMouseScroll=null:b.onmousewheel=null;a.xxMouseInputGrab=!1}};a.GrabKeyInput=function(){1!=a.xxKeyInputGrab&&(document.onkeyup=a.xxKeyUp,document.onkeydown=a.xxKeyDown,document.onkeypress=a.xxKeyPress,a.xxKeyInputGrab=!0)};a.UnGrabKeyInput=function(){0!=a.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=
823
+null,document.onkeypress=null,a.xxKeyInputGrab=!1)};a.GetPositionOfControl=function(a){var b=Array(2);for(b[0]=b[1]=0;a;)b[0]+=a.offsetLeft,b[1]+=a.offsetTop,a=a.offsetParent;return b};a.crotX=function(b,c){if(0==a.rotation)return b;if(1==a.rotation)return c;if(2==a.rotation)return a.Canvas.canvas.width-b;if(3==a.rotation)return a.Canvas.canvas.height-c};a.crotY=function(b,c){if(0==a.rotation)return c;if(1==a.rotation)return a.Canvas.canvas.width-b;if(2==a.rotation)return a.Canvas.canvas.height-c;
824
+if(3==a.rotation)return b};a.rotX=function(b,c){if(0==a.rotation||1==a.rotation)return b;if(2==a.rotation)return b-a.Canvas.canvas.width;if(3==a.rotation)return b-a.Canvas.canvas.height};a.rotY=function(b,c){if(0==a.rotation||3==a.rotation)return c;if(1==a.rotation)return c-a.Canvas.canvas.width;if(2==a.rotation)return c-a.Canvas.canvas.height};a.tcanvas=null;a.setRotation=function(b){for(;0>b;)b+=4;b%=4;if(b==a.rotation)return!0;var c=a.Canvas.canvas.width,d=a.Canvas.canvas.height;if(1==a.rotation||
825
+3==a.rotation)c=a.Canvas.canvas.height,d=a.Canvas.canvas.width;null==a.tcanvas&&(a.tcanvas=document.createElement("canvas"));var q=a.tcanvas.getContext("2d");q.setTransform(1,0,0,1,0,0);q.canvas.width=c;q.canvas.height=d;q.rotate(-90*a.rotation*Math.PI/180);0==a.rotation&&q.drawImage(a.Canvas.canvas,0,0);1==a.rotation&&q.drawImage(a.Canvas.canvas,-a.Canvas.canvas.width,0);2==a.rotation&&q.drawImage(a.Canvas.canvas,-a.Canvas.canvas.width,-a.Canvas.canvas.height);3==a.rotation&&q.drawImage(a.Canvas.canvas,
826
+0,-a.Canvas.canvas.height);if(0==a.rotation||2==a.rotation)a.Canvas.canvas.height=c,a.Canvas.canvas.width=d;if(1==a.rotation||3==a.rotation)a.Canvas.canvas.height=d,a.Canvas.canvas.width=c;a.Canvas.setTransform(1,0,0,1,0,0);a.Canvas.rotate(90*b*Math.PI/180);a.rotation=b;a.Canvas.drawImage(a.tcanvas,a.rotX(0,0),a.rotY(0,0));a.ScreenWidth=a.Canvas.canvas.width;a.ScreenHeight=a.Canvas.canvas.height;if(null!=a.onScreenSizeChange)a.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);return!0};
827
+a.MuchTheSame=function(a,b){return 4>Math.abs(a-b)};a.Debug=function(a){console.log(a)};a.getIEVersion=function(){var a=-1;"Microsoft Internet Explorer"==navigator.appName&&null!=/MSIE ([0-9]{1,}[.0-9]{0,})/.exec(navigator.userAgent)&&(a=parseFloat(RegExp.$1));return a};a.haltEvent=function(a){a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};return a},CreateKvmDataChannel=function(b,c,a){var d={};d.m=c;c.parent=d;d.webchannel=b;d.State=0;d.protocol=c.protocol;
828
+d.onStateChanged=null;d.onControlMsg=null;d.debugmode=0;d.keepalive=a;d.rtcKeepAlive=null;d.Start=function(){1==d.debugmode&&console.log("start");d.xxStateChange(3);d.webchannel.onmessage=d.xxOnMessage;d.rtcKeepAlive=setInterval(d.xxSendRtcKeepAlive,3E4)};var e=new FileReader,l=!1,p=[];e.readAsBinaryString?e.onload=function(a){d.xxOnSocketData(a.target.result);0==p.length?l=!1:e.readAsBinaryString(new Blob([p.shift()]))}:e.readAsArrayBuffer&&(e.onloadend=function(a){d.xxOnSocketData(a.target.result);
829
+0==p.length?l=!1:e.readAsArrayBuffer(p.shift())});d.xxOnMessage=function(a){if("string"==typeof a.data){if(null!=d.onControlMsg)d.onControlMsg(a.data)}else if("object"==typeof a.data)if(1==l)p.push(a.data);else if(e.readAsBinaryString)l=!0,e.readAsBinaryString(new Blob([a.data]));else if(f.readAsArrayBuffer)l=!0,e.readAsArrayBuffer(a.data);else{var b="";a=new Uint8Array(a.data);for(var c=a.byteLength,v=0;v<c;v++)b+=String.fromCharCode(a[v]);d.xxOnSocketData(b)}else d.xxOnSocketData(a.data)};d.xxOnSocketData=
830
+function(a){if(a){if("object"===typeof a){var b="";a=new Uint8Array(a);for(var c=a.byteLength,e=0;e<c;e++)b+=String.fromCharCode(a[e]);a=b}else if("string"!==typeof a)return;return d.m.ProcessData(a)}};d.sendCtrlMsg=function(a){"string"==typeof a&&(d.webchannel.send(a),urlvars&&urlvars.webrtctrace&&console.log("WebRTC-Send("+d.State+"): ",typeof a,a),null!=d.keepalive&&d.keepalive.sendKeepAlive())};d.send=function(a){if("string"==typeof a){for(var b=new Uint8Array(a.length),c=0;c<a.length;++c)b[c]=
831
+a.charCodeAt(c);a=b}urlvars&&urlvars.webrtctrace&&console.log("WebRTC-Send("+d.State+"): ",typeof a,a);d.webchannel.send(a)};d.xxStateChange=function(a){if(d.State!=a&&(d.State=a,d.m.xxStateChange(d.State),null!=d.onStateChanged))d.onStateChanged(d,d.State)};d.Stop=function(){1==d.debugmode&&console.log("stop");null!=d.rtcKeepAlive&&(clearInterval(d.rtcKeepAlive),d.rtcKeepAlive=null);d.xxStateChange(0)};d.xxSendRtcKeepAlive=function(){urlvars&&urlvars.webrtctrace&&console.log("WebRTC-SendKeepAlive()");
832
+d.sendCtrlMsg(JSON.stringify({action:"ping"}))};return d},CreateAmtRemoteTerminal=function(b,c){function a(b){if("\x00"!=b&&7!=b.charCodeAt()){var c=b.charCodeAt();1==q.terminalEmulation?0!=(c&128)&&(b=String.fromCharCode(U[c&127])):2==q.terminalEmulation&&0!=(c&128)&&(b=String.fromCharCode(r[c&127]));switch(c){case 16:b=" ";break;case 24:b="\u2191";break;case 25:b="\u2193"}B>q.width&&(B=q.width);k>q.height-1&&(k=q.height-1);switch(b){case "\b":0<B&&(B--,D&&d(" "));break;case "\t":b=8-B%8;for(c=0;c<
833
+b;c++)a(" ");break;case "\n":k++;k>y[1]&&(q.recordLineTobackBuffer(0),p(1),k=y[1]);q.lineFeed="\r";B=0;break;case "\r":B=0;break;default:B>=q.width&&(B=0,z&&k++,k>=q.height-1&&(p(1),k=q.height-1)),d(b),B++}}}function d(a){H[k][B]=a;F[k][B]=(v<<6)+(h<<12)+m}function e(){for(var a=(v<<6)+(h<<12)+m,b=B;b<q.width;b++)H[k][b]=" ",F[k][b]=a}function l(a){for(var b=(v<<6)+(h<<12)+m,c=0;c<q.width;c++)H[a][c]=" ",F[a][c]=b}function p(a){var b;for(b=y[0];b<=y[1]-a;b++)H[b]=H[b+a],F[b]=F[b+a];for(b=y[1]-a+1;b<=
834
+y[1];b++)for(H[b]=[],F[b]=[],a=0;a<q.width;a++)H[b][a]=" ",F[b][a]=448}var q={};q.DivId=b;q.DivElement=document.getElementById(b);q.protocol=1;c&&c.protocol&&(q.protocol=c.protocol);q.terminalEmulation=1;q.fxEmulation=0;q.lineFeed="\r\n";q.debugmode=0;q.width=80;q.height=25;q.heightLock=0;var n="000000 BB0000 00BB00 BBBB00 0000BB BB00BB 00BBBB BBBBBB 555555 FF5555 55FF55 FFFF55 5555FF FF55FF 55FFFF FFFFFF".split(" "),m=0,v=7,h=0,z=!0,B=0,k=0,g=0,J=0,u=0,C=[],x=0,w=0,F=[],H=[],D=!1,A=!0,y,E=!1,L=[];
835
+q.title=null;q.onTitleChange=null;q.Start=function(){};q.Init=function(a,b){q.width=a?a:80;q.height=b?b:25;for(var c=0;c<q.height;c++){H[c]=[];F[c]=[];for(var d=0;d<q.width;d++)H[c][d]=" ",F[c][d]=448}q.TermInit();q.TermDraw()};q.xxStateChange=function(a){3==a&&null!=c&&1==c.xterm&&q.TermSendKeys("stty rows "+q.height+" cols "+q.width+"\nclear\n")};q.ProcessData=function(b){2==q.debugmode&&console.log("TRecv("+b.length+"): "+rstr2hex(b));0==q.terminalEmulation&&(b=decode_utf8(b));null!=q.capture&&
836
+(q.capture+=b);for(var c=0;c<b.length;c++){var d=String.fromCharCode(b.charCodeAt(c)),n=b.charCodeAt(c);switch(u){case 0:switch(n){case 27:u=1;C=[];w=x=0;break;default:a(d)}break;case 1:switch(d){case "[":u=2;break;case "(":u=4;break;case ")":u=5;break;case "]":u=6;break;case "=":E=!0;u=0;break;case ">":E=!1;u=0;break;case "7":g=B;J=k;u=0;break;case "8":B=g;k=J;u=0;break;case "M":for(n=y[1];n>=y[0]+1;n--)for(var p=0;p<q.width;p++)H[n][p]=H[n-1][p],F[n][p]=F[n-1][p];for(n=y[0]+1-1;n>y[0]-1;n--)for(p=
837
+0;p<q.width;p++)H[n][p]=" ",F[n][p]=448;u=0;break;default:console.log("unknown terminal short code",d),u=0}break;case 2:if("0"<=d&&"9">=d){C[x]=C[x]?10*C[x]+(d-0):d-0;break}else if(";"==d){x++;break}else if("?"==d){w=1;break}else{C[0]||(C[0]=0);var n=C,p=x+1,r=w;if(1==r)switch(d){case "l":25==n[0]&&(A=!1);break;case "h":25==n[0]&&(A=!0)}else if(0==r){var D=void 0;switch(d){case "c":q.TermResetScreen();break;case "A":1==p&&(0==n[0]?k--:k-=n[0],0>k&&(k=0));break;case "B":1==p&&(0==n[0]?k++:k+=n[0],
838
+k>q.height&&(k=q.height));break;case "C":1==p&&(0==n[0]?B++:B+=n[0],B>q.width&&(B=q.width));break;case "D":1==p&&(0==n[0]?B--:B-=n[0],0>B&&(B=0));break;case "d":1==p&&(k=n[0]-1,k>q.height&&(k=q.height),0>k&&(k=0));break;case "G":1==p&&(B=n[0]-1,0>B&&(B=0),B>q.width-1&&(B=q.width-1));break;case "P":d=1;1==p&&(d=n[0]);for(D=B;D<q.width-d;D++)H[k][D]=H[k][D+d],F[k][D]=F[k][D+d];for(D=q.width-d;D<q.width;D++)H[k][D]=" ",F[k][D]=448;break;case "L":D=1;1==p&&(D=n[0]);0==D&&(D=1);for(n=y[1];n>=k+D;n--)H[n]=
839
+H[n-D],F[n]=F[n-D];for(n=k;n<k+D;n++)for(H[n]=[],F[n]=[],d=0;d<q.width;d++)H[n][d]=" ",F[n][d]=448;break;case "J":if(1==p&&2==n[0])q.TermClear((h<<12)+(v<<6)),k=B=0,L=[];else if(0==p||1==p&&0==n[0])for(e(),D=k+1;D<q.height;D++)l(D);else if(1==p&&1==n[0])for(e(),D=0;D<k-1;D++)l(D);break;case "H":2==p?(1>n[0]&&(n[0]=1),1>n[1]&&(n[1]=1),n[0]>q.height&&(n[0]=q.height),n[1]>q.width&&(n[1]=q.width),k=n[0]-1,B=n[1]-1):B=k=0;break;case "m":for(D=0;D<p;D++)n[D]&&0!=n[D]?1==n[D]?8>v&&(v+=8):2==n[D]||22==n[D]?
840
+8<=v&&(v-=8):7==n[D]?m=2:27==n[D]?m=0:30<=n[D]&&37>=n[D]?(d=8<=v,v=n[D]-30,d&&8>=v&&(v+=8)):40<=n[D]&&47>=n[D]?h=n[D]-40:90<=n[D]&&99>=n[D]?v=n[D]-82:100<=n[D]&&109>=n[D]&&(h=n[D]-92):(h=0,v=7,m=0);break;case "K":if(0!=p&&(1!=p||n[0]&&0!=n[0])){if(1==p)if(1==n[0])for(n=(v<<6)+(h<<12)+m,p=0;p<B;p++)H[k][p]=" ",F[k][p]=n;else 2==n[0]&&l(k)}else e();break;case "h":z=!0;break;case "l":z=!1;break;case "r":2==p&&(y=[n[0]-1,n[1]-1]);0>y[0]&&(y[0]=0);y[0]>q.height-1&&(y[0]=q.height-1);0>y[1]&&(y[1]=0);y[1]>
841
+q.height-1&&(y[1]=q.height-1);y[0]>y[1]&&(y[0]=y[1]);break;case "S":d=1;1==p&&(d=n[0]);for(n=y[0];n<=y[1]-d;n++)for(p=0;p<q.width;p++)H[n][p]=H[n+d][p],F[n][p]=F[n+d][p];for(n=y[1]-d+1;n<y[1];n++)for(p=0;p<q.width;p++)H[n][p]=" ",F[n][p]=448;break;case "M":d=1;1==p&&(d=n[0]);for(n=k;n<=y[1]-d;n++)for(p=0;p<q.width;p++)H[n][p]=H[n+d][p],F[n][p]=F[n+d][p];for(n=y[1]-d+1;n<y[1];n++)for(p=0;p<q.width;p++)H[n][p]=" ",F[n][p]=448;break;case "T":d=1;1==p&&(d=n[0]);for(n=y[1];n>y[0]+d;n--)for(p=0;p<q.width;p++)H[n][p]=
842
+H[n-d][p],F[n][p]=F[n-d][p];for(n=y[0]+d;n>y[0];n--)for(p=0;p<q.width;p++)H[n][p]=" ",F[n][p]=448;break;case "X":d=1;for(1==p&&(d=n[0]);0<d&&0<B;)H[k][B]=" ",B--,d--;break;default:console.log("unknown terminal code",d,n,r)}}u=0}break;case 4:u=0;break;case 5:u=0;break;case 6:if(n=d.charCodeAt(0),";"==d)x++;else if(7==n){n=C;if(0!=n.length&&(p=parseInt(n[0]),(0==p||2==p)&&1<n.length&&"?"!=n[1]&&q.onTitleChange))q.onTitleChange(q,q.title=n[1]);u=0}else C[x]=C[x]?C[x]+d:d}}q.TermDraw()};q.ProcessVt100String=
843
+function(b){for(var c=0;c<b.length;c++)a(String.fromCharCode(b.charCodeAt(c)))};var U=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,171,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,
844
+9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160],r=[199,252,233,226,228,224,229,231,234,235,232,239,238,236,196,197,201,230,198,244,246,242,251,249,255,214,220,162,163,165,8359,402,225,237,243,250,241,209,170,218,191,8976,172,189,188,161,174,187,9619,9618,9617,9474,9508,9569,9570,9558,9557,9571,9553,9559,9565,9564,9563,9488,9492,9524,9516,9500,9472,9532,9566,9567,9562,9556,9577,9574,9568,
845
+9552,9580,9575,9576,9572,9573,9576,9560,9554,9555,9579,9578,9496,9484,9608,9604,9611,9616,9600,945,223,915,960,931,963,181,964,966,952,8486,948,8734,248,949,8719,8801,177,8805,8806,8992,8993,247,8776,176,8226,183,8730,8319,178,8718,160];q.TermClear=function(a){for(var b=0;b<q.height;b++)for(var c=0;c<q.width;c++)H[b][c]=" ",F[b][c]=a;L=[]};q.TermResetScreen=function(){m=0;v=7;h=0;z=A=!0;B=k=0;D=!1;y=[0,q.height-1];E=!1;q.TermClear(448)};q.TermSendKeys=function(a){2==q.debugmode&&console.log("TSend("+
846
+a.length+"): "+rstr2hex(a),a);q.parent&&q.parent.Send(a)};q.TermSendKey=function(a){2==q.debugmode&&console.log("TSend(1): "+rstr2hex(String.fromCharCode(a)),a);q.parent&&q.parent.Send(String.fromCharCode(a))};q.TermHandleKeys=function(a){if(!a.ctrlKey)return 127==a.which?q.TermSendKey(8):13==a.which?q.TermSendKeys(q.lineFeed):0!=a.which&&q.TermSendKey(a.which),!1;a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation()};q.TermHandleKeyUp=function(a){if(8!=a.which&&32!=a.which&&
847
+9!=a.which)return!0;a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1};q.TermHandleKeyDown=function(a){if(65<=a.which&&90>=a.which&&1==a.ctrlKey)q.TermSendKey(a.which-64),a.preventDefault&&a.preventDefault(),a.stopPropagation&&a.stopPropagation();else{if(27==a.which)return q.TermSendKeys(String.fromCharCode(27)),!0;if(1==E){if(37==a.which)return q.TermSendKeys(String.fromCharCode(27,79,68)),!0;if(38==a.which)return q.TermSendKeys(String.fromCharCode(27,79,65)),!0;
848
+if(39==a.which)return q.TermSendKeys(String.fromCharCode(27,79,67)),!0;if(40==a.which)return q.TermSendKeys(String.fromCharCode(27,79,66)),!0}else{if(37==a.which)return q.TermSendKeys(String.fromCharCode(27,91,68)),!0;if(38==a.which)return q.TermSendKeys(String.fromCharCode(27,91,65)),!0;if(39==a.which)return q.TermSendKeys(String.fromCharCode(27,91,67)),!0;if(40==a.which)return q.TermSendKeys(String.fromCharCode(27,91,66)),!0}if(33==a.which)return q.TermSendKeys(String.fromCharCode(27,91,53,126)),
849
+!0;if(34==a.which)return q.TermSendKeys(String.fromCharCode(27,91,54,126)),!0;if(35==a.which)return q.TermSendKeys(String.fromCharCode(27,91,70)),!0;if(36==a.which)return q.TermSendKeys(String.fromCharCode(27,91,72)),!0;if(45==a.which)return q.TermSendKeys(String.fromCharCode(27,91,50,126)),!0;if(46==a.which)return q.TermSendKeys(String.fromCharCode(27,91,51,126)),!0;if(9==a.which)return q.TermSendKeys("\t"),a.preventDefault&&a.preventDefault(),a.stopPropagation&&a.stopPropagation(),!0;var b=[80,
850
+81,119,120,116,117,113,114,112,77],c=[49,50,51,52,53,54,55,56,57,48,33,64],d=[80,81,82,83,84,85,86,87,88,89,90,91];if(111<a.which&124>a.which&&0==a.repeat){if(0==q.fxEmulation&&122>a.which)return q.TermSendKeys(String.fromCharCode(27,91,79,b[a.which-112])),!0;if(1==q.fxEmulation)return q.TermSendKeys(String.fromCharCode(27,c[a.which-112])),!0;if(2==q.fxEmulation)return q.TermSendKeys(String.fromCharCode(27,79,d[a.which-112])),!0}if(8!=a.which&&32!=a.which&&9!=a.which)return!0;q.TermSendKey(a.which);
851
+a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();return!1}};q.recordLineTobackBuffer=function(a){var b;b=q.TermDrawLine("",a,"");a=b[0];b=b[1];L.push(a+b+"<br>")};q.TermDrawLine=function(a,b,c){for(var d,e=1,g,h=0;h<q.width;++h)switch(d=F[b][h],B==h&&k==b&&A&&(d|=2),d!=e&&(a+=c,c="",e=6,g=12,d&2&&(e=12,g=6),a+='<span style="color:#'+n[d>>e&63]+";background-color:#"+n[d>>g&63],d&1&&(a+=";text-decoration:underline"),a+=';">',c="</span>"+c,e=d),d=H[b][h],d){case "&":a+="&";
852
+break;case "<":a+="<";break;case ">":a+=">";break;case " ":a+=" ";break;default:a+=d}return[a,c]};q.TermDraw=function(){for(var a="",b="",c=0;c<q.height;++c)a=q.TermDrawLine(b,c,a),b=a[0],a=a[1],c!=q.height-1&&(b+="<br>");800<L.length&&(L=L.slice(L.length-800));c=L.join("");q.DivElement.innerHTML="<font size='4'><b>"+c+b+a+"</b></font>";q.DivElement.scrollTop=q.DivElement.scrollHeight};q.TermInit=function(){q.TermResetScreen()};null!=c&&null!=c.width&&null!=c.height?q.Init(c.width,c.height):
853
+q.Init();return q},ZLIB=ZLIB||{};
854
"undefined"===typeof ZLIB.common_initialized&&(ZLIB.Z_NO_FLUSH=0,ZLIB.Z_PARTIAL_FLUSH=1,ZLIB.Z_SYNC_FLUSH=2,ZLIB.Z_FULL_FLUSH=3,ZLIB.Z_FINISH=4,ZLIB.Z_BLOCK=5,ZLIB.Z_TREES=6,ZLIB.Z_OK=0,ZLIB.Z_STREAM_END=1,ZLIB.Z_NEED_DICT=2,ZLIB.Z_ERRNO=-1,ZLIB.Z_STREAM_ERROR=-2,ZLIB.Z_DATA_ERROR=-3,ZLIB.Z_MEM_ERROR=-4,ZLIB.Z_BUF_ERROR=-5,ZLIB.Z_VERSION_ERROR=-6,ZLIB.Z_DEFLATED=8,ZLIB.z_stream=function(){this.total_out=this.avail_out=this.next_out=this.total_in=this.avail_in=this.next_in=0;this.state=this.msg=null;
855
this.adler=this.data_type=0;this.output_data=this.input_data="";this.error=0;this.checksum_function=null},ZLIB.gz_header=function(){this.xflags=this.time=this.text=0;this.os=255;this.extra=null;this.extra_max=this.extra_len=0;this.name=null;this.name_max=0;this.comment=null;this.done=this.hcrc=this.comm_max=0},ZLIB.common_initialized=!0);"undefined"===typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-inflate.js");
846
-(function(){function b(a,b){var c=a.next,d=2==b?a.distbits:a.lenbits,e=a.work,g=a.lens,h=2==b?a.nlen:0,k=a.codes,l;l=1==b?a.nlen:2==b?a.ndist:19;var m,n,p,r,v,z,y,B,F,G,H,J,X,da,fa,ga,ha,O,K=Array(16);v=Array(16);for(m=0;15>=m;m++)K[m]=0;for(n=0;n<l;n++)K[g[h+n]]++;r=d;for(p=15;1<=p&&0==K[p];p--);r>p&&(r=p);if(0==p)return J={op:64,bits:1,val:0},k[c++]=J,k[c++]=J,2==b?a.distbits=1:a.lenbits=1,a.next=c,0;for(d=1;d<p&&0==K[d];d++);r<d&&(r=d);for(m=z=1;15>=m;m++)if(z<<=1,z-=K[m],0>z)return-1;if(0<z&&
847
-(0==b||1!=p))return a.next=c,-1;v[1]=0;for(m=1;15>m;m++)v[m+1]=v[m]+K[m];for(n=0;n<l;n++)0!=g[h+n]&&(e[v[g[h+n]]++]=n);switch(b){case 0:da=ga=e;ha=fa=0;O=19;break;case 1:da=I;fa=-257;ga=u;ha=-257;O=256;break;default:da=D,ga=w,ha=fa=0,O=-1}n=B=0;m=d;X=c;l=r;v=0;G=-1;y=1<<r;H=y-1;if(1==b&&852<=y||2==b&&592<=y)return a.next=c,1;for(;;){J={op:0,bits:m-v,val:0};e[n]<O?J.val=e[n]:e[n]>O?(J.op=ga[ha+e[n]],J.val=da[fa+e[n]]):J.op=96;z=1<<m-v;d=F=1<<l;do F-=z,k[X+(B>>>v)+F]=J;while(0!=F);for(z=1<<m-1;B&z;)z>>>=
848
-1;0!=z?(B&=z-1,B+=z):B=0;n++;if(0==--K[m]){if(m==p)break;m=g[h+e[n]]}if(m>r&&(B&H)!=G){0==v&&(v=r);X+=d;l=m-v;for(z=1<<l;l+v<p;){z-=K[l+v];if(0>=z)break;l++;z<<=1}y+=1<<l;if(1==b&&852<=y||2==b&&592<=y)return a.next=c,1;G=B&H;k[c+G]={op:l,bits:r,val:X-c}}}0!=B&&(k[X+B]={op:64,bits:m-v,val:0});a.next=c+y;2==b?a.distbits=r:a.lenbits=r;return 0}function c(a){var b,c=Array(a);for(b=0;b<a;b++)c[b]=0;return c}function a(a,b,c){return a&&b in a?a[b]:c}function d(){return 0}function e(){var a;this.total=this.check=
849
-this.dmax=this.flags=this.havedict=this.wrap=this.last=this.mode=0;this.head=null;this.wnext=this.whave=this.wsize=this.wbits=0;this.window=null;this.next=this.have=this.ndist=this.nlen=this.ncode=this.distbits=this.lenbits=this.distcode=this.lencode=this.extra=this.offset=this.length=this.bits=this.hold=0;this.lens=c(320);this.work=c(288);this.codes=Array(1444);var b={op:0,bits:0,val:0};for(a=0;1444>a;a++)this.codes[a]=b;this.was=this.back=this.sane=0}function p(a){var b;y||(y=eval("([ {op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16},{op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48}, {op:0,bits:9,val:192},{op:16,bits:7,val:10},{op:0,bits:8,val:96},{op:0,bits:8,val:32},{op:0,bits:9,val:160},{op:0,bits:8,val:0},{op:0,bits:8,val:128}, {op:0,bits:8,val:64},{op:0,bits:9,val:224},{op:16,bits:7,val:6},{op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:144},{op:19,bits:7,val:59}, {op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:208},{op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:176}, {op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72},{op:0,bits:9,val:240},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20}, {op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116},{op:0,bits:8,val:52},{op:0,bits:9,val:200},{op:17,bits:7,val:13},{op:0,bits:8,val:100}, {op:0,bits:8,val:36},{op:0,bits:9,val:168},{op:0,bits:8,val:4},{op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:232},{op:16,bits:7,val:8}, {op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:152},{op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:216}, {op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44},{op:0,bits:9,val:184},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76}, {op:0,bits:9,val:248},{op:16,bits:7,val:3},{op:0,bits:8,val:82},{op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114}, {op:0,bits:8,val:50},{op:0,bits:9,val:196},{op:17,bits:7,val:11},{op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:164},{op:0,bits:8,val:2}, {op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:228},{op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:148}, {op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58},{op:0,bits:9,val:212},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42}, {op:0,bits:9,val:180},{op:0,bits:8,val:10},{op:0,bits:8,val:138},{op:0,bits:8,val:74},{op:0,bits:9,val:244},{op:16,bits:7,val:5},{op:0,bits:8,val:86}, {op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:204},{op:17,bits:7,val:15}, {op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:172},{op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:236}, {op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30},{op:0,bits:9,val:156},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62}, {op:0,bits:9,val:220},{op:18,bits:7,val:27},{op:0,bits:8,val:110},{op:0,bits:8,val:46},{op:0,bits:9,val:188},{op:0,bits:8,val:14},{op:0,bits:8,val:142}, {op:0,bits:8,val:78},{op:0,bits:9,val:252},{op:96,bits:7,val:0},{op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31}, {op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:194},{op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:162}, {op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65},{op:0,bits:9,val:226},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25}, {op:0,bits:9,val:146},{op:19,bits:7,val:59},{op:0,bits:8,val:121},{op:0,bits:8,val:57},{op:0,bits:9,val:210},{op:17,bits:7,val:17},{op:0,bits:8,val:105}, {op:0,bits:8,val:41},{op:0,bits:9,val:178},{op:0,bits:8,val:9},{op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:242},{op:16,bits:7,val:4}, {op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258},{op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:202}, {op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37},{op:0,bits:9,val:170},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69}, {op:0,bits:9,val:234},{op:16,bits:7,val:8},{op:0,bits:8,val:93},{op:0,bits:8,val:29},{op:0,bits:9,val:154},{op:20,bits:7,val:83},{op:0,bits:8,val:125}, {op:0,bits:8,val:61},{op:0,bits:9,val:218},{op:18,bits:7,val:23},{op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:186},{op:0,bits:8,val:13}, {op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:250},{op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195}, {op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51},{op:0,bits:9,val:198},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35}, {op:0,bits:9,val:166},{op:0,bits:8,val:3},{op:0,bits:8,val:131},{op:0,bits:8,val:67},{op:0,bits:9,val:230},{op:16,bits:7,val:7},{op:0,bits:8,val:91}, {op:0,bits:8,val:27},{op:0,bits:9,val:150},{op:20,bits:7,val:67},{op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:214},{op:18,bits:7,val:19}, {op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:182},{op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:246}, {op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55}, {op:0,bits:9,val:206},{op:17,bits:7,val:15},{op:0,bits:8,val:103},{op:0,bits:8,val:39},{op:0,bits:9,val:174},{op:0,bits:8,val:7},{op:0,bits:8,val:135}, {op:0,bits:8,val:71},{op:0,bits:9,val:238},{op:16,bits:7,val:9},{op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:158},{op:20,bits:7,val:99}, {op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:222},{op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:190}, {op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79},{op:0,bits:9,val:254},{op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16}, {op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48},{op:0,bits:9,val:193},{op:16,bits:7,val:10},{op:0,bits:8,val:96}, {op:0,bits:8,val:32},{op:0,bits:9,val:161},{op:0,bits:8,val:0},{op:0,bits:8,val:128},{op:0,bits:8,val:64},{op:0,bits:9,val:225},{op:16,bits:7,val:6}, {op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:145},{op:19,bits:7,val:59},{op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:209}, {op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:177},{op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72}, {op:0,bits:9,val:241},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20},{op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116}, {op:0,bits:8,val:52},{op:0,bits:9,val:201},{op:17,bits:7,val:13},{op:0,bits:8,val:100},{op:0,bits:8,val:36},{op:0,bits:9,val:169},{op:0,bits:8,val:4}, {op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:233},{op:16,bits:7,val:8},{op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:153}, {op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:217},{op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44}, {op:0,bits:9,val:185},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76},{op:0,bits:9,val:249},{op:16,bits:7,val:3},{op:0,bits:8,val:82}, {op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114},{op:0,bits:8,val:50},{op:0,bits:9,val:197},{op:17,bits:7,val:11}, {op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:165},{op:0,bits:8,val:2},{op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:229}, {op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:149},{op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58}, {op:0,bits:9,val:213},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42},{op:0,bits:9,val:181},{op:0,bits:8,val:10},{op:0,bits:8,val:138}, {op:0,bits:8,val:74},{op:0,bits:9,val:245},{op:16,bits:7,val:5},{op:0,bits:8,val:86},{op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51}, {op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:205},{op:17,bits:7,val:15},{op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:173}, {op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:237},{op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30}, {op:0,bits:9,val:157},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62},{op:0,bits:9,val:221},{op:18,bits:7,val:27},{op:0,bits:8,val:110}, {op:0,bits:8,val:46},{op:0,bits:9,val:189},{op:0,bits:8,val:14},{op:0,bits:8,val:142},{op:0,bits:8,val:78},{op:0,bits:9,val:253},{op:96,bits:7,val:0}, {op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31},{op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:195}, {op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:163},{op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65}, {op:0,bits:9,val:227},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25},{op:0,bits:9,val:147},{op:19,bits:7,val:59},{op:0,bits:8,val:121}, {op:0,bits:8,val:57},{op:0,bits:9,val:211},{op:17,bits:7,val:17},{op:0,bits:8,val:105},{op:0,bits:8,val:41},{op:0,bits:9,val:179},{op:0,bits:8,val:9}, {op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:243},{op:16,bits:7,val:4},{op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258}, {op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:203},{op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37}, {op:0,bits:9,val:171},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69},{op:0,bits:9,val:235},{op:16,bits:7,val:8},{op:0,bits:8,val:93}, {op:0,bits:8,val:29},{op:0,bits:9,val:155},{op:20,bits:7,val:83},{op:0,bits:8,val:125},{op:0,bits:8,val:61},{op:0,bits:9,val:219},{op:18,bits:7,val:23}, {op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:187},{op:0,bits:8,val:13},{op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:251}, {op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195},{op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51}, {op:0,bits:9,val:199},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35},{op:0,bits:9,val:167},{op:0,bits:8,val:3},{op:0,bits:8,val:131}, {op:0,bits:8,val:67},{op:0,bits:9,val:231},{op:16,bits:7,val:7},{op:0,bits:8,val:91},{op:0,bits:8,val:27},{op:0,bits:9,val:151},{op:20,bits:7,val:67}, {op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:215},{op:18,bits:7,val:19},{op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:183}, {op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:247},{op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23}, {op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55},{op:0,bits:9,val:207},{op:17,bits:7,val:15},{op:0,bits:8,val:103}, {op:0,bits:8,val:39},{op:0,bits:9,val:175},{op:0,bits:8,val:7},{op:0,bits:8,val:135},{op:0,bits:8,val:71},{op:0,bits:9,val:239},{op:16,bits:7,val:9}, {op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:159},{op:20,bits:7,val:99},{op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:223}, {op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:191},{op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79}, {op:0,bits:9,val:255}])"));
856
+(function(){function b(a,b){var c=a.next,d=2==b?a.distbits:a.lenbits,e=a.work,g=a.lens,k=2==b?a.nlen:0,h=a.codes,l;l=1==b?a.nlen:2==b?a.ndist:19;var m,n,p,q,v,w,z,B,F,H,G,I,X,da,fa,ga,ha,O,K=Array(16);v=Array(16);for(m=0;15>=m;m++)K[m]=0;for(n=0;n<l;n++)K[g[k+n]]++;q=d;for(p=15;1<=p&&0==K[p];p--);q>p&&(q=p);if(0==p)return I={op:64,bits:1,val:0},h[c++]=I,h[c++]=I,2==b?a.distbits=1:a.lenbits=1,a.next=c,0;for(d=1;d<p&&0==K[d];d++);q<d&&(q=d);for(m=w=1;15>=m;m++)if(w<<=1,w-=K[m],0>w)return-1;if(0<w&&
857
+(0==b||1!=p))return a.next=c,-1;v[1]=0;for(m=1;15>m;m++)v[m+1]=v[m]+K[m];for(n=0;n<l;n++)0!=g[k+n]&&(e[v[g[k+n]]++]=n);switch(b){case 0:da=ga=e;ha=fa=0;O=19;break;case 1:da=J;fa=-257;ga=u;ha=-257;O=256;break;default:da=C,ga=x,ha=fa=0,O=-1}n=B=0;m=d;X=c;l=q;v=0;H=-1;z=1<<q;G=z-1;if(1==b&&852<=z||2==b&&592<=z)return a.next=c,1;for(;;){I={op:0,bits:m-v,val:0};e[n]<O?I.val=e[n]:e[n]>O?(I.op=ga[ha+e[n]],I.val=da[fa+e[n]]):I.op=96;w=1<<m-v;d=F=1<<l;do F-=w,h[X+(B>>>v)+F]=I;while(0!=F);for(w=1<<m-1;B&w;)w>>>=
858
+1;0!=w?(B&=w-1,B+=w):B=0;n++;if(0==--K[m]){if(m==p)break;m=g[k+e[n]]}if(m>q&&(B&G)!=H){0==v&&(v=q);X+=d;l=m-v;for(w=1<<l;l+v<p;){w-=K[l+v];if(0>=w)break;l++;w<<=1}z+=1<<l;if(1==b&&852<=z||2==b&&592<=z)return a.next=c,1;H=B&G;h[c+H]={op:l,bits:q,val:X-c}}}0!=B&&(h[X+B]={op:64,bits:m-v,val:0});a.next=c+z;2==b?a.distbits=q:a.lenbits=q;return 0}function c(a){var b,c=Array(a);for(b=0;b<a;b++)c[b]=0;return c}function a(a,b,c){return a&&b in a?a[b]:c}function d(){return 0}function e(){var a;this.total=this.check=
859
+this.dmax=this.flags=this.havedict=this.wrap=this.last=this.mode=0;this.head=null;this.wnext=this.whave=this.wsize=this.wbits=0;this.window=null;this.next=this.have=this.ndist=this.nlen=this.ncode=this.distbits=this.lenbits=this.distcode=this.lencode=this.extra=this.offset=this.length=this.bits=this.hold=0;this.lens=c(320);this.work=c(288);this.codes=Array(1444);var b={op:0,bits:0,val:0};for(a=0;1444>a;a++)this.codes[a]=b;this.was=this.back=this.sane=0}function l(a){var b;w||(w=eval("([ {op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16},{op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48}, {op:0,bits:9,val:192},{op:16,bits:7,val:10},{op:0,bits:8,val:96},{op:0,bits:8,val:32},{op:0,bits:9,val:160},{op:0,bits:8,val:0},{op:0,bits:8,val:128}, {op:0,bits:8,val:64},{op:0,bits:9,val:224},{op:16,bits:7,val:6},{op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:144},{op:19,bits:7,val:59}, {op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:208},{op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:176}, {op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72},{op:0,bits:9,val:240},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20}, {op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116},{op:0,bits:8,val:52},{op:0,bits:9,val:200},{op:17,bits:7,val:13},{op:0,bits:8,val:100}, {op:0,bits:8,val:36},{op:0,bits:9,val:168},{op:0,bits:8,val:4},{op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:232},{op:16,bits:7,val:8}, {op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:152},{op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:216}, {op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44},{op:0,bits:9,val:184},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76}, {op:0,bits:9,val:248},{op:16,bits:7,val:3},{op:0,bits:8,val:82},{op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114}, {op:0,bits:8,val:50},{op:0,bits:9,val:196},{op:17,bits:7,val:11},{op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:164},{op:0,bits:8,val:2}, {op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:228},{op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:148}, {op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58},{op:0,bits:9,val:212},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42}, {op:0,bits:9,val:180},{op:0,bits:8,val:10},{op:0,bits:8,val:138},{op:0,bits:8,val:74},{op:0,bits:9,val:244},{op:16,bits:7,val:5},{op:0,bits:8,val:86}, {op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:204},{op:17,bits:7,val:15}, {op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:172},{op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:236}, {op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30},{op:0,bits:9,val:156},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62}, {op:0,bits:9,val:220},{op:18,bits:7,val:27},{op:0,bits:8,val:110},{op:0,bits:8,val:46},{op:0,bits:9,val:188},{op:0,bits:8,val:14},{op:0,bits:8,val:142}, {op:0,bits:8,val:78},{op:0,bits:9,val:252},{op:96,bits:7,val:0},{op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31}, {op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:194},{op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:162}, {op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65},{op:0,bits:9,val:226},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25}, {op:0,bits:9,val:146},{op:19,bits:7,val:59},{op:0,bits:8,val:121},{op:0,bits:8,val:57},{op:0,bits:9,val:210},{op:17,bits:7,val:17},{op:0,bits:8,val:105}, {op:0,bits:8,val:41},{op:0,bits:9,val:178},{op:0,bits:8,val:9},{op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:242},{op:16,bits:7,val:4}, {op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258},{op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:202}, {op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37},{op:0,bits:9,val:170},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69}, {op:0,bits:9,val:234},{op:16,bits:7,val:8},{op:0,bits:8,val:93},{op:0,bits:8,val:29},{op:0,bits:9,val:154},{op:20,bits:7,val:83},{op:0,bits:8,val:125}, {op:0,bits:8,val:61},{op:0,bits:9,val:218},{op:18,bits:7,val:23},{op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:186},{op:0,bits:8,val:13}, {op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:250},{op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195}, {op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51},{op:0,bits:9,val:198},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35}, {op:0,bits:9,val:166},{op:0,bits:8,val:3},{op:0,bits:8,val:131},{op:0,bits:8,val:67},{op:0,bits:9,val:230},{op:16,bits:7,val:7},{op:0,bits:8,val:91}, {op:0,bits:8,val:27},{op:0,bits:9,val:150},{op:20,bits:7,val:67},{op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:214},{op:18,bits:7,val:19}, {op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:182},{op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:246}, {op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23},{op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55}, {op:0,bits:9,val:206},{op:17,bits:7,val:15},{op:0,bits:8,val:103},{op:0,bits:8,val:39},{op:0,bits:9,val:174},{op:0,bits:8,val:7},{op:0,bits:8,val:135}, {op:0,bits:8,val:71},{op:0,bits:9,val:238},{op:16,bits:7,val:9},{op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:158},{op:20,bits:7,val:99}, {op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:222},{op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:190}, {op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79},{op:0,bits:9,val:254},{op:96,bits:7,val:0},{op:0,bits:8,val:80},{op:0,bits:8,val:16}, {op:20,bits:8,val:115},{op:18,bits:7,val:31},{op:0,bits:8,val:112},{op:0,bits:8,val:48},{op:0,bits:9,val:193},{op:16,bits:7,val:10},{op:0,bits:8,val:96}, {op:0,bits:8,val:32},{op:0,bits:9,val:161},{op:0,bits:8,val:0},{op:0,bits:8,val:128},{op:0,bits:8,val:64},{op:0,bits:9,val:225},{op:16,bits:7,val:6}, {op:0,bits:8,val:88},{op:0,bits:8,val:24},{op:0,bits:9,val:145},{op:19,bits:7,val:59},{op:0,bits:8,val:120},{op:0,bits:8,val:56},{op:0,bits:9,val:209}, {op:17,bits:7,val:17},{op:0,bits:8,val:104},{op:0,bits:8,val:40},{op:0,bits:9,val:177},{op:0,bits:8,val:8},{op:0,bits:8,val:136},{op:0,bits:8,val:72}, {op:0,bits:9,val:241},{op:16,bits:7,val:4},{op:0,bits:8,val:84},{op:0,bits:8,val:20},{op:21,bits:8,val:227},{op:19,bits:7,val:43},{op:0,bits:8,val:116}, {op:0,bits:8,val:52},{op:0,bits:9,val:201},{op:17,bits:7,val:13},{op:0,bits:8,val:100},{op:0,bits:8,val:36},{op:0,bits:9,val:169},{op:0,bits:8,val:4}, {op:0,bits:8,val:132},{op:0,bits:8,val:68},{op:0,bits:9,val:233},{op:16,bits:7,val:8},{op:0,bits:8,val:92},{op:0,bits:8,val:28},{op:0,bits:9,val:153}, {op:20,bits:7,val:83},{op:0,bits:8,val:124},{op:0,bits:8,val:60},{op:0,bits:9,val:217},{op:18,bits:7,val:23},{op:0,bits:8,val:108},{op:0,bits:8,val:44}, {op:0,bits:9,val:185},{op:0,bits:8,val:12},{op:0,bits:8,val:140},{op:0,bits:8,val:76},{op:0,bits:9,val:249},{op:16,bits:7,val:3},{op:0,bits:8,val:82}, {op:0,bits:8,val:18},{op:21,bits:8,val:163},{op:19,bits:7,val:35},{op:0,bits:8,val:114},{op:0,bits:8,val:50},{op:0,bits:9,val:197},{op:17,bits:7,val:11}, {op:0,bits:8,val:98},{op:0,bits:8,val:34},{op:0,bits:9,val:165},{op:0,bits:8,val:2},{op:0,bits:8,val:130},{op:0,bits:8,val:66},{op:0,bits:9,val:229}, {op:16,bits:7,val:7},{op:0,bits:8,val:90},{op:0,bits:8,val:26},{op:0,bits:9,val:149},{op:20,bits:7,val:67},{op:0,bits:8,val:122},{op:0,bits:8,val:58}, {op:0,bits:9,val:213},{op:18,bits:7,val:19},{op:0,bits:8,val:106},{op:0,bits:8,val:42},{op:0,bits:9,val:181},{op:0,bits:8,val:10},{op:0,bits:8,val:138}, {op:0,bits:8,val:74},{op:0,bits:9,val:245},{op:16,bits:7,val:5},{op:0,bits:8,val:86},{op:0,bits:8,val:22},{op:64,bits:8,val:0},{op:19,bits:7,val:51}, {op:0,bits:8,val:118},{op:0,bits:8,val:54},{op:0,bits:9,val:205},{op:17,bits:7,val:15},{op:0,bits:8,val:102},{op:0,bits:8,val:38},{op:0,bits:9,val:173}, {op:0,bits:8,val:6},{op:0,bits:8,val:134},{op:0,bits:8,val:70},{op:0,bits:9,val:237},{op:16,bits:7,val:9},{op:0,bits:8,val:94},{op:0,bits:8,val:30}, {op:0,bits:9,val:157},{op:20,bits:7,val:99},{op:0,bits:8,val:126},{op:0,bits:8,val:62},{op:0,bits:9,val:221},{op:18,bits:7,val:27},{op:0,bits:8,val:110}, {op:0,bits:8,val:46},{op:0,bits:9,val:189},{op:0,bits:8,val:14},{op:0,bits:8,val:142},{op:0,bits:8,val:78},{op:0,bits:9,val:253},{op:96,bits:7,val:0}, {op:0,bits:8,val:81},{op:0,bits:8,val:17},{op:21,bits:8,val:131},{op:18,bits:7,val:31},{op:0,bits:8,val:113},{op:0,bits:8,val:49},{op:0,bits:9,val:195}, {op:16,bits:7,val:10},{op:0,bits:8,val:97},{op:0,bits:8,val:33},{op:0,bits:9,val:163},{op:0,bits:8,val:1},{op:0,bits:8,val:129},{op:0,bits:8,val:65}, {op:0,bits:9,val:227},{op:16,bits:7,val:6},{op:0,bits:8,val:89},{op:0,bits:8,val:25},{op:0,bits:9,val:147},{op:19,bits:7,val:59},{op:0,bits:8,val:121}, {op:0,bits:8,val:57},{op:0,bits:9,val:211},{op:17,bits:7,val:17},{op:0,bits:8,val:105},{op:0,bits:8,val:41},{op:0,bits:9,val:179},{op:0,bits:8,val:9}, {op:0,bits:8,val:137},{op:0,bits:8,val:73},{op:0,bits:9,val:243},{op:16,bits:7,val:4},{op:0,bits:8,val:85},{op:0,bits:8,val:21},{op:16,bits:8,val:258}, {op:19,bits:7,val:43},{op:0,bits:8,val:117},{op:0,bits:8,val:53},{op:0,bits:9,val:203},{op:17,bits:7,val:13},{op:0,bits:8,val:101},{op:0,bits:8,val:37}, {op:0,bits:9,val:171},{op:0,bits:8,val:5},{op:0,bits:8,val:133},{op:0,bits:8,val:69},{op:0,bits:9,val:235},{op:16,bits:7,val:8},{op:0,bits:8,val:93}, {op:0,bits:8,val:29},{op:0,bits:9,val:155},{op:20,bits:7,val:83},{op:0,bits:8,val:125},{op:0,bits:8,val:61},{op:0,bits:9,val:219},{op:18,bits:7,val:23}, {op:0,bits:8,val:109},{op:0,bits:8,val:45},{op:0,bits:9,val:187},{op:0,bits:8,val:13},{op:0,bits:8,val:141},{op:0,bits:8,val:77},{op:0,bits:9,val:251}, {op:16,bits:7,val:3},{op:0,bits:8,val:83},{op:0,bits:8,val:19},{op:21,bits:8,val:195},{op:19,bits:7,val:35},{op:0,bits:8,val:115},{op:0,bits:8,val:51}, {op:0,bits:9,val:199},{op:17,bits:7,val:11},{op:0,bits:8,val:99},{op:0,bits:8,val:35},{op:0,bits:9,val:167},{op:0,bits:8,val:3},{op:0,bits:8,val:131}, {op:0,bits:8,val:67},{op:0,bits:9,val:231},{op:16,bits:7,val:7},{op:0,bits:8,val:91},{op:0,bits:8,val:27},{op:0,bits:9,val:151},{op:20,bits:7,val:67}, {op:0,bits:8,val:123},{op:0,bits:8,val:59},{op:0,bits:9,val:215},{op:18,bits:7,val:19},{op:0,bits:8,val:107},{op:0,bits:8,val:43},{op:0,bits:9,val:183}, {op:0,bits:8,val:11},{op:0,bits:8,val:139},{op:0,bits:8,val:75},{op:0,bits:9,val:247},{op:16,bits:7,val:5},{op:0,bits:8,val:87},{op:0,bits:8,val:23}, {op:64,bits:8,val:0},{op:19,bits:7,val:51},{op:0,bits:8,val:119},{op:0,bits:8,val:55},{op:0,bits:9,val:207},{op:17,bits:7,val:15},{op:0,bits:8,val:103}, {op:0,bits:8,val:39},{op:0,bits:9,val:175},{op:0,bits:8,val:7},{op:0,bits:8,val:135},{op:0,bits:8,val:71},{op:0,bits:9,val:239},{op:16,bits:7,val:9}, {op:0,bits:8,val:95},{op:0,bits:8,val:31},{op:0,bits:9,val:159},{op:20,bits:7,val:99},{op:0,bits:8,val:127},{op:0,bits:8,val:63},{op:0,bits:9,val:223}, {op:18,bits:7,val:27},{op:0,bits:8,val:111},{op:0,bits:8,val:47},{op:0,bits:9,val:191},{op:0,bits:8,val:15},{op:0,bits:8,val:143},{op:0,bits:8,val:79}, {op:0,bits:9,val:255}])"));
860
F||(F=eval("([ {op:16,bits:5,val:1},{op:23,bits:5,val:257},{op:19,bits:5,val:17},{op:27,bits:5,val:4097},{op:17,bits:5,val:5},{op:25,bits:5,val:1025}, {op:21,bits:5,val:65},{op:29,bits:5,val:16385},{op:16,bits:5,val:3},{op:24,bits:5,val:513},{op:20,bits:5,val:33},{op:28,bits:5,val:8193}, {op:18,bits:5,val:9},{op:26,bits:5,val:2049},{op:22,bits:5,val:129},{op:64,bits:5,val:0},{op:16,bits:5,val:2},{op:23,bits:5,val:385}, {op:19,bits:5,val:25},{op:27,bits:5,val:6145},{op:17,bits:5,val:7},{op:25,bits:5,val:1537},{op:21,bits:5,val:97},{op:29,bits:5,val:24577}, {op:16,bits:5,val:4},{op:24,bits:5,val:769},{op:20,bits:5,val:49},{op:28,bits:5,val:12289},{op:18,bits:5,val:13},{op:26,bits:5,val:3073}, {op:22,bits:5,val:193},{op:64,bits:5,val:0}])"));
851
-a.lencode=0;a.distcode=512;for(b=0;512>b;b++)a.codes[b]=y[b];for(b=0;32>b;b++)a.codes[b+512]=F[b];a.lenbits=9;a.distbits=5}function h(a,b){a.state.check=a.checksum_function(a.state.check,[b&255,b>>>8&255],0,2)}function r(a,b){b.strm=a;b.left=a.avail_out;b.next=a.next_in;b.have=a.avail_in;b.hold=a.state.hold;b.bits=a.state.bits;return b}function n(a){var b=a.strm;b.next_in=a.next;b.avail_out=a.left;b.avail_in=a.have;b.state.hold=a.hold;b.state.bits=a.bits}function m(a){a.hold=0;a.bits=0}function z(a){if(0==
852
-a.have)return!1;a.have--;a.hold+=(a.strm.input_data.charCodeAt(a.next++)&255)<<a.bits;a.bits+=8;return!0}function k(a,b){for(;a.bits<b;)if(!z(a))return!1;return!0}function v(a,b){return a.hold&(1<<b)-1}function B(a,b){a.hold>>>=b;a.bits-=b}function l(a){a.hold>>>=a.bits&7;a.bits-=a.bits&7}function g(a){return(a>>>24&255)+(a>>>8&65280)+((a&65280)<<8)+((a&255)<<24)}var I=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],u=[16,16,16,16,16,16,16,16,17,17,17,17,
853
-18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,203,69],D=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],w=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];ZLIB.inflate_copyright=" inflate 1.2.6 Copyright 1995-2012 Mark Adler ";ZLIB.inflateResetKeep=function(a){var b;if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;b=a.state;a.total_in=a.total_out=b.total=0;a.msg=null;b.wrap&&(a.adler=
861
+a.lencode=0;a.distcode=512;for(b=0;512>b;b++)a.codes[b]=w[b];for(b=0;32>b;b++)a.codes[b+512]=F[b];a.lenbits=9;a.distbits=5}function p(a,b){a.state.check=a.checksum_function(a.state.check,[b&255,b>>>8&255],0,2)}function q(a,b){b.strm=a;b.left=a.avail_out;b.next=a.next_in;b.have=a.avail_in;b.hold=a.state.hold;b.bits=a.state.bits;return b}function n(a){var b=a.strm;b.next_in=a.next;b.avail_out=a.left;b.avail_in=a.have;b.state.hold=a.hold;b.state.bits=a.bits}function m(a){a.hold=0;a.bits=0}function v(a){if(0==
862
+a.have)return!1;a.have--;a.hold+=(a.strm.input_data.charCodeAt(a.next++)&255)<<a.bits;a.bits+=8;return!0}function h(a,b){for(;a.bits<b;)if(!v(a))return!1;return!0}function z(a,b){return a.hold&(1<<b)-1}function B(a,b){a.hold>>>=b;a.bits-=b}function k(a){a.hold>>>=a.bits&7;a.bits-=a.bits&7}function g(a){return(a>>>24&255)+(a>>>8&65280)+((a&65280)<<8)+((a&255)<<24)}var J=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],u=[16,16,16,16,16,16,16,16,17,17,17,17,
863
+18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,203,69],C=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],x=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];ZLIB.inflate_copyright=" inflate 1.2.6 Copyright 1995-2012 Mark Adler ";ZLIB.inflateResetKeep=function(a){var b;if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;b=a.state;a.total_in=a.total_out=b.total=0;a.msg=null;b.wrap&&(a.adler=
864
b.wrap&1);b.mode=0;b.last=0;b.havedict=0;b.dmax=32768;b.head=null;b.hold=0;b.bits=0;b.lencode=0;b.distcode=0;b.next=0;b.sane=1;b.back=-1;return ZLIB.Z_OK};ZLIB.inflateReset=function(a,b){var c,e;if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;e=a.state;"undefined"===typeof b&&(b=15);0>b?(c=0,b=-b):(c=(b>>>4)+1,48>b&&(b&=15));a.checksum_function=1==c&&"function"===typeof ZLIB.adler32?ZLIB.adler32:2==c&&"function"===typeof ZLIB.crc32?ZLIB.crc32:d;if(b&&(8>b||15<b))return ZLIB.Z_STREAM_ERROR;e.window&&e.wbits!=
855
-b&&(e.window=null);e.wrap=c;e.wbits=b;e.wsize=0;e.whave=0;e.wnext=0;return ZLIB.inflateResetKeep(a)};ZLIB.inflateInit=function(a){var b=new ZLIB.z_stream;b.state=new e;ZLIB.inflateReset(b,a);return b};ZLIB.inflatePrime=function(a,b,c){if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;a=a.state;if(0>b)return a.hold=0,a.bits=0,ZLIB.Z_OK;if(16<b||32<a.bits+b)return ZLIB.Z_STREAM_ERROR;a.hold+=(c&(1<<b)-1)<<a.bits;a.bits+=b;return ZLIB.Z_OK};var y=null,F=null,G=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];
856
-ZLIB.inflate=function(a,c){var d,e,u,y,q,w=-1,D=-1,F;if(!a||!a.state||!a.input_data&&0!=a.avail_in)return ZLIB.Z_STREAM_ERROR;d=a.state;11==d.mode&&(d.mode=12);e={};r(a,e);u=e.have;y=e.left;F=ZLIB.Z_OK;a:for(;;)switch(d.mode){case 0:if(0==d.wrap){d.mode=12;break}if(!k(e,16))break a;if(d.wrap&2&&35615==e.hold){d.check=a.checksum_function(0,null,0,0);h(a,e.hold);m(e);d.mode=1;break}d.flags=0;null!==d.head&&(d.head.done=-1);if(!(d.wrap&1)||((v(e,8)<<8)+(e.hold>>>8))%31){a.msg="incorrect header check";
857
-d.mode=29;break}if(v(e,4)!=ZLIB.Z_DEFLATED){a.msg="unknown compression method";d.mode=29;break}B(e,4);w=v(e,4)+8;if(0==d.wbits)d.wbits=w;else if(w>d.wbits){a.msg="invalid window size";d.mode=29;break}d.dmax=1<<w;a.adler=d.check=a.checksum_function(0,null,0,0);d.mode=e.hold&512?9:11;m(e);break;case 1:if(!k(e,16))break a;d.flags=e.hold;if((d.flags&255)!=ZLIB.Z_DEFLATED){a.msg="unknown compression method";d.mode=29;break}if(d.flags&57344){a.msg="unknown header flags set";d.mode=29;break}null!==d.head&&
858
-(d.head.text=e.hold>>>8&1);d.flags&512&&h(a,e.hold);m(e);d.mode=2;case 2:if(!k(e,32))break a;null!==d.head&&(d.head.time=e.hold);d.flags&512&&(q=e.hold,a.state.check=a.checksum_function(a.state.check,[q&255,q>>>8&255,q>>>16&255,q>>>24&255],0,4));m(e);d.mode=3;case 3:if(!k(e,16))break a;null!==d.head&&(d.head.xflags=e.hold&255,d.head.os=e.hold>>>8);d.flags&512&&h(a,e.hold);m(e);d.mode=4;case 4:if(d.flags&1024){if(!k(e,16))break a;d.length=e.hold;null!==d.head&&(d.head.extra_len=e.hold);d.flags&512&&
859
-h(a,e.hold);m(e);d.head.extra=""}else null!==d.head&&(d.head.extra=null);d.mode=5;case 5:if(d.flags&1024&&(q=d.length,q>e.have&&(q=e.have),q&&(null!==d.head&&null!==d.head.extra&&(w=d.head.extra_len-d.length,d.head.extra+=a.input_data.substring(e.next,e.next+(w+q>d.head.extra_max?d.head.extra_max-w:q))),d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,q)),e.have-=q,e.next+=q,d.length-=q),d.length))break a;d.length=0;d.mode=6;case 6:if(d.flags&2048){if(0==e.have)break a;null!==
860
-d.head&&null===d.head.name&&(d.head.name="");q=0;do{w=a.input_data.charAt(e.next+q);q++;if("\x00"===w)break;null!==d.head&&d.length<d.head.name_max&&(d.head.name+=w,d.length++)}while(q<e.have);d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,q));e.have-=q;e.next+=q;if("\x00"!==w)break a}else null!==d.head&&(d.head.name=null);d.length=0;d.mode=7;case 7:if(d.flags&4096){if(0==e.have)break a;q=0;null!==d.head&&null===d.head.comment&&(d.head.comment="");do{w=a.input_data.charAt(e.next+
861
-q);q++;if("\x00"===w)break;null!==d.head&&d.length<d.head.comm_max&&(d.head.comment+=w,d.length++)}while(q<e.have);d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,q));e.have-=q;e.next+=q;if("\x00"!==w)break a}else null!==d.head&&(d.head.comment=null);d.mode=8;case 8:if(d.flags&512){if(!k(e,16))break a;if(e.hold!=(d.check&65535)){a.msg="header crc mismatch";d.mode=29;break}m(e)}null!==d.head&&(d.head.hcrc=d.flags>>>9&1,d.head.done=1);a.adler=d.check=a.checksum_function(0,null,
862
-0,0);d.mode=11;break;case 9:if(!k(e,32))break a;a.adler=d.check=g(e.hold);m(e);d.mode=10;case 10:if(0==d.havedict)return n(e),ZLIB.Z_NEED_DICT;a.adler=d.check=a.checksum_function(0,null,0,0);d.mode=11;case 11:if(c==ZLIB.Z_BLOCK||c==ZLIB.Z_TREES)break a;case 12:if(d.last){l(e);d.mode=26;break}if(!k(e,3))break a;d.last=v(e,1);B(e,1);switch(v(e,2)){case 0:d.mode=13;break;case 1:p(d);d.mode=19;if(c==ZLIB.Z_TREES){B(e,2);break a}break;case 2:d.mode=16;break;case 3:a.msg="invalid block type",d.mode=29}B(e,
863
-2);break;case 13:l(e);if(!k(e,32))break a;if((e.hold&65535)!=(e.hold>>>16&65535^65535)){a.msg="invalid stored block lengths";d.mode=29;break}d.length=e.hold&65535;m(e);d.mode=14;if(c==ZLIB.Z_TREES)break a;case 14:d.mode=15;case 15:if(q=d.length){q>e.have&&(q=e.have);q>e.left&&(q=e.left);if(0==q)break a;a.output_data+=a.input_data.substring(e.next,e.next+q);a.next_out+=q;e.have-=q;e.next+=q;e.left-=q;d.length-=q;break}d.mode=11;break;case 16:if(!k(e,14))break a;d.nlen=v(e,5)+257;B(e,5);d.ndist=v(e,
864
-5)+1;B(e,5);d.ncode=v(e,4)+4;B(e,4);if(286<d.nlen||30<d.ndist){a.msg="too many length or distance symbols";d.mode=29;break}d.have=0;d.mode=17;case 17:for(;d.have<d.ncode;){if(!k(e,3))break a;q=v(e,3);d.lens[G[d.have++]]=q;B(e,3)}for(;19>d.have;)d.lens[G[d.have++]]=0;d.next=0;d.lencode=0;d.lenbits=7;if(F=b(d,0)){a.msg="invalid code lengths set";d.mode=29;break}d.have=0;d.mode=18;case 18:for(;d.have<d.nlen+d.ndist;){for(;;){q=d.codes[d.lencode+v(e,d.lenbits)];if(q.bits<=e.bits)break;if(!z(e))break a}if(16>
865
-q.val)B(e,q.bits),d.lens[d.have++]=q.val;else{if(16==q.val){if(!k(e,q.bits+2))break a;B(e,q.bits);if(0==d.have){a.msg="invalid bit length repeat";d.mode=29;break}w=d.lens[d.have-1];q=3+v(e,2);B(e,2)}else if(17==q.val){if(!k(e,q.bits+3))break a;B(e,q.bits);w=0;q=3+v(e,3);B(e,3)}else{if(!k(e,q.bits+7))break a;B(e,q.bits);w=0;q=11+v(e,7);B(e,7)}if(d.have+q>d.nlen+d.ndist){a.msg="invalid bit length repeat";d.mode=29;break}for(;q--;)d.lens[d.have++]=w}}if(29==d.mode)break;if(0==d.lens[256]){a.msg="invalid code -- missing end-of-block";
866
-d.mode=29;break}d.next=0;d.lencode=d.next;d.lenbits=9;if(F=b(d,1)){a.msg="invalid literal/lengths set";d.mode=29;break}d.distcode=d.next;d.distbits=6;if(F=b(d,2)){a.msg="invalid distances set";d.mode=29;break}d.mode=19;if(c==ZLIB.Z_TREES)break a;case 19:d.mode=20;case 20:if(6<=e.have&&258<=e.left){n(e);q=a;var I=D=w=void 0,P=void 0,R=void 0,V=void 0,Z=void 0,aa=void 0,N=void 0,Y=void 0,L=void 0,H=void 0,J=void 0,X=void 0,da=void 0,fa=void 0,ga=void 0,ha=void 0,O=void 0,K=void 0,W=void 0,ia=void 0,
867
-ea=-1,O=-1,w=q.state,D=q.input_data,I=q.next_in,P=I+q.avail_in-5,R=q.next_out,V=R-(y-q.avail_out),Z=R+(q.avail_out-257),aa=w.wsize,N=w.whave,Y=w.wnext,L=w.window,H=w.hold,J=w.bits,X=w.codes,da=w.lencode,fa=w.distcode,ga=(1<<w.lenbits)-1,ha=(1<<w.distbits)-1;b:do c:for(15>J&&(H+=(D.charCodeAt(I++)&255)<<J,J+=8,H+=(D.charCodeAt(I++)&255)<<J,J+=8),O=X[da+(H&ga)];;){K=O.bits;H>>>=K;J-=K;K=O.op;if(0==K)q.output_data+=String.fromCharCode(O.val),R++;else if(K&16){W=O.val;if(K&=15)J<K&&(H+=(D.charCodeAt(I++)&
868
-255)<<J,J+=8),W+=H&(1<<K)-1,H>>>=K,J-=K;15>J&&(H+=(D.charCodeAt(I++)&255)<<J,J+=8,H+=(D.charCodeAt(I++)&255)<<J,J+=8);O=X[fa+(H&ha)];d:for(;;){K=O.bits;H>>>=K;J-=K;K=O.op;if(K&16){ia=O.val;K&=15;J<K&&(H+=(D.charCodeAt(I++)&255)<<J,J+=8,J<K&&(H+=(D.charCodeAt(I++)&255)<<J,J+=8));ia+=H&(1<<K)-1;H>>>=K;J-=K;K=R-V;if(ia>K){K=ia-K;if(K>N&&w.sane){q.msg="invalid distance too far back";w.mode=29;break b}ea=0;O=-1;ea=0==Y?ea+(aa-K):ea+(Y-K);K<W&&(W-=K,q.output_data+=L.substring(ea,ea+K),R+=K,ea=-1,O=R-ia)}else ea=
869
--1,O=R-ia;if(0<=ea)q.output_data+=L.substring(ea,ea+W),R+=W;else{K=W;K>R-O&&(K=R-O);q.output_data+=q.output_data.substring(O,O+K);R+=K;W-=K;O+=K;for(R+=W;2<W;)q.output_data+=q.output_data.charAt(O++),q.output_data+=q.output_data.charAt(O++),q.output_data+=q.output_data.charAt(O++),W-=3;W&&(q.output_data+=q.output_data.charAt(O++),1<W&&(q.output_data+=q.output_data.charAt(O++)))}}else if(0==(K&64)){O=X[fa+(O.val+(H&(1<<K)-1))];continue d}else{q.msg="invalid distance code";w.mode=29;break b}break d}}else if(0==
870
-(K&64)){O=X[da+(O.val+(H&(1<<K)-1))];continue c}else{K&32?w.mode=11:(q.msg="invalid literal/length code",w.mode=29);break b}break c}while(I<P&&R<Z);W=J>>>3;I-=W;J-=W<<3;H&=(1<<J)-1;q.next_in=I;q.next_out=R;q.avail_in=I<P?5+(P-I):5-(I-P);q.avail_out=R<Z?257+(Z-R):257-(R-Z);w.hold=H;w.bits=J;r(a,e);11==d.mode&&(d.back=-1);break}for(d.back=0;;){q=d.codes[d.lencode+v(e,d.lenbits)];if(q.bits<=e.bits)break;if(!z(e))break a}if(q.op&&0==(q.op&240)){for(w=q;;){q=d.codes[d.lencode+w.val+(v(e,w.bits+w.op)>>>
871
-w.bits)];if(w.bits+q.bits<=e.bits)break;if(!z(e))break a}B(e,w.bits);d.back+=w.bits}B(e,q.bits);d.back+=q.bits;d.length=q.val;if(0==q.op){d.mode=25;break}if(q.op&32){d.back=-1;d.mode=11;break}if(q.op&64){a.msg="invalid literal/length code";d.mode=29;break}d.extra=q.op&15;d.mode=21;case 21:if(d.extra){if(!k(e,d.extra))break a;d.length+=v(e,d.extra);B(e,d.extra);d.back+=d.extra}d.was=d.length;d.mode=22;case 22:for(;;){q=d.codes[d.distcode+v(e,d.distbits)];if(q.bits<=e.bits)break;if(!z(e))break a}if(0==
872
-(q.op&240)){for(w=q;;){q=d.codes[d.distcode+w.val+(v(e,w.bits+w.op)>>>w.bits)];if(w.bits+q.bits<=e.bits)break;if(!z(e))break a}B(e,w.bits);d.back+=w.bits}B(e,q.bits);d.back+=q.bits;if(q.op&64){a.msg="invalid distance code";d.mode=29;break}d.offset=q.val;d.extra=q.op&15;d.mode=23;case 23:if(d.extra){if(!k(e,d.extra))break a;d.offset+=v(e,d.extra);B(e,d.extra);d.back+=d.extra}d.mode=24;case 24:if(0==e.left)break a;q=y-e.left;if(d.offset>q){q=d.offset-q;if(q>d.whave&&d.sane){a.msg="invalid distance too far back";
873
-d.mode=29;break}q>d.wnext?(q-=d.wnext,w=d.wsize-q):w=d.wnext-q;D=-1;q>d.length&&(q=d.length)}else w=-1,D=a.next_out-d.offset,q=d.length;q>e.left&&(q=e.left);e.left-=q;d.length-=q;if(0<=w)a.output_data+=d.window.substring(w,w+q),a.next_out+=q;else{a.next_out+=q;do a.output_data+=a.output_data.charAt(D++);while(--q)}0==d.length&&(d.mode=20);break;case 25:if(0==e.left)break a;a.output_data+=String.fromCharCode(d.length);a.next_out++;e.left--;d.mode=20;break;case 26:if(d.wrap){if(!k(e,32))break a;y-=
874
-e.left;a.total_out+=y;d.total+=y;y&&(a.adler=d.check=a.checksum_function(d.check,a.output_data,a.output_data.length-y,y));y=e.left;if((d.flags?e.hold:g(e.hold))!=d.check){a.msg="incorrect data check";d.mode=29;break}m(e)}d.mode=27;case 27:if(d.wrap&&d.flags){if(!k(e,32))break a;if(e.hold!=(d.total&4294967295)){a.msg="incorrect length check";d.mode=29;break}m(e)}d.mode=28;case 28:F=ZLIB.Z_STREAM_END;break a;case 29:F=ZLIB.Z_DATA_ERROR;break a;case 30:return ZLIB.Z_MEM_ERROR;default:return ZLIB.Z_STREAM_ERROR}n(e);
875
-if(d.wsize||y!=a.avail_out&&29>d.mode&&(26>d.mode||c!=ZLIB.Z_FINISH))e=a.state,q=a.output_data.length,null===e.window&&(e.window=""),0==e.wsize&&(e.wsize=1<<e.wbits),e.window=q>=e.wsize?a.output_data.substring(q-e.wsize):e.whave+q<e.wsize?e.window+a.output_data:e.window.substring(e.whave-(e.wsize-q))+a.output_data,e.whave=e.window.length,e.wnext=e.whave<e.wsize?e.whave:0;u-=a.avail_in;y-=a.avail_out;a.total_in+=u;a.total_out+=y;d.total+=y;d.wrap&&y&&(a.adler=d.check=a.checksum_function(d.check,a.output_data,
876
-0,a.output_data.length));a.data_type=d.bits+(d.last?64:0)+(11==d.mode?128:0)+(19==d.mode||14==d.mode?256:0);(0==u&&0==y||c==ZLIB.Z_FINISH)&&F==ZLIB.Z_OK&&(F=ZLIB.Z_BUF_ERROR);return F};ZLIB.inflateEnd=function(a){if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;a.state.window=null;a.state=null;return ZLIB.Z_OK};ZLIB.z_stream.prototype.inflate=function(b,c){var d,e;this.input_data=b;this.next_in=a(c,"next_in",0);this.avail_in=a(c,"avail_in",b.length-this.next_in);d=a(c,"flush",ZLIB.Z_SYNC_FLUSH);e=a(c,"avail_out",
865
+b&&(e.window=null);e.wrap=c;e.wbits=b;e.wsize=0;e.whave=0;e.wnext=0;return ZLIB.inflateResetKeep(a)};ZLIB.inflateInit=function(a){var b=new ZLIB.z_stream;b.state=new e;ZLIB.inflateReset(b,a);return b};ZLIB.inflatePrime=function(a,b,c){if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;a=a.state;if(0>b)return a.hold=0,a.bits=0,ZLIB.Z_OK;if(16<b||32<a.bits+b)return ZLIB.Z_STREAM_ERROR;a.hold+=(c&(1<<b)-1)<<a.bits;a.bits+=b;return ZLIB.Z_OK};var w=null,F=null,H=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];
866
+ZLIB.inflate=function(a,c){var d,e,u,w,r,x=-1,C=-1,F;if(!a||!a.state||!a.input_data&&0!=a.avail_in)return ZLIB.Z_STREAM_ERROR;d=a.state;11==d.mode&&(d.mode=12);e={};q(a,e);u=e.have;w=e.left;F=ZLIB.Z_OK;a:for(;;)switch(d.mode){case 0:if(0==d.wrap){d.mode=12;break}if(!h(e,16))break a;if(d.wrap&2&&35615==e.hold){d.check=a.checksum_function(0,null,0,0);p(a,e.hold);m(e);d.mode=1;break}d.flags=0;null!==d.head&&(d.head.done=-1);if(!(d.wrap&1)||((z(e,8)<<8)+(e.hold>>>8))%31){a.msg="incorrect header check";
867
+d.mode=29;break}if(z(e,4)!=ZLIB.Z_DEFLATED){a.msg="unknown compression method";d.mode=29;break}B(e,4);x=z(e,4)+8;if(0==d.wbits)d.wbits=x;else if(x>d.wbits){a.msg="invalid window size";d.mode=29;break}d.dmax=1<<x;a.adler=d.check=a.checksum_function(0,null,0,0);d.mode=e.hold&512?9:11;m(e);break;case 1:if(!h(e,16))break a;d.flags=e.hold;if((d.flags&255)!=ZLIB.Z_DEFLATED){a.msg="unknown compression method";d.mode=29;break}if(d.flags&57344){a.msg="unknown header flags set";d.mode=29;break}null!==d.head&&
868
+(d.head.text=e.hold>>>8&1);d.flags&512&&p(a,e.hold);m(e);d.mode=2;case 2:if(!h(e,32))break a;null!==d.head&&(d.head.time=e.hold);d.flags&512&&(r=e.hold,a.state.check=a.checksum_function(a.state.check,[r&255,r>>>8&255,r>>>16&255,r>>>24&255],0,4));m(e);d.mode=3;case 3:if(!h(e,16))break a;null!==d.head&&(d.head.xflags=e.hold&255,d.head.os=e.hold>>>8);d.flags&512&&p(a,e.hold);m(e);d.mode=4;case 4:if(d.flags&1024){if(!h(e,16))break a;d.length=e.hold;null!==d.head&&(d.head.extra_len=e.hold);d.flags&512&&
869
+p(a,e.hold);m(e);d.head.extra=""}else null!==d.head&&(d.head.extra=null);d.mode=5;case 5:if(d.flags&1024&&(r=d.length,r>e.have&&(r=e.have),r&&(null!==d.head&&null!==d.head.extra&&(x=d.head.extra_len-d.length,d.head.extra+=a.input_data.substring(e.next,e.next+(x+r>d.head.extra_max?d.head.extra_max-x:r))),d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,r)),e.have-=r,e.next+=r,d.length-=r),d.length))break a;d.length=0;d.mode=6;case 6:if(d.flags&2048){if(0==e.have)break a;null!==
870
+d.head&&null===d.head.name&&(d.head.name="");r=0;do{x=a.input_data.charAt(e.next+r);r++;if("\x00"===x)break;null!==d.head&&d.length<d.head.name_max&&(d.head.name+=x,d.length++)}while(r<e.have);d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,r));e.have-=r;e.next+=r;if("\x00"!==x)break a}else null!==d.head&&(d.head.name=null);d.length=0;d.mode=7;case 7:if(d.flags&4096){if(0==e.have)break a;r=0;null!==d.head&&null===d.head.comment&&(d.head.comment="");do{x=a.input_data.charAt(e.next+
871
+r);r++;if("\x00"===x)break;null!==d.head&&d.length<d.head.comm_max&&(d.head.comment+=x,d.length++)}while(r<e.have);d.flags&512&&(d.check=a.checksum_function(d.check,a.input_data,e.next,r));e.have-=r;e.next+=r;if("\x00"!==x)break a}else null!==d.head&&(d.head.comment=null);d.mode=8;case 8:if(d.flags&512){if(!h(e,16))break a;if(e.hold!=(d.check&65535)){a.msg="header crc mismatch";d.mode=29;break}m(e)}null!==d.head&&(d.head.hcrc=d.flags>>>9&1,d.head.done=1);a.adler=d.check=a.checksum_function(0,null,
872
+0,0);d.mode=11;break;case 9:if(!h(e,32))break a;a.adler=d.check=g(e.hold);m(e);d.mode=10;case 10:if(0==d.havedict)return n(e),ZLIB.Z_NEED_DICT;a.adler=d.check=a.checksum_function(0,null,0,0);d.mode=11;case 11:if(c==ZLIB.Z_BLOCK||c==ZLIB.Z_TREES)break a;case 12:if(d.last){k(e);d.mode=26;break}if(!h(e,3))break a;d.last=z(e,1);B(e,1);switch(z(e,2)){case 0:d.mode=13;break;case 1:l(d);d.mode=19;if(c==ZLIB.Z_TREES){B(e,2);break a}break;case 2:d.mode=16;break;case 3:a.msg="invalid block type",d.mode=29}B(e,
873
+2);break;case 13:k(e);if(!h(e,32))break a;if((e.hold&65535)!=(e.hold>>>16&65535^65535)){a.msg="invalid stored block lengths";d.mode=29;break}d.length=e.hold&65535;m(e);d.mode=14;if(c==ZLIB.Z_TREES)break a;case 14:d.mode=15;case 15:if(r=d.length){r>e.have&&(r=e.have);r>e.left&&(r=e.left);if(0==r)break a;a.output_data+=a.input_data.substring(e.next,e.next+r);a.next_out+=r;e.have-=r;e.next+=r;e.left-=r;d.length-=r;break}d.mode=11;break;case 16:if(!h(e,14))break a;d.nlen=z(e,5)+257;B(e,5);d.ndist=z(e,
874
+5)+1;B(e,5);d.ncode=z(e,4)+4;B(e,4);if(286<d.nlen||30<d.ndist){a.msg="too many length or distance symbols";d.mode=29;break}d.have=0;d.mode=17;case 17:for(;d.have<d.ncode;){if(!h(e,3))break a;r=z(e,3);d.lens[H[d.have++]]=r;B(e,3)}for(;19>d.have;)d.lens[H[d.have++]]=0;d.next=0;d.lencode=0;d.lenbits=7;if(F=b(d,0)){a.msg="invalid code lengths set";d.mode=29;break}d.have=0;d.mode=18;case 18:for(;d.have<d.nlen+d.ndist;){for(;;){r=d.codes[d.lencode+z(e,d.lenbits)];if(r.bits<=e.bits)break;if(!v(e))break a}if(16>
875
+r.val)B(e,r.bits),d.lens[d.have++]=r.val;else{if(16==r.val){if(!h(e,r.bits+2))break a;B(e,r.bits);if(0==d.have){a.msg="invalid bit length repeat";d.mode=29;break}x=d.lens[d.have-1];r=3+z(e,2);B(e,2)}else if(17==r.val){if(!h(e,r.bits+3))break a;B(e,r.bits);x=0;r=3+z(e,3);B(e,3)}else{if(!h(e,r.bits+7))break a;B(e,r.bits);x=0;r=11+z(e,7);B(e,7)}if(d.have+r>d.nlen+d.ndist){a.msg="invalid bit length repeat";d.mode=29;break}for(;r--;)d.lens[d.have++]=x}}if(29==d.mode)break;if(0==d.lens[256]){a.msg="invalid code -- missing end-of-block";
876
+d.mode=29;break}d.next=0;d.lencode=d.next;d.lenbits=9;if(F=b(d,1)){a.msg="invalid literal/lengths set";d.mode=29;break}d.distcode=d.next;d.distbits=6;if(F=b(d,2)){a.msg="invalid distances set";d.mode=29;break}d.mode=19;if(c==ZLIB.Z_TREES)break a;case 19:d.mode=20;case 20:if(6<=e.have&&258<=e.left){n(e);r=a;var J=C=x=void 0,R=void 0,S=void 0,V=void 0,Z=void 0,aa=void 0,ca=void 0,Y=void 0,N=void 0,G=void 0,I=void 0,X=void 0,da=void 0,fa=void 0,ga=void 0,ha=void 0,O=void 0,K=void 0,W=void 0,ia=void 0,
877
+ea=-1,O=-1,x=r.state,C=r.input_data,J=r.next_in,R=J+r.avail_in-5,S=r.next_out,V=S-(w-r.avail_out),Z=S+(r.avail_out-257),aa=x.wsize,ca=x.whave,Y=x.wnext,N=x.window,G=x.hold,I=x.bits,X=x.codes,da=x.lencode,fa=x.distcode,ga=(1<<x.lenbits)-1,ha=(1<<x.distbits)-1;b:do c:for(15>I&&(G+=(C.charCodeAt(J++)&255)<<I,I+=8,G+=(C.charCodeAt(J++)&255)<<I,I+=8),O=X[da+(G&ga)];;){K=O.bits;G>>>=K;I-=K;K=O.op;if(0==K)r.output_data+=String.fromCharCode(O.val),S++;else if(K&16){W=O.val;if(K&=15)I<K&&(G+=(C.charCodeAt(J++)&
878
+255)<<I,I+=8),W+=G&(1<<K)-1,G>>>=K,I-=K;15>I&&(G+=(C.charCodeAt(J++)&255)<<I,I+=8,G+=(C.charCodeAt(J++)&255)<<I,I+=8);O=X[fa+(G&ha)];d:for(;;){K=O.bits;G>>>=K;I-=K;K=O.op;if(K&16){ia=O.val;K&=15;I<K&&(G+=(C.charCodeAt(J++)&255)<<I,I+=8,I<K&&(G+=(C.charCodeAt(J++)&255)<<I,I+=8));ia+=G&(1<<K)-1;G>>>=K;I-=K;K=S-V;if(ia>K){K=ia-K;if(K>ca&&x.sane){r.msg="invalid distance too far back";x.mode=29;break b}ea=0;O=-1;ea=0==Y?ea+(aa-K):ea+(Y-K);K<W&&(W-=K,r.output_data+=N.substring(ea,ea+K),S+=K,ea=-1,O=S-ia)}else ea=
879
+-1,O=S-ia;if(0<=ea)r.output_data+=N.substring(ea,ea+W),S+=W;else{K=W;K>S-O&&(K=S-O);r.output_data+=r.output_data.substring(O,O+K);S+=K;W-=K;O+=K;for(S+=W;2<W;)r.output_data+=r.output_data.charAt(O++),r.output_data+=r.output_data.charAt(O++),r.output_data+=r.output_data.charAt(O++),W-=3;W&&(r.output_data+=r.output_data.charAt(O++),1<W&&(r.output_data+=r.output_data.charAt(O++)))}}else if(0==(K&64)){O=X[fa+(O.val+(G&(1<<K)-1))];continue d}else{r.msg="invalid distance code";x.mode=29;break b}break d}}else if(0==
880
+(K&64)){O=X[da+(O.val+(G&(1<<K)-1))];continue c}else{K&32?x.mode=11:(r.msg="invalid literal/length code",x.mode=29);break b}break c}while(J<R&&S<Z);W=I>>>3;J-=W;I-=W<<3;G&=(1<<I)-1;r.next_in=J;r.next_out=S;r.avail_in=J<R?5+(R-J):5-(J-R);r.avail_out=S<Z?257+(Z-S):257-(S-Z);x.hold=G;x.bits=I;q(a,e);11==d.mode&&(d.back=-1);break}for(d.back=0;;){r=d.codes[d.lencode+z(e,d.lenbits)];if(r.bits<=e.bits)break;if(!v(e))break a}if(r.op&&0==(r.op&240)){for(x=r;;){r=d.codes[d.lencode+x.val+(z(e,x.bits+x.op)>>>
881
+x.bits)];if(x.bits+r.bits<=e.bits)break;if(!v(e))break a}B(e,x.bits);d.back+=x.bits}B(e,r.bits);d.back+=r.bits;d.length=r.val;if(0==r.op){d.mode=25;break}if(r.op&32){d.back=-1;d.mode=11;break}if(r.op&64){a.msg="invalid literal/length code";d.mode=29;break}d.extra=r.op&15;d.mode=21;case 21:if(d.extra){if(!h(e,d.extra))break a;d.length+=z(e,d.extra);B(e,d.extra);d.back+=d.extra}d.was=d.length;d.mode=22;case 22:for(;;){r=d.codes[d.distcode+z(e,d.distbits)];if(r.bits<=e.bits)break;if(!v(e))break a}if(0==
882
+(r.op&240)){for(x=r;;){r=d.codes[d.distcode+x.val+(z(e,x.bits+x.op)>>>x.bits)];if(x.bits+r.bits<=e.bits)break;if(!v(e))break a}B(e,x.bits);d.back+=x.bits}B(e,r.bits);d.back+=r.bits;if(r.op&64){a.msg="invalid distance code";d.mode=29;break}d.offset=r.val;d.extra=r.op&15;d.mode=23;case 23:if(d.extra){if(!h(e,d.extra))break a;d.offset+=z(e,d.extra);B(e,d.extra);d.back+=d.extra}d.mode=24;case 24:if(0==e.left)break a;r=w-e.left;if(d.offset>r){r=d.offset-r;if(r>d.whave&&d.sane){a.msg="invalid distance too far back";
883
+d.mode=29;break}r>d.wnext?(r-=d.wnext,x=d.wsize-r):x=d.wnext-r;C=-1;r>d.length&&(r=d.length)}else x=-1,C=a.next_out-d.offset,r=d.length;r>e.left&&(r=e.left);e.left-=r;d.length-=r;if(0<=x)a.output_data+=d.window.substring(x,x+r),a.next_out+=r;else{a.next_out+=r;do a.output_data+=a.output_data.charAt(C++);while(--r)}0==d.length&&(d.mode=20);break;case 25:if(0==e.left)break a;a.output_data+=String.fromCharCode(d.length);a.next_out++;e.left--;d.mode=20;break;case 26:if(d.wrap){if(!h(e,32))break a;w-=
884
+e.left;a.total_out+=w;d.total+=w;w&&(a.adler=d.check=a.checksum_function(d.check,a.output_data,a.output_data.length-w,w));w=e.left;if((d.flags?e.hold:g(e.hold))!=d.check){a.msg="incorrect data check";d.mode=29;break}m(e)}d.mode=27;case 27:if(d.wrap&&d.flags){if(!h(e,32))break a;if(e.hold!=(d.total&4294967295)){a.msg="incorrect length check";d.mode=29;break}m(e)}d.mode=28;case 28:F=ZLIB.Z_STREAM_END;break a;case 29:F=ZLIB.Z_DATA_ERROR;break a;case 30:return ZLIB.Z_MEM_ERROR;default:return ZLIB.Z_STREAM_ERROR}n(e);
885
+if(d.wsize||w!=a.avail_out&&29>d.mode&&(26>d.mode||c!=ZLIB.Z_FINISH))e=a.state,r=a.output_data.length,null===e.window&&(e.window=""),0==e.wsize&&(e.wsize=1<<e.wbits),e.window=r>=e.wsize?a.output_data.substring(r-e.wsize):e.whave+r<e.wsize?e.window+a.output_data:e.window.substring(e.whave-(e.wsize-r))+a.output_data,e.whave=e.window.length,e.wnext=e.whave<e.wsize?e.whave:0;u-=a.avail_in;w-=a.avail_out;a.total_in+=u;a.total_out+=w;d.total+=w;d.wrap&&w&&(a.adler=d.check=a.checksum_function(d.check,a.output_data,
886
+0,a.output_data.length));a.data_type=d.bits+(d.last?64:0)+(11==d.mode?128:0)+(19==d.mode||14==d.mode?256:0);(0==u&&0==w||c==ZLIB.Z_FINISH)&&F==ZLIB.Z_OK&&(F=ZLIB.Z_BUF_ERROR);return F};ZLIB.inflateEnd=function(a){if(!a||!a.state)return ZLIB.Z_STREAM_ERROR;a.state.window=null;a.state=null;return ZLIB.Z_OK};ZLIB.z_stream.prototype.inflate=function(b,c){var d,e;this.input_data=b;this.next_in=a(c,"next_in",0);this.avail_in=a(c,"avail_in",b.length-this.next_in);d=a(c,"flush",ZLIB.Z_SYNC_FLUSH);e=a(c,"avail_out",
887
-1);var g="";do{this.avail_out=0<=e?e:16384;this.output_data="";this.next_out=0;this.error=ZLIB.inflate(this,d);if(0<=e)return this.output_data;g+=this.output_data;if(0<this.avail_out)break}while(this.error==ZLIB.Z_OK);return g};ZLIB.z_stream.prototype.inflateReset=function(a){return ZLIB.inflateReset(this,a)}})();"undefined"===typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-adler32.js");
878
-(function(){function b(a,b,c,p){var h,r;h=a>>>16&65535;a&=65535;if(1==p)return a+=b.charCodeAt(c)&255,65521<=a&&(a-=65521),h+=a,65521<=h&&(h-=65521),a|h<<16;if(null===b)return 1;if(16>p){for(;p--;)a+=b.charCodeAt(c++)&255,h+=a;65521<=a&&(a-=65521);return a|h%65521<<16}for(;5552<=p;){p-=5552;r=347;do a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&
879
-255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a;while(--r);a%=65521;h%=65521}if(p){for(;16<=p;)p-=16,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&
880
-255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a,a+=b.charCodeAt(c++)&255,h+=a;for(;p--;)a+=b.charCodeAt(c++)&255,h+=a;a%=65521;h%=65521}return a|h<<16}function c(a,b,c,p){var h,r;h=a>>>16&65535;a&=65535;if(1==p)return a+=b[c],65521<=a&&(a-=65521),h+=a,65521<=h&&(h-=65521),
881
-a|h<<16;if(null===b)return 1;if(16>p){for(;p--;)a+=b[c++],h+=a;65521<=a&&(a-=65521);return a|h%65521<<16}for(;5552<=p;){p-=5552;r=347;do a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a;while(--r);a%=65521;h%=65521}if(p){for(;16<=p;)p-=16,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=
882
-a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a,a+=b[c++],h+=a;for(;p--;)a+=b[c++],h+=a;a%=65521;h%=65521}return a|h<<16}ZLIB.adler32=function(a,d,e,p){return"string"===typeof d?b(a,d,e,p):c(a,d,e,p)};ZLIB.adler32_combine=function(a,b,c){var p,h;if(0>c)return 4294967295;h=c%65521;c=a&65535;p=h*c%65521;c+=(b&65535)+65521-1;p+=(a>>16&65535)+(b>>16&65535)+65521-h;65521<=c&&(c-=65521);65521<=c&&(c-=
883
-65521);131042<=p&&(p-=131042);65521<=p&&(p-=65521);return c|p<<16}})();"undefined"===typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-crc32.js");
884
-(function(){function b(a,b){var c,h=0;for(c=0;b;)b&1&&(c^=a[h]),b>>=1,h++;return c}function c(a,c){var p;for(p=0;32>p;p++)a[p]=b(c,c[p])}var a=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,
888
+(function(){function b(a,b,c,l){var p,q;p=a>>>16&65535;a&=65535;if(1==l)return a+=b.charCodeAt(c)&255,65521<=a&&(a-=65521),p+=a,65521<=p&&(p-=65521),a|p<<16;if(null===b)return 1;if(16>l){for(;l--;)a+=b.charCodeAt(c++)&255,p+=a;65521<=a&&(a-=65521);return a|p%65521<<16}for(;5552<=l;){l-=5552;q=347;do a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&
889
+255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a;while(--q);a%=65521;p%=65521}if(l){for(;16<=l;)l-=16,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&
890
+255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a,a+=b.charCodeAt(c++)&255,p+=a;for(;l--;)a+=b.charCodeAt(c++)&255,p+=a;a%=65521;p%=65521}return a|p<<16}function c(a,b,c,l){var p,q;p=a>>>16&65535;a&=65535;if(1==l)return a+=b[c],65521<=a&&(a-=65521),p+=a,65521<=p&&(p-=65521),
891
+a|p<<16;if(null===b)return 1;if(16>l){for(;l--;)a+=b[c++],p+=a;65521<=a&&(a-=65521);return a|p%65521<<16}for(;5552<=l;){l-=5552;q=347;do a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a;while(--q);a%=65521;p%=65521}if(l){for(;16<=l;)l-=16,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=
892
+a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a,a+=b[c++],p+=a;for(;l--;)a+=b[c++],p+=a;a%=65521;p%=65521}return a|p<<16}ZLIB.adler32=function(a,d,e,l){return"string"===typeof d?b(a,d,e,l):c(a,d,e,l)};ZLIB.adler32_combine=function(a,b,c){var l,p;if(0>c)return 4294967295;p=c%65521;c=a&65535;l=p*c%65521;c+=(b&65535)+65521-1;l+=(a>>16&65535)+(b>>16&65535)+65521-p;65521<=c&&(c-=65521);65521<=c&&(c-=
893
+65521);131042<=l&&(l-=131042);65521<=l&&(l-=65521);return c|l<<16}})();"undefined"===typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-crc32.js");
894
+(function(){function b(a,b){var c,p=0;for(c=0;b;)b&1&&(c^=a[p]),b>>=1,p++;return c}function c(a,c){var l;for(l=0;32>l;l++)a[l]=b(c,c[l])}var a=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,
895
3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,
896
476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,
897
3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,
898
1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,
889
-1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918E3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];ZLIB.crc32=function(b,c,p,h){if("string"===typeof c){if(null==c)c=0;else{for(b^=4294967295;8<=h;)b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=
890
-a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,b=a[(b^c.charCodeAt(p++))&255]^b>>>8,h-=8;if(h){do b=a[(b^c.charCodeAt(p++))&255]^b>>>8;while(--h)}c=b^4294967295}return c}if(null==c)c=0;else{for(b^=4294967295;8<=h;)b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&
891
-255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,b=a[(b^c[p++])&255]^b>>>8,h-=8;if(h){do b=a[(b^c[p++])&255]^b>>>8;while(--h)}c=b^4294967295}return c};ZLIB.crc32_combine=function(a,e,p){var h,r,n,m;if(0>=p)return a;n=Array(32);m=Array(32);m[0]=3988292384;for(h=r=1;32>h;h++)m[h]=r,r<<=1;c(n,m);c(m,n);do{c(n,m);p&1&&(a=b(n,a));p>>=1;if(0==p)break;c(m,n);p&1&&(a=b(m,a));p>>=1}while(0!=p);return a^e}})();
892
-var saveAs=saveAs||function(b){if("undefined"===typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent)){var c=b.document.createElementNS("http://www.w3.org/1999/xhtml","a"),a="download"in c,d=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent),e=b.webkitRequestFileSystem,p=b.requestFileSystem||e||b.mozRequestFileSystem,h=function(a){(b.setImmediate||b.setTimeout)(function(){throw a;},0)},r=0,n=function(a){var c=function(){"string"===typeof a?(b.URL||b.webkitURL||b).revokeObjectURL(a):a.remove()};
893
-b.chrome?c():setTimeout(c,500)},m=function(a,b,c){b=[].concat(b);for(var d=b.length;d--;){var e=a["on"+b[d]];if("function"===typeof e)try{e.call(a,c||a)}catch(k){h(k)}}},z=function(a){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\ufeff",a],{type:a.type}):a},k=function(h,k,g){g||(h=z(h));var v=this;g=h.type;var u=!1,D,w,y=function(){m(v,["writestart","progress","write","writeend"])},F=function(){if(w&&d&&"undefined"!==typeof FileReader){var a=
894
-new FileReader;a.onloadend=function(){var b=a.result;w.location.href="data:attachment/file"+b.slice(b.search(/[,;]/));v.readyState=v.DONE;y()};a.readAsDataURL(h);v.readyState=v.INIT}else{if(u||!D)D=(b.URL||b.webkitURL||b).createObjectURL(h);w?w.location.href=D:void 0==b.open(D,"_blank")&&d&&(b.location.href=D);v.readyState=v.DONE;y();n(D)}},G=function(a){return function(){if(v.readyState!==v.DONE)return a.apply(this,arguments)}},E={create:!0,exclusive:!1},A;v.readyState=v.INIT;k||(k="download");if(a)D=
895
-(b.URL||b.webkitURL||b).createObjectURL(h),c.href=D,c.download=k,setTimeout(function(){var a=new MouseEvent("click");c.dispatchEvent(a);y();n(D);v.readyState=v.DONE});else{b.chrome&&g&&"application/octet-stream"!==g&&(A=h.slice||h.webkitSlice,h=A.call(h,0,h.size,"application/octet-stream"),u=!0);e&&"download"!==k&&(k+=".download");if("application/octet-stream"===g||e)w=b;p?(r+=h.size,p(b.TEMPORARY,r,G(function(a){a.root.getDirectory("saved",E,G(function(a){var b=function(){a.getFile(k,E,G(function(a){a.createWriter(G(function(b){b.onwriteend=
896
-function(b){w.location.href=a.toURL();v.readyState=v.DONE;m(v,"writeend",b);n(a)};b.onerror=function(){var a=b.error;a.code!==a.ABORT_ERR&&F()};["writestart","progress","write","abort"].forEach(function(a){b["on"+a]=v["on"+a]});b.write(h);v.abort=function(){b.abort();v.readyState=v.DONE};v.readyState=v.WRITING}),F)}),F)};a.getFile(k,{create:!1},G(function(a){a.remove();b()}),G(function(a){a.code===a.NOT_FOUND_ERR?b():F()}))}),F)}),F)):F()}},v=k.prototype;if("undefined"!==typeof navigator&&navigator.msSaveOrOpenBlob)return function(a,
897
-b,c){c||(a=z(a));return navigator.msSaveOrOpenBlob(a,b||"download")};v.abort=function(){this.readyState=this.DONE;m(this,"abort")};v.readyState=v.INIT=0;v.WRITING=1;v.DONE=2;v.error=v.onwritestart=v.onprogress=v.onwrite=v.onabort=v.onerror=v.onwriteend=null;return function(a,b,c){return new k(a,b,c)}}}("undefined"!==typeof self&&self||"undefined"!==typeof window&&window||this.content);
899
+1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918E3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];ZLIB.crc32=function(b,c,l,p){if("string"===typeof c){if(null==c)c=0;else{for(b^=4294967295;8<=p;)b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=
900
+a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,b=a[(b^c.charCodeAt(l++))&255]^b>>>8,p-=8;if(p){do b=a[(b^c.charCodeAt(l++))&255]^b>>>8;while(--p)}c=b^4294967295}return c}if(null==c)c=0;else{for(b^=4294967295;8<=p;)b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&
901
+255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,b=a[(b^c[l++])&255]^b>>>8,p-=8;if(p){do b=a[(b^c[l++])&255]^b>>>8;while(--p)}c=b^4294967295}return c};ZLIB.crc32_combine=function(a,e,l){var p,q,n,m;if(0>=l)return a;n=Array(32);m=Array(32);m[0]=3988292384;for(p=q=1;32>p;p++)m[p]=q,q<<=1;c(n,m);c(m,n);do{c(n,m);l&1&&(a=b(n,a));l>>=1;if(0==l)break;c(m,n);l&1&&(a=b(m,a));l>>=1}while(0!=l);return a^e}})();
902
+var saveAs=saveAs||function(b){if("undefined"===typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent)){var c=b.document.createElementNS("http://www.w3.org/1999/xhtml","a"),a="download"in c,d=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent),e=b.webkitRequestFileSystem,l=b.requestFileSystem||e||b.mozRequestFileSystem,p=function(a){(b.setImmediate||b.setTimeout)(function(){throw a;},0)},q=0,n=function(a){var c=function(){"string"===typeof a?(b.URL||b.webkitURL||b).revokeObjectURL(a):a.remove()};
903
+b.chrome?c():setTimeout(c,500)},m=function(a,b,c){b=[].concat(b);for(var d=b.length;d--;){var e=a["on"+b[d]];if("function"===typeof e)try{e.call(a,c||a)}catch(h){p(h)}}},v=function(a){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\ufeff",a],{type:a.type}):a},h=function(h,k,g){g||(h=v(h));var p=this;g=h.type;var u=!1,z,x,w=function(){m(p,["writestart","progress","write","writeend"])},F=function(){if(x&&d&&"undefined"!==typeof FileReader){var a=
904
+new FileReader;a.onloadend=function(){var b=a.result;x.location.href="data:attachment/file"+b.slice(b.search(/[,;]/));p.readyState=p.DONE;w()};a.readAsDataURL(h);p.readyState=p.INIT}else{if(u||!z)z=(b.URL||b.webkitURL||b).createObjectURL(h);x?x.location.href=z:void 0==b.open(z,"_blank")&&d&&(b.location.href=z);p.readyState=p.DONE;w();n(z)}},H=function(a){return function(){if(p.readyState!==p.DONE)return a.apply(this,arguments)}},D={create:!0,exclusive:!1},A;p.readyState=p.INIT;k||(k="download");if(a)z=
905
+(b.URL||b.webkitURL||b).createObjectURL(h),c.href=z,c.download=k,setTimeout(function(){var a=new MouseEvent("click");c.dispatchEvent(a);w();n(z);p.readyState=p.DONE});else{b.chrome&&g&&"application/octet-stream"!==g&&(A=h.slice||h.webkitSlice,h=A.call(h,0,h.size,"application/octet-stream"),u=!0);e&&"download"!==k&&(k+=".download");if("application/octet-stream"===g||e)x=b;l?(q+=h.size,l(b.TEMPORARY,q,H(function(a){a.root.getDirectory("saved",D,H(function(a){var b=function(){a.getFile(k,D,H(function(a){a.createWriter(H(function(b){b.onwriteend=
906
+function(b){x.location.href=a.toURL();p.readyState=p.DONE;m(p,"writeend",b);n(a)};b.onerror=function(){var a=b.error;a.code!==a.ABORT_ERR&&F()};["writestart","progress","write","abort"].forEach(function(a){b["on"+a]=p["on"+a]});b.write(h);p.abort=function(){b.abort();p.readyState=p.DONE};p.readyState=p.WRITING}),F)}),F)};a.getFile(k,{create:!1},H(function(a){a.remove();b()}),H(function(a){a.code===a.NOT_FOUND_ERR?b():F()}))}),F)}),F)):F()}},z=h.prototype;if("undefined"!==typeof navigator&&navigator.msSaveOrOpenBlob)return function(a,
907
+b,c){c||(a=v(a));return navigator.msSaveOrOpenBlob(a,b||"download")};z.abort=function(){this.readyState=this.DONE;m(this,"abort")};z.readyState=z.INIT=0;z.WRITING=1;z.DONE=2;z.error=z.onwritestart=z.onprogress=z.onwrite=z.onabort=z.onerror=z.onwriteend=null;return function(a,b,c){return new h(a,b,c)}}}("undefined"!==typeof self&&self||"undefined"!==typeof window&&window||this.content);
908
"undefined"!==typeof module&&module.exports?module.exports.saveAs=saveAs:"undefined"!==typeof define&&null!==define&&null!=define.amd&&define([],function(){return saveAs});
899
-var version="0.7.8",urlvars={},amtstack,wsstack=null,AllWsman="AMT_8021xCredentialContext AMT_8021XProfile AMT_ActiveFilterStatistics AMT_AgentPresenceCapabilities AMT_AgentPresenceInterfacePolicy AMT_AgentPresenceService AMT_AgentPresenceWatchdog AMT_AgentPresenceWatchdogAction AMT_AlarmClockService IPS_AlarmClockOccurrence AMT_AssetTable AMT_AssetTableService AMT_AuditLog AMT_AuditPolicyRule AMT_AuthorizationService AMT_BootCapabilities AMT_BootSettingData AMT_ComplexFilterEntryBase AMT_CRL AMT_CryptographicCapabilities AMT_EACCredentialContext AMT_EndpointAccessControlService AMT_EnvironmentDetectionInterfacePolicy AMT_EnvironmentDetectionSettingData AMT_EthernetPortSettings AMT_EventLogEntry AMT_EventManagerService AMT_EventSubscriber AMT_FilterEntryBase AMT_FilterInSystemDefensePolicy AMT_GeneralSettings AMT_GeneralSystemDefenseCapabilities AMT_Hdr8021Filter AMT_HeuristicPacketFilterInterfacePolicy AMT_HeuristicPacketFilterSettings AMT_HeuristicPacketFilterStatistics AMT_InterfacePolicy AMT_IPHeadersFilter AMT_KerberosSettingData AMT_ManagementPresenceRemoteSAP AMT_MessageLog AMT_MPSUsernamePassword AMT_NetworkFilter AMT_NetworkPortDefaultSystemDefensePolicy AMT_NetworkPortSystemDefenseCapabilities AMT_NetworkPortSystemDefensePolicy AMT_PCIDevice AMT_PETCapabilities AMT_PETFilterForTarget AMT_PETFilterSetting AMT_ProvisioningCertificateHash AMT_PublicKeyCertificate AMT_PublicKeyManagementCapabilities AMT_PublicKeyManagementService AMT_PublicPrivateKeyPair AMT_RedirectionService AMT_RemoteAccessCapabilities AMT_RemoteAccessCredentialContext AMT_RemoteAccessPolicyAppliesToMPS AMT_RemoteAccessPolicyRule AMT_RemoteAccessService AMT_SetupAndConfigurationService AMT_SNMPEventSubscriber AMT_StateTransitionCondition AMT_SystemDefensePolicy AMT_SystemDefensePolicyInService AMT_SystemDefenseService AMT_SystemPowerScheme AMT_ThirdPartyDataStorageAdministrationService AMT_ThirdPartyDataStorageService AMT_TimeSynchronizationService AMT_TLSCredentialContext AMT_TLSProtocolEndpoint AMT_TLSProtocolEndpointCollection AMT_TLSSettingData AMT_TrapTargetForService AMT_UserInitiatedConnectionService AMT_WebUIService AMT_WiFiPortConfigurationService CIM_AbstractIndicationSubscription CIM_Account CIM_AccountManagementCapabilities CIM_AccountManagementService CIM_AccountOnSystem CIM_AdminDomain CIM_AlertIndication CIM_AssignedIdentity CIM_AssociatedPowerManagementService CIM_AuthenticationService CIM_AuthorizationService CIM_BIOSElement CIM_BIOSFeature CIM_BIOSFeatureBIOSElements CIM_BootConfigSetting CIM_BootService CIM_BootSettingData CIM_BootSourceSetting CIM_Capabilities CIM_Card CIM_Chassis CIM_Chip CIM_Collection CIM_Component CIM_ComputerSystem CIM_ComputerSystemPackage CIM_ConcreteComponent CIM_ConcreteDependency CIM_Controller CIM_CoolingDevice CIM_Credential CIM_CredentialContext CIM_CredentialManagementService CIM_Dependency CIM_DeviceSAPImplementation CIM_ElementCapabilities CIM_ElementConformsToProfile CIM_ElementLocation CIM_ElementSettingData CIM_ElementSoftwareIdentity CIM_ElementStatisticalData CIM_EnabledLogicalElement CIM_EnabledLogicalElementCapabilities CIM_EthernetPort CIM_Fan CIM_FilterCollection CIM_FilterCollectionSubscription CIM_HostedAccessPoint CIM_HostedDependency CIM_HostedService CIM_Identity CIM_IEEE8021xCapabilities CIM_IEEE8021xSettings CIM_Indication CIM_IndicationService CIM_InstalledSoftwareIdentity CIM_KVMRedirectionSAP CIM_LANEndpoint CIM_ListenerDestination CIM_ListenerDestinationWSManagement CIM_Location CIM_Log CIM_LogEntry CIM_LogicalDevice CIM_LogicalElement CIM_LogicalPort CIM_LogicalPortCapabilities CIM_LogManagesRecord CIM_ManagedCredential CIM_ManagedElement CIM_ManagedSystemElement CIM_MediaAccessDevice CIM_MemberOfCollection CIM_Memory CIM_MessageLog CIM_NetworkPort CIM_NetworkPortCapabilities CIM_NetworkPortConfigurationService CIM_OrderedComponent CIM_OwningCollectionElement CIM_OwningJobElement CIM_PCIController CIM_PhysicalComponent CIM_PhysicalElement CIM_PhysicalElementLocation CIM_PhysicalFrame CIM_PhysicalMemory CIM_PhysicalPackage CIM_Policy CIM_PolicyAction CIM_PolicyCondition CIM_PolicyInSystem CIM_PolicyRule CIM_PolicyRuleInSystem CIM_PolicySet CIM_PolicySetAppliesToElement CIM_PolicySetInSystem CIM_PowerManagementCapabilities CIM_PowerManagementService CIM_PowerSupply CIM_Privilege CIM_PrivilegeManagementCapabilities CIM_PrivilegeManagementService CIM_ProcessIndication CIM_Processor CIM_ProtocolEndpoint CIM_ProvidesServiceToElement CIM_Realizes CIM_RecordForLog CIM_RecordLog CIM_RedirectionService CIM_ReferencedProfile CIM_RegisteredProfile CIM_RemoteAccessAvailableToElement CIM_RemoteIdentity CIM_RemotePort CIM_RemoteServiceAccessPoint CIM_Role CIM_RoleBasedAuthorizationService CIM_RoleBasedManagementCapabilities CIM_RoleLimitedToTarget CIM_SAPAvailableForElement CIM_SecurityService CIM_Sensor CIM_Service CIM_ServiceAccessBySAP CIM_ServiceAccessPoint CIM_ServiceAffectsElement CIM_ServiceAvailableToElement CIM_ServiceSAPDependency CIM_ServiceServiceDependency CIM_SettingData CIM_SharedCredential CIM_SoftwareElement CIM_SoftwareFeature CIM_SoftwareFeatureSoftwareElements CIM_SoftwareIdentity CIM_StatisticalData CIM_StorageExtent CIM_System CIM_SystemBIOS CIM_SystemComponent CIM_SystemDevice CIM_SystemPackaging CIM_UseOfLog CIM_Watchdog CIM_WiFiEndpoint CIM_WiFiEndpointCapabilities CIM_WiFiEndpointSettings CIM_WiFiPort CIM_WiFiPortCapabilities IPS_AdminProvisioningRecord IPS_ClientProvisioningRecord IPS_HostBasedSetupService IPS_HostIPSettings IPS_HTTPProxyService IPS_HTTPProxyAccessPoint IPS_IderSessionUsingPort IPS_IPv6PortSettings IPS_KVMRedirectionSettingData IPS_KvmSessionUsingPort IPS_ManualProvisioningRecord IPS_OptInService IPS_ProvisioningAuditRecord IPS_ProvisioningRecordLog IPS_RasSessionUsingPort IPS_ScreenConfigurationService IPS_ScreenSettingData IPS_SecIOService IPS_SessionUsingPort IPS_SolSessionUsingPort IPS_TLSProvisioningRecord IPS_WatchDogAction".split(" "),disconnecturl=
909
+var version="0.7.9",urlvars={},amtstack,wsstack=null,AllWsman="AMT_8021xCredentialContext AMT_8021XProfile AMT_ActiveFilterStatistics AMT_AgentPresenceCapabilities AMT_AgentPresenceInterfacePolicy AMT_AgentPresenceService AMT_AgentPresenceWatchdog AMT_AgentPresenceWatchdogAction AMT_AlarmClockService IPS_AlarmClockOccurrence AMT_AssetTable AMT_AssetTableService AMT_AuditLog AMT_AuditPolicyRule AMT_AuthorizationService AMT_BootCapabilities AMT_BootSettingData AMT_ComplexFilterEntryBase AMT_CRL AMT_CryptographicCapabilities AMT_EACCredentialContext AMT_EndpointAccessControlService AMT_EnvironmentDetectionInterfacePolicy AMT_EnvironmentDetectionSettingData AMT_EthernetPortSettings AMT_EventLogEntry AMT_EventManagerService AMT_EventSubscriber AMT_FilterEntryBase AMT_FilterInSystemDefensePolicy AMT_GeneralSettings AMT_GeneralSystemDefenseCapabilities AMT_Hdr8021Filter AMT_HeuristicPacketFilterInterfacePolicy AMT_HeuristicPacketFilterSettings AMT_HeuristicPacketFilterStatistics AMT_InterfacePolicy AMT_IPHeadersFilter AMT_KerberosSettingData AMT_ManagementPresenceRemoteSAP AMT_MessageLog AMT_MPSUsernamePassword AMT_NetworkFilter AMT_NetworkPortDefaultSystemDefensePolicy AMT_NetworkPortSystemDefenseCapabilities AMT_NetworkPortSystemDefensePolicy AMT_PCIDevice AMT_PETCapabilities AMT_PETFilterForTarget AMT_PETFilterSetting AMT_ProvisioningCertificateHash AMT_PublicKeyCertificate AMT_PublicKeyManagementCapabilities AMT_PublicKeyManagementService AMT_PublicPrivateKeyPair AMT_RedirectionService AMT_RemoteAccessCapabilities AMT_RemoteAccessCredentialContext AMT_RemoteAccessPolicyAppliesToMPS AMT_RemoteAccessPolicyRule AMT_RemoteAccessService AMT_SetupAndConfigurationService AMT_SNMPEventSubscriber AMT_StateTransitionCondition AMT_SystemDefensePolicy AMT_SystemDefensePolicyInService AMT_SystemDefenseService AMT_SystemPowerScheme AMT_ThirdPartyDataStorageAdministrationService AMT_ThirdPartyDataStorageService AMT_TimeSynchronizationService AMT_TLSCredentialContext AMT_TLSProtocolEndpoint AMT_TLSProtocolEndpointCollection AMT_TLSSettingData AMT_TrapTargetForService AMT_UserInitiatedConnectionService AMT_WebUIService AMT_WiFiPortConfigurationService CIM_AbstractIndicationSubscription CIM_Account CIM_AccountManagementCapabilities CIM_AccountManagementService CIM_AccountOnSystem CIM_AdminDomain CIM_AlertIndication CIM_AssignedIdentity CIM_AssociatedPowerManagementService CIM_AuthenticationService CIM_AuthorizationService CIM_BIOSElement CIM_BIOSFeature CIM_BIOSFeatureBIOSElements CIM_BootConfigSetting CIM_BootService CIM_BootSettingData CIM_BootSourceSetting CIM_Capabilities CIM_Card CIM_Chassis CIM_Chip CIM_Collection CIM_Component CIM_ComputerSystem CIM_ComputerSystemPackage CIM_ConcreteComponent CIM_ConcreteDependency CIM_Controller CIM_CoolingDevice CIM_Credential CIM_CredentialContext CIM_CredentialManagementService CIM_Dependency CIM_DeviceSAPImplementation CIM_ElementCapabilities CIM_ElementConformsToProfile CIM_ElementLocation CIM_ElementSettingData CIM_ElementSoftwareIdentity CIM_ElementStatisticalData CIM_EnabledLogicalElement CIM_EnabledLogicalElementCapabilities CIM_EthernetPort CIM_Fan CIM_FilterCollection CIM_FilterCollectionSubscription CIM_HostedAccessPoint CIM_HostedDependency CIM_HostedService CIM_Identity CIM_IEEE8021xCapabilities CIM_IEEE8021xSettings CIM_Indication CIM_IndicationService CIM_InstalledSoftwareIdentity CIM_KVMRedirectionSAP CIM_LANEndpoint CIM_ListenerDestination CIM_ListenerDestinationWSManagement CIM_Location CIM_Log CIM_LogEntry CIM_LogicalDevice CIM_LogicalElement CIM_LogicalPort CIM_LogicalPortCapabilities CIM_LogManagesRecord CIM_ManagedCredential CIM_ManagedElement CIM_ManagedSystemElement CIM_MediaAccessDevice CIM_MemberOfCollection CIM_Memory CIM_MessageLog CIM_NetworkPort CIM_NetworkPortCapabilities CIM_NetworkPortConfigurationService CIM_OrderedComponent CIM_OwningCollectionElement CIM_OwningJobElement CIM_PCIController CIM_PhysicalComponent CIM_PhysicalElement CIM_PhysicalElementLocation CIM_PhysicalFrame CIM_PhysicalMemory CIM_PhysicalPackage CIM_Policy CIM_PolicyAction CIM_PolicyCondition CIM_PolicyInSystem CIM_PolicyRule CIM_PolicyRuleInSystem CIM_PolicySet CIM_PolicySetAppliesToElement CIM_PolicySetInSystem CIM_PowerManagementCapabilities CIM_PowerManagementService CIM_PowerSupply CIM_Privilege CIM_PrivilegeManagementCapabilities CIM_PrivilegeManagementService CIM_ProcessIndication CIM_Processor CIM_ProtocolEndpoint CIM_ProvidesServiceToElement CIM_Realizes CIM_RecordForLog CIM_RecordLog CIM_RedirectionService CIM_ReferencedProfile CIM_RegisteredProfile CIM_RemoteAccessAvailableToElement CIM_RemoteIdentity CIM_RemotePort CIM_RemoteServiceAccessPoint CIM_Role CIM_RoleBasedAuthorizationService CIM_RoleBasedManagementCapabilities CIM_RoleLimitedToTarget CIM_SAPAvailableForElement CIM_SecurityService CIM_Sensor CIM_Service CIM_ServiceAccessBySAP CIM_ServiceAccessPoint CIM_ServiceAffectsElement CIM_ServiceAvailableToElement CIM_ServiceSAPDependency CIM_ServiceServiceDependency CIM_SettingData CIM_SharedCredential CIM_SoftwareElement CIM_SoftwareFeature CIM_SoftwareFeatureSoftwareElements CIM_SoftwareIdentity CIM_StatisticalData CIM_StorageExtent CIM_System CIM_SystemBIOS CIM_SystemComponent CIM_SystemDevice CIM_SystemPackaging CIM_UseOfLog CIM_Watchdog CIM_WiFiEndpoint CIM_WiFiEndpointCapabilities CIM_WiFiEndpointSettings CIM_WiFiPort CIM_WiFiPortCapabilities IPS_AdminProvisioningRecord IPS_ClientProvisioningRecord IPS_HostBasedSetupService IPS_HostIPSettings IPS_HTTPProxyService IPS_HTTPProxyAccessPoint IPS_IderSessionUsingPort IPS_IPv6PortSettings IPS_KVMRedirectionSettingData IPS_KvmSessionUsingPort IPS_ManualProvisioningRecord IPS_OptInService IPS_ProvisioningAuditRecord IPS_ProvisioningRecordLog IPS_RasSessionUsingPort IPS_ScreenConfigurationService IPS_ScreenSettingData IPS_SecIOService IPS_SessionUsingPort IPS_SolSessionUsingPort IPS_TLSProvisioningRecord IPS_WatchDogAction".split(" "),disconnecturl=
910
null,terminal,currentView=0,LoadingHtml="<div style=text-align:center;padding-top:20px>Loading...<div>",amtversion=0,amtversionmin=0,amtFirstPull=0,amtwirelessif=-1,desktop,desktopsettings={encoding:1,showfocus:!1,showmouse:!0,showcad:!0,limitFrameRate:!1,noMouseRotate:!1},currentMeshNode=null,webcompilerfeatures="AgentPresence Alarms AuditLog Certificates ComputerSelectorToolbar Desktop DesktopInband DesktopInbandFiles Desktop-Multi DesktopRotation Desktop-Settings DesktopType EventLog EventSubscriptions FileSaver HardwareInfo IDER IDERDebug IDERStats Inflate Look-MeshCentral Mode-MeshCentral2 NetworkSettings PowerControl PowerControl-Advanced RemoteAccess Scripting Scripting-Editor Storage SystemDefense Terminal Terminal-Enumation-All Terminal-FxEnumation-All TerminalSize VersionWarning Wireless WsmanBrowser".split(" "),
911
StatusStrs=["Disconnected","Connecting...","Setup...","Connected"],scriptstate,t,t2,rsepass=null;
912
function startup(){var b=document.getElementsByTagName("input");for(t=0;t<b.length;t++)b[t].id&&(window[b[t].id]=b[t]);urlvars=getUrlVars();for(var c in AllWsman)b=document.createElement("option"),b.text=AllWsman[c],b.id="WSB-"+AllWsman[c],Q(24).add(b);desktop=CreateAmtRedirect(CreateAmtRemoteDesktop("Desk",Q(8)));desktop.onStateChanged=onDesktopStateChange;QE("c10",!0);(t=localStorage.getItem("desktopsettings"))&&(desktopsettings=JSON.parse(t));applyDesktopSettings();
903
-terminal=CreateAmtRedirect(CreateAmtRemoteTerminal("Term"));terminal.onStateChanged=onTerminalStateChange;Q(35).value=terminalEmulations[terminal.m.terminalEmulation];Q(32).value=["CR+LF","LF"][terminal.m.fxLineBreak];QE("c4",!0);Q("p13").addEventListener("dragover",haltEvent,!1);Q("p13").addEventListener("dragleave",haltEvent,!1);Q("p13").addEventListener("drop",terminal_FileSelectHandler,!1);document.addEventListener("dragover",haltEvent,!1);document.addEventListener("dragleave",
913
+terminal=CreateAmtRedirect(CreateAmtRemoteTerminal("Term"));terminal.onStateChanged=onTerminalStateChange;Q(35).value=terminalEmulations[terminal.m.terminalEmulation];Q(32).value="\r\n"==terminal.m.lineFeed?"CR+LF":"LF";QE("c4",!0);Q("p13").addEventListener("dragover",haltEvent,!1);Q("p13").addEventListener("dragleave",haltEvent,!1);Q("p13").addEventListener("drop",terminal_FileSelectHandler,!1);document.addEventListener("dragover",haltEvent,!1);document.addEventListener("dragleave",
914
haltEvent,!1);document.addEventListener("drop",documentFileSelectHandler,!1);Q("p16").addEventListener("dragover",haltEvent,!1);Q("p16").addEventListener("dragleave",haltEvent,!1);Q("p16").addEventListener("drop",cert_FileSelectHandler,!1);Q("Desk").toBlob||QV("c6",!1);document.onkeyup=handleKeyUp;document.onkeydown=handleKeyDown;document.onkeypress=handleKeyPress;window.onresize=center;center();scriptLoadStartingBlocks();Q("p24filetable").addEventListener("drop",p24fileDragDrop,!1);
915
Q("p24filetable").addEventListener("dragover",p24fileDragOver,!1);Q("p24filetable").addEventListener("dragleave",p24fileDragLeave,!1)}
916
function documentFileSelectHandler(b){haltEvent(b);if(null!=b.dataTransfer&&0<currentView&&100>currentView&&(1==b.dataTransfer.files.length||2==b.dataTransfer.files.length)){var c=null,a=null;b.dataTransfer.files[0].name.toLowerCase().endsWith(".iso")&&(a=b.dataTransfer.files[0]);b.dataTransfer.files[0].name.toLowerCase().endsWith(".img")&&(c=b.dataTransfer.files[0]);2==b.dataTransfer.files.length&&(b.dataTransfer.files[1].name.toLowerCase().endsWith(".iso")&&(a=b.dataTransfer.files[1]),b.dataTransfer.files[1].name.toLowerCase().endsWith(".img")&&
@@ -910,7 +920,7 @@ function setUrlVar(b,c){urlvars||(urlvars={});urlvars[b]=c}function cleanup(){c3
920
function handleKeyUp(b){if(!xxdialogMode){if(14==currentView&&3==desktop.State){if(Q(50).checked)return;if(null!=webRtcDesktop&&null!=webRtcDesktop.softdesktop)webRtcDesktop.softdesktop.m.handleKeyUp(b),desktop.m.sendKeepAlive();else return desktop.m.handleKeyUp(b)}if(13==currentView&&3==terminal.State)return terminal.m.TermHandleKeyUp(b)}}
921
function handleKeyDown(b){if(!xxdialogMode){if(14==currentView&&3==desktop.State){if(Q(50).checked)return;if(null!=webRtcDesktop&&null!=webRtcDesktop.softdesktop)webRtcDesktop.softdesktop.m.handleKeyDown(b),desktop.m.sendKeepAlive();else return desktop.m.handleKeyDown(b)}if(13==currentView&&3==terminal.State)return terminal.m.TermHandleKeyDown(b)}}
922
function handleKeyPress(b){if(!xxdialogMode){if(14==currentView&&3==desktop.State){if(Q(50).checked)return;if(null!=webRtcDesktop&&null!=webRtcDesktop.softdesktop)webRtcDesktop.softdesktop.m.handleKeys(b),desktop.m.sendKeepAlive();else return desktop.m.handleKeys(b)}if(13==currentView&&3==terminal.State)return terminal.m.TermHandleKeys(b)}}var connectFunc=null,connectFuncTag=null;
913
-function connect(b,c,a,d,e,p,h){go(0);fullscreenonly=!1;connectFunc=p;connectFuncTag=h;1==urlvars.kvm&&go(14);if(1==urlvars.kvmfull||1==urlvars.kvmonly)go(14),deskToggleFull(1==urlvars.kvmonly);1==urlvars.sol&&go(13);wsstack=WsmanStackCreateService(b,c,a,d,e);amtstack=AmtStackCreateService(wsstack);amtstack.onProcessChanged=onProcessChanged;for(b=2;25>b;b++)QV("go"+b,!1);QV("go8",!0);QV("go13",!1);QV("go12",!0);QV("go20",!0);QH(30,"");QH(41,"");amtversion=amtversionmin=amtFirstPull=
923
+function connect(b,c,a,d,e,l,p){go(0);fullscreenonly=!1;connectFunc=l;connectFuncTag=p;1==urlvars.kvm&&go(14);if(1==urlvars.kvmfull||1==urlvars.kvmonly)go(14),deskToggleFull(1==urlvars.kvmonly);1==urlvars.sol&&go(13);wsstack=WsmanStackCreateService(b,c,a,d,e);amtstack=AmtStackCreateService(wsstack);amtstack.onProcessChanged=onProcessChanged;for(b=2;25>b;b++)QV("go"+b,!1);QV("go8",!0);QV("go13",!1);QV("go12",!0);QV("go20",!0);QH(30,"");QH(41,"");amtversion=amtversionmin=amtFirstPull=
924
0;amtsysstate=amtdeltatime=amtlogicalelements=HardwareInventory=void 0;amtPowerBootCapabilities=null;xxAccountFetch=999;QH(17,LoadingHtml);QH(21,LoadingHtml);amtwirelessif=-1;xxWireless=void 0;QH(22,"");QH(18,LoadingHtml);xxAccountAdminName=null;xxAccountRealmInfo={};QH(23,LoadingHtml);eventmessages=null;QH(19,"");QH(20,LoadingHtml);auditLog=null;QH(51,"");
925
QH(52,LoadingHtml);xxCertificates=null;QH(53,LoadingHtml);QH(26,"");iderStop();xxPolicies=xxMPSUserPass=xxRemoteAccessCredentiaLinks=xxUserInitiatedCira=xxCiraServers=xxEnvironementDetection=xxRemoteAccess=null;QH(54,LoadingHtml);QH(56,LoadingHtml);xxSystemDefense=null;xxSystemDefenceLinkedPolicy={};xxUpdatingDefenseStats=!1;xxFilterStatistics=[{},{}];xxFilterStatisticsTimer=null;xxFilterStatisticsTimerActive=
926
!1;QH(55,LoadingHtml);QE(45,!1);QE("DeskWD",!1);QE("deskkeys",!1);urlvars.kvmviewonly&&(QE(50,!1),Q(50).checked=!0);QE(46,!1);desktopScreenInfo=null;amtstack.BatchEnum("",["CIM_SoftwareIdentity","*AMT_SetupAndConfigurationService"],processSystemVersion);QV(13,!1);fupdatescript()}
@@ -920,32 +930,34 @@ function checkAmtVersion(b){var c=b.split(".");b=parseInt(c[0]);var a=parseInt(c
930
function processSystemVersion(b,c,a,d){if(200==d||400==d){if(200==d){amtlogicalelements=[];null!=a&&null!=a.CIM_SoftwareIdentity&&null!=a.CIM_SoftwareIdentity.responses&&(amtlogicalelements=a.CIM_SoftwareIdentity.responses,null!=a.AMT_SetupAndConfigurationService&&null!=a.AMT_SetupAndConfigurationService.response&&amtlogicalelements.push(a.AMT_SetupAndConfigurationService.response));if(0==amtlogicalelements.length){console.error("ERROR: Could not get Intel AMT version.");disconnect();return}c=getInstance(amtlogicalelements,
931
"AMT").VersionString}else if(c=b.wsman.comm.amtVersion,!c){errcheck(400,b);return}amtversion=parseInt(c.split(".")[0]);amtversionmin=parseInt(c.split(".")[1]);QV(13,checkAmtVersion(c));PullSystemStatus();updateSystemStatus();1!=urlvars.kvmonly&&0==fullscreenonly&&(PullUserInfo(),8<=amtversion&&PullAlarms());connectFunc&&(connectFunc(connectFuncTag),connectFuncTag=connectFunc=null);1==urlvars.kvm&&(go(14),connectDesktop());if(1==urlvars.kvmfull||1==urlvars.kvmonly)go(14),connectDesktop();
932
1==urlvars.sol&&(go(13),connectTerminal())}else errcheck(d,b)}var refreshButtonsState=!0;function refreshButtons(b){if(refreshButtonsState!=b){refreshButtonsState=b;for(var c=0,a=document.getElementsByTagName("input");c<a.length;c++)"refreshbtn"==a[c].name&&(a[c].disabled=!b)}}
923
-function PullPowerState(){amtstack&&0==amtstack.GetPendingActions()&&amtsysstate&&amtsysstate.CIM_ServiceAvailableToElement&&amtstack.Enum("CIM_ServiceAvailableToElement",function(b,c,a,d){errcheck(d,b)||(amtsysstate.CIM_ServiceAvailableToElement.responses=a,updateSystemStatus())})}
924
-function PullSystemStatus(b){refreshButtons(!1);amtstack.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch(processSystemTime);var c=["CIM_ServiceAvailableToElement","*AMT_GeneralSettings","AMT_EthernetPortSettings","*AMT_RedirectionService","CIM_ElementSettingData"];5<amtversion&&c.push("IPS_IPv6PortSettings","*CIM_KVMRedirectionSAP","*IPS_OptInService","*IPS_KVMRedirectionSettingData");9<amtversion&&c.push("*IPS_ScreenConfigurationService");amtstack.BatchEnum("",c,processSystemStatus,!0);1==
925
-b&&PullWireless()}function processSystemTime(b,c,a,d){errcheck(d,b)||200!=d||(b=new Date,c=new Date,b.setTime(1E3*a.Body.Ta0+6E4*b.getTimezoneOffset()),amtdeltatime=b-c,updateSystemStatus())}var amtdeltatime,amtsysstate,amtlogicalelements,amtfeatures={};
933
+function PullPowerState(){amtstack&&0==amtstack.GetPendingActions()&&amtsysstate&&amtsysstate.CIM_ServiceAvailableToElement&&amtstack.Enum("CIM_ServiceAvailableToElement",function(b,c,a,d){errcheck(d,b)||(amtsysstate.CIM_ServiceAvailableToElement.responses=a,9<amtversion&&null!=amtsysstate.CIM_ServiceAvailableToElement&&null!=amtsysstate.CIM_ServiceAvailableToElement.responses&&0<amtsysstate.CIM_ServiceAvailableToElement.responses.length&&2==amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState?
934
+amtstack.Enum("CIM_EnabledLogicalElement",function(a,b,c,d){errcheck(d,a)||(amtsysstate.CIM_EnabledLogicalElement.responses=c,updateSystemStatus())}):updateSystemStatus())})}
935
+function PullSystemStatus(b){refreshButtons(!1);amtstack.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch(processSystemTime);var c=["CIM_ServiceAvailableToElement","*AMT_GeneralSettings","AMT_EthernetPortSettings","*AMT_RedirectionService","CIM_ElementSettingData"];5<amtversion&&c.push("IPS_IPv6PortSettings","*CIM_KVMRedirectionSAP","*IPS_OptInService","*IPS_KVMRedirectionSettingData");9<amtversion&&c.push("*IPS_ScreenConfigurationService","CIM_EnabledLogicalElement");amtstack.BatchEnum("",
936
+c,processSystemStatus,!0);1==b&&PullWireless()}function processSystemTime(b,c,a,d){errcheck(d,b)||200!=d||(b=new Date,c=new Date,b.setTime(1E3*a.Body.Ta0+6E4*b.getTimezoneOffset()),amtdeltatime=b-c,updateSystemStatus())}var amtdeltatime,amtsysstate,amtlogicalelements,amtfeatures={};
937
function processSystemStatus(b,c,a,d){if(void 0==a.IPS_ScreenConfigurationService||400==a.IPS_ScreenConfigurationService.status)a.IPS_ScreenConfigurationService=null;if(void 0==a.IPS_KVMRedirectionSettingData||400==a.IPS_KVMRedirectionSettingData.status)a.IPS_KVMRedirectionSettingData=null;if(void 0==a.CIM_KVMRedirectionSAP||400==a.CIM_KVMRedirectionSAP.status)a.CIM_KVMRedirectionSAP=null;if(void 0==a.IPS_OptInService||400==a.IPS_OptInService.status)a.IPS_OptInService=null;void 0!=a.AMT_RedirectionService&&
938
200==a.AMT_RedirectionService.status&&QV("go13",!0);d=0;for(var e in a)null!=a[e]&&a[e].status>d&&(d=a[e].status);400!=d&&errcheck(d,b)||(amtsysstate=a,updateSystemStatus())}function syncClock(){xxdialogMode||setDialogMode(11,"Synchronize Clock",3,syncClockEx,"Synchronize Intel AMT clock with this computer?")}
939
function syncClockEx(){amtstack.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch(function(b,c,a,d){200!=d?messagebox("","Failed to set time, status = "+d):0!=a.Body.ReturnValue?messagebox("","Failed to set time, error: "+a.Body.ReturnValueStr):(b=new Date,b=Math.round((b.getTime()-6E4*b.getTimezoneOffset())/1E3),amtstack.AMT_TimeSynchronizationService_SetHighAccuracyTimeSynch(a.Body.Ta0,b,b,function(){amtstack.AMT_TimeSynchronizationService_GetLowAccuracyTimeSynch(processSystemTime)}))})}
940
var DMTFPowerStates=";;Power on;Light sleep;Deep sleep;Power cycle (Soft off);Off - Hard;Hibernate (Off soft);Soft off;Power cycle (Off-hard);Master bus reset;Diagnostic interrupt (NMI);Not applicable;Off - Soft graceful;Off - Hard graceful;Master bus reset graceful;Power cycle (Off - Soft graceful);Power cycle (Off - Hard graceful);Diagnostic interrupt (INIT)".split(";");
930
-function updateSystemStatus(){if(amtsysstate&&!(99<currentView)){var b=0,c,a,d=TableStart(),e="",p=amtsysstate.AMT_GeneralSettings.response;a="<i>Unknown</i>";null!=amtsysstate.CIM_ServiceAvailableToElement&&null!=amtsysstate.CIM_ServiceAvailableToElement.responses&&0<amtsysstate.CIM_ServiceAvailableToElement.responses.length&&(a=DMTFPowerStates[amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState],QH(30,a),0!=desktop.State&&0<Q(41).innerHTML.length&&Q(41).innerHTML!=
931
-a&&(desktop.Stop(),setTimeout(connectDesktop,50)),QH(41,a));p.PowerSource&&(a+=[", Plugged-in",", On Battery"][p.PowerSource]);d+=TableEntry("Power",addLink(a,"showPowerActionDlg()"));c=p.HostName;a=p.DomainName;null!=a&&0<a.length&&(c+="."+a);c=0==c.length?"<i>None</i>":EscapeHtml(c);d+=TableEntry("Name & Domain",addLinkConditional(c,"showEditNameDlg()",xxAccountAdminName));HardwareInventory&&(d+=TableEntry("System ID",guidToStr(HardwareInventory.CIM_ComputerSystemPackage.response.PlatformGUID.toLowerCase())));
932
-if(amtlogicalelements){var h="",r=getItem(amtlogicalelements,"CreationClassName","AMT_SetupAndConfigurationService");2==r.ProvisioningState&&5<amtversion&&(h=" activated in Admin Control Mode (ACM)",4==r.ProvisioningMode&&(h=" activated in Client Control Mode (CCM)",b=9));d+=TableEntry("Intel® ME","v"+getItem(amtlogicalelements,"InstanceID","AMT").VersionString+h)}null!=amtsysstate.CIM_ServiceAvailableToElement&&null!=amtsysstate.CIM_ServiceAvailableToElement.responses&&0<amtsysstate.CIM_ServiceAvailableToElement.responses.length&&
933
-(QV(29,2!=amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState),QV(40,2!=amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState));if(200==amtsysstate.AMT_RedirectionService.status){var n=amtfeatures[0]=1==amtsysstate.AMT_RedirectionService.response.ListenerEnabled,m=amtfeatures[1]=0!=(amtsysstate.AMT_RedirectionService.response.EnabledState&2),h=amtfeatures[2]=0!=(amtsysstate.AMT_RedirectionService.response.EnabledState&1),z=amtfeatures[3]=void 0;
934
-5<amtversion&&null!=amtsysstate.CIM_KVMRedirectionSAP&&(QV("go14",!0),z=amtfeatures[3]=6==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState&&2==amtsysstate.CIM_KVMRedirectionSAP.response.RequestedState||2==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState||6==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState);n&&(e+=", Redirection Port");m&&(e+=", Serial-over-LAN");h&&(e+=", IDE-Redirect");z&&(e+=", KVM");""==e&&(e=" None");d+=TableEntry("Active Features",addLinkConditional(e.substring(2),
935
-"showFeaturesDlg()",xxAccountAdminName))}null!=amtsysstate.IPS_KVMRedirectionSettingData&&amtsysstate.IPS_KVMRedirectionSettingData.response&&(h=amtsysstate.IPS_KVMRedirectionSettingData.response,e="Primary display",7<amtversion&&void 0!==h.DefaultScreen&&255>h.DefaultScreen&&(e=["Primary display","Secondary display","3rd display"][h.DefaultScreen]),e='<span title="The default remote display is the '+e.toLowerCase()+'">'+e+"</span>",1==h.Is5900PortEnabled&&(e+=", Port 5900 enabled"),1==h.OptInPolicy&&
936
-(e+=", "+h.OptInPolicyTimeout+" second"+(0<h.OptInPolicyTimeout?"s":"")+" opt-in"),e+=", "+h.SessionTimeout+" minute"+(0<h.SessionTimeout?"s":"")+" session timeout",9<amtversion&&null!=amtsysstate.IPS_ScreenConfigurationService?((h=0!=(amtsysstate.IPS_ScreenConfigurationService.response.EnabledState&1))&&(e+=", Blanking Allowed"),QV(47,h),Q(48).checked=!1):QV(47,!1),d+=TableEntry("Remote Desktop",addLinkConditional(e,"showDesktopSettingsDlg()",xxAccountAdminName)));
937
-QV(27,!n||!m);QV(28,xxAccountAdminName);QV(38,!n||!z);QV(39,xxAccountAdminName);5<amtversion&&null!=amtsysstate.IPS_OptInService&&void 0!=amtsysstate.IPS_OptInService.response&&(e="Unknown state",n=amtsysstate.IPS_OptInService.response.OptInRequired,0==n&&(e="Not Required"),1==n&&(e="Required for KVM only"),4294967295==n&&(e="Always Required"),1==amtsysstate.IPS_OptInService.response.CanModifyOptInPolicy&&(e=addLinkConditional(e,"showConsentDlg()",
938
-xxAccountAdminName)),d+=TableEntry("User Consent",e));if(null!=AmtSystemPowerSchemes)for(var e=amtsysstate.CIM_ElementSettingData.responses,k=0;k<e.length;k++)if(e[k].SettingData&&1==e[k].IsCurrent&&"http://intel.com/wbem/wscim/1/amt-schema/1/AMT_SystemPowerScheme"==e[k].SettingData.ReferenceParameters.ResourceURI)for(n=e[k].SettingData.ReferenceParameters.SelectorSet.Selector[1].Value,m=0;m<AmtSystemPowerSchemes.length;m++)AmtSystemPowerSchemes[m].SchemeGUID==n&&(d+=TableEntry("Power Policy",addLinkConditional(AmtSystemPowerSchemes[m].Description.split(":")[1],
939
-'showPowerPolicyDlg("'+n+'")',xxAccountAdminName)));amtdeltatime&&(d+=TableEntry("Date & Time",addLinkConditional((new Date((new Date).getTime()+amtdeltatime)).toLocaleString(),"syncClock()",xxAccountAdminName)));e=AddRefreshButton("PullSystemStatus()")+" ";e+=AddButton("Power Actions...","showPowerActionDlg()")+" ";e+=AddButton("Save State...","saveEntireAmtState()")+" ";e+=AddButton("Run Script...","script_runScriptDlg()")+" ";d+=TableEnd(e);QH(17,d);d="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>"+
940
-TableEnd("<div> "+AddRefreshButton("PullSystemStatus(1)")+" Changing network settings may cause this page to becaume unavailable.");d=d+"<br><h2>General Settings</h2>"+TableStart();e="";"<i>None</i>"!=c&&(1==p.SharedFQDN&&(e=", shared with OS"),0==p.SharedFQDN&&(e=", different from OS"));d+=TableEntry("Name & Domain",addLinkConditional(c+e,"showEditNameDlg(1)",xxAccountAdminName));c="Disabled";1==p.DDNSUpdateEnabled?c="Enabled each "+p.DDNSPeriodicUpdateInterval+" minutes, TTL is "+p.DDNSTTL+
941
-" minutes":1==p.DDNSUpdateByDHCPServerEnabled&&(c="Update by DHCP server");d+=TableEntry("Dynamic DNS",addLinkConditional(c,"showEditDnsDlg()",xxAccountAdminName));d+=TableEnd();for(a in amtsysstate.AMT_EthernetPortSettings.responses){c=amtsysstate.AMT_EthernetPortSettings.responses[a];if(c.WLANLinkProtectionLevel||1==a)amtwirelessif=a;if(0!=a||amtwirelessif==a||"00-00-00-00-00-00"!=c.MACAddress){0==a&&b++;d+="<br><h2>"+(amtwirelessif==a?"Wireless":"Wired")+" Interface</h2>";d+=TableStart();d+=TableEntry("Link state",
942
-1==c.LinkIsUp?"Link is up":"Link is down");if(c.LinkPolicy){c.LinkPolicy=MakeToArray(c.LinkPolicy);e=[];for(k in c.LinkPolicy)1==c.LinkPolicy[k]&&e.push("S0/AC"),14==c.LinkPolicy[k]&&e.push("Sx/AC"),16==c.LinkPolicy[k]&&e.push("S0/DC"),224==c.LinkPolicy[k]&&e.push("Sx/DC");0==e.length&&e.push("");d+=TableEntry("Link policy",addLinkConditional(0==e.length?"Not available":"Available in: "+e.join(", "),"showLinkPolicyDlg("+a+")",xxAccountAdminName))}"00-00-00-00-00-00"!=c.MACAddress&&(d+=TableEntry("MAC address",
943
-c.MACAddress));amtwirelessif==a&&xxWireless&&xxWireless.CIM_WiFiPortCapabilities.response&&(d+=TableEntry("State",addLinkConditional(xxWifiState[xxWireless.CIM_WiFiPort.response.EnabledState],"showWifiStateDlg()",xxAccountAdminName)),s=xxWireless.CIM_WiFiEndpoint.response.LANID,d+=TableEntry("Radio State",xxRadioState[xxWireless.CIM_WiFiEndpoint.response.EnabledState]+", SSID: "+(s?s:"<i>None</i>")));amtwirelessif!=a&&(d+=TableEntry("Respond to ping",addLinkConditional(["Disabled","ICMP response",
944
-"RMCP response","ICMP & RMCP response"][p.PingResponseEnabled+(p.RmcpPingResponseEnabled<<1)],"showPingActionDlg()",xxAccountAdminName)),e=1==c.DHCPEnabled?"Automatic using DHCP server":"Static IP address",1==c.IpSyncEnabled&&(e+=", IP sync with OS"),d+=TableEntry("IPv4 state",addLinkConditional(e,"showIPSetupDlg()",xxAccountAdminName)));d+=TableEntry("IPv4 address",isIpAddress(c.IPAddress,"None"));isIpAddress(c.DefaultGateway)&&(d+=TableEntry("IPv4 gateway / Mask",c.DefaultGateway+" / "+isIpAddress(c.SubnetMask,
945
-"None")));e=c.PrimaryDNS;isIpAddress(e)&&(c.SecondaryDNS&&(e+=" / "+c.SecondaryDNS),d+=TableEntry("IPv4 domain name server",e));if(200==amtsysstate.IPS_IPv6PortSettings.status&&5<amtversion){c=amtsysstate.IPS_IPv6PortSettings.responses[a];for(var n="Disabled",v,e=amtsysstate.CIM_ElementSettingData.responses,k=0;k<e.length;k++)e[k].SettingData&&e[k].SettingData.ReferenceParameters.SelectorSet.Selector.Value=="Intel(r) IPS IPv6 Settings "+a&&(v=1==e[k].IsCurrent);1==v&&(e=isIpAddress(c.IPv6Address)||
946
-isIpAddress(c.DefaultRouter)||isIpAddress(c.PrimaryDNS)||isIpAddress(c.SecondaryDNS),n="Enabled, Automatic "+(e?"& manual":"")+" addresses");d+=TableEntry("IPv6 state",addLinkConditional(n,"showIPv6StateDlg("+a+","+v+")",xxAccountAdminName));if(1==v){if(c.CurrentAddressInfo&&0<c.CurrentAddressInfo.length){c.CurrentAddressInfo=MakeToArray(c.CurrentAddressInfo);ipv6addr="";for(k=0;k<c.CurrentAddressInfo.length;k++)0<ipv6addr.length&&(ipv6addr+=", "),ipv6addr+=c.CurrentAddressInfo[k].split(",")[0];d+=
947
-TableEntry("IPv6 address",addLink(ipv6addr,"showIPv6AddrDlg("+a+',"'+c.CurrentAddressInfo+'")'))}else d+=TableEntry("IPv6 address","None");isIpAddress(c.CurrentDefaultRouter)&&(d+=TableEntry("IPv6 default router",c.CurrentDefaultRouter));isIpAddress(c.CurrentPrimaryDNS)&&(e=c.CurrentPrimaryDNS,isIpAddress(c.CurrentSecondaryDNS)&&(e+=" / "+c.CurrentSecondaryDNS),d+=TableEntry("IPv6 domain name server",e))}}d+=TableEnd()}}1!=urlvars.kvmonly&&0==fullscreenonly&&(-1!=amtwirelessif&&0==(amtFirstPull&2)&&
948
-PullWireless(),QH(21,d),1==b&&0==(amtFirstPull&4)&&PullSystemDefense(),0==(amtFirstPull&8)&&(11<amtversion||11==amtversion&&5<amtversionmin)&&PullStorage());0==currentView&&go(1,1)}}function isIpAddress(b,c){return b&&null!=b&&0<b.length&&"::"!=b&&"::0"!=b?b:c}
941
+function updateSystemStatus(){if(amtsysstate&&!(99<currentView)){var b=0,c,a,d=TableStart(),e="",l=amtsysstate.AMT_GeneralSettings.response;a="<i>Unknown</i>";if(null!=amtsysstate.CIM_ServiceAvailableToElement&&null!=amtsysstate.CIM_ServiceAvailableToElement.responses&&0<amtsysstate.CIM_ServiceAvailableToElement.responses.length){a=DMTFPowerStates[amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState];if(9<amtversion&&"Power on"==a&&amtsysstate.CIM_EnabledLogicalElement&&amtsysstate.CIM_EnabledLogicalElement.responses&&
942
+0<amtsysstate.CIM_EnabledLogicalElement.responses.length)for(var p in amtsysstate.CIM_EnabledLogicalElement.responses){var q=amtsysstate.CIM_EnabledLogicalElement.responses[p];"IPS_PowerManagementService"==q.CreationClassName&&3==q.OSPowerSavingState&&(a="Standby (Connected)")}QH(30,a);QH(41,a)}l.PowerSource&&(a+=[", Plugged-in",", On Battery"][l.PowerSource]);d+=TableEntry("Power",addLink(a,"showPowerActionDlg()"));c=l.HostName;a=l.DomainName;null!=a&&0<a.length&&(c+="."+a);
943
+c=0==c.length?"<i>None</i>":EscapeHtml(c);d+=TableEntry("Name & Domain",addLinkConditional(c,"showEditNameDlg()",xxAccountAdminName));HardwareInventory&&(d+=TableEntry("System ID",guidToStr(HardwareInventory.CIM_ComputerSystemPackage.response.PlatformGUID.toLowerCase())));if(amtlogicalelements){var q="",n=getItem(amtlogicalelements,"CreationClassName","AMT_SetupAndConfigurationService");2==n.ProvisioningState&&5<amtversion&&(q=" activated in Admin Control Mode (ACM)",4==n.ProvisioningMode&&(q=" activated in Client Control Mode (CCM)",
944
+b=9));d+=TableEntry("Intel® ME","v"+getItem(amtlogicalelements,"InstanceID","AMT").VersionString+q)}null!=amtsysstate.CIM_ServiceAvailableToElement&&null!=amtsysstate.CIM_ServiceAvailableToElement.responses&&0<amtsysstate.CIM_ServiceAvailableToElement.responses.length&&(QV(29,2!=amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState),QV(40,2!=amtsysstate.CIM_ServiceAvailableToElement.responses[0].PowerState));if(200==amtsysstate.AMT_RedirectionService.status){var m=
945
+amtfeatures[0]=1==amtsysstate.AMT_RedirectionService.response.ListenerEnabled,v=amtfeatures[1]=0!=(amtsysstate.AMT_RedirectionService.response.EnabledState&2),q=amtfeatures[2]=0!=(amtsysstate.AMT_RedirectionService.response.EnabledState&1),h=amtfeatures[3]=void 0;5<amtversion&&null!=amtsysstate.CIM_KVMRedirectionSAP&&(QV("go14",!0),h=amtfeatures[3]=6==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState&&2==amtsysstate.CIM_KVMRedirectionSAP.response.RequestedState||2==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState||
946
+6==amtsysstate.CIM_KVMRedirectionSAP.response.EnabledState);m&&(e+=", Redirection Port");v&&(e+=", Serial-over-LAN");q&&(e+=", IDE-Redirect");h&&(e+=", KVM");""==e&&(e=" None");d+=TableEntry("Active Features",addLinkConditional(e.substring(2),"showFeaturesDlg()",xxAccountAdminName))}null!=amtsysstate.IPS_KVMRedirectionSettingData&&amtsysstate.IPS_KVMRedirectionSettingData.response&&(q=amtsysstate.IPS_KVMRedirectionSettingData.response,e="Primary display",7<amtversion&&void 0!==q.DefaultScreen&&255>
947
+q.DefaultScreen&&(e=["Primary display","Secondary display","3rd display"][q.DefaultScreen]),e='<span title="The default remote display is the '+e.toLowerCase()+'">'+e+"</span>",1==q.Is5900PortEnabled&&(e+=", Port 5900 enabled"),1==q.OptInPolicy&&(e+=", "+q.OptInPolicyTimeout+" second"+(0<q.OptInPolicyTimeout?"s":"")+" opt-in"),e+=", "+q.SessionTimeout+" minute"+(0<q.SessionTimeout?"s":"")+" session timeout",9<amtversion&&null!=amtsysstate.IPS_ScreenConfigurationService?((q=0!=(amtsysstate.IPS_ScreenConfigurationService.response.EnabledState&
948
+1))&&(e+=", Blanking Allowed"),QV(47,q),Q(48).checked=!1):QV(47,!1),d+=TableEntry("Remote Desktop",addLinkConditional(e,"showDesktopSettingsDlg()",xxAccountAdminName)));QV(27,!m||!v);QV(28,xxAccountAdminName);QV(38,!m||!h);QV(39,xxAccountAdminName);5<amtversion&&null!=amtsysstate.IPS_OptInService&&void 0!=amtsysstate.IPS_OptInService.response&&(e="Unknown state",m=amtsysstate.IPS_OptInService.response.OptInRequired,
949
+0==m&&(e="Not Required"),1==m&&(e="Required for KVM only"),4294967295==m&&(e="Always Required"),1==amtsysstate.IPS_OptInService.response.CanModifyOptInPolicy&&(e=addLinkConditional(e,"showConsentDlg()",xxAccountAdminName)),d+=TableEntry("User Consent",e));if(null!=AmtSystemPowerSchemes)for(e=amtsysstate.CIM_ElementSettingData.responses,p=0;p<e.length;p++)if(e[p].SettingData&&1==e[p].IsCurrent&&"http://intel.com/wbem/wscim/1/amt-schema/1/AMT_SystemPowerScheme"==e[p].SettingData.ReferenceParameters.ResourceURI)for(m=
950
+e[p].SettingData.ReferenceParameters.SelectorSet.Selector[1].Value,q=0;q<AmtSystemPowerSchemes.length;q++)AmtSystemPowerSchemes[q].SchemeGUID==m&&(d+=TableEntry("Power Policy",addLinkConditional(AmtSystemPowerSchemes[q].Description.split(":")[1],'showPowerPolicyDlg("'+m+'")',xxAccountAdminName)));amtdeltatime&&(d+=TableEntry("Date & Time",addLinkConditional((new Date((new Date).getTime()+amtdeltatime)).toLocaleString(),"syncClock()",xxAccountAdminName)));e=AddRefreshButton("PullSystemStatus()")+" ";
951
+e+=AddButton("Power Actions...","showPowerActionDlg()")+" ";e+=AddButton("Save State...","saveEntireAmtState()")+" ";e+=AddButton("Run Script...","script_runScriptDlg()")+" ";d+=TableEnd(e);QH(17,d);d="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>"+TableEnd("<div> "+AddRefreshButton("PullSystemStatus(1)")+" Changing network settings may cause this page to becaume unavailable.");d=d+"<br><h2>General Settings</h2>"+TableStart();e="";"<i>None</i>"!=
952
+c&&(1==l.SharedFQDN&&(e=", shared with OS"),0==l.SharedFQDN&&(e=", different from OS"));d+=TableEntry("Name & Domain",addLinkConditional(c+e,"showEditNameDlg(1)",xxAccountAdminName));c="Disabled";1==l.DDNSUpdateEnabled?c="Enabled each "+l.DDNSPeriodicUpdateInterval+" minutes, TTL is "+l.DDNSTTL+" minutes":1==l.DDNSUpdateByDHCPServerEnabled&&(c="Update by DHCP server");d+=TableEntry("Dynamic DNS",addLinkConditional(c,"showEditDnsDlg()",xxAccountAdminName));d+=TableEnd();for(a in amtsysstate.AMT_EthernetPortSettings.responses){c=
953
+amtsysstate.AMT_EthernetPortSettings.responses[a];if(c.WLANLinkProtectionLevel||1==a)amtwirelessif=a;if(0!=a||amtwirelessif==a||"00-00-00-00-00-00"!=c.MACAddress){0==a&&b++;d+="<br><h2>"+(amtwirelessif==a?"Wireless":"Wired")+" Interface</h2>";d+=TableStart();d+=TableEntry("Link state",1==c.LinkIsUp?"Link is up":"Link is down");if(c.LinkPolicy){c.LinkPolicy=MakeToArray(c.LinkPolicy);e=[];for(p in c.LinkPolicy)1==c.LinkPolicy[p]&&e.push("S0/AC"),14==c.LinkPolicy[p]&&e.push("Sx/AC"),16==c.LinkPolicy[p]&&
954
+e.push("S0/DC"),224==c.LinkPolicy[p]&&e.push("Sx/DC");0==e.length&&e.push("");d+=TableEntry("Link policy",addLinkConditional(0==e.length?"Not available":"Available in: "+e.join(", "),"showLinkPolicyDlg("+a+")",xxAccountAdminName))}"00-00-00-00-00-00"!=c.MACAddress&&(d+=TableEntry("MAC address",c.MACAddress));amtwirelessif==a&&xxWireless&&xxWireless.CIM_WiFiPortCapabilities.response&&(d+=TableEntry("State",addLinkConditional(xxWifiState[xxWireless.CIM_WiFiPort.response.EnabledState],"showWifiStateDlg()",
955
+xxAccountAdminName)),s=xxWireless.CIM_WiFiEndpoint.response.LANID,d+=TableEntry("Radio State",xxRadioState[xxWireless.CIM_WiFiEndpoint.response.EnabledState]+", SSID: "+(s?s:"<i>None</i>")));amtwirelessif!=a&&(d+=TableEntry("Respond to ping",addLinkConditional(["Disabled","ICMP response","RMCP response","ICMP & RMCP response"][l.PingResponseEnabled+(l.RmcpPingResponseEnabled<<1)],"showPingActionDlg()",xxAccountAdminName)),e=1==c.DHCPEnabled?"Automatic using DHCP server":"Static IP address",1==c.IpSyncEnabled&&
956
+(e+=", IP sync with OS"),d+=TableEntry("IPv4 state",addLinkConditional(e,"showIPSetupDlg()",xxAccountAdminName)));d+=TableEntry("IPv4 address",isIpAddress(c.IPAddress,"None"));isIpAddress(c.DefaultGateway)&&(d+=TableEntry("IPv4 gateway / Mask",c.DefaultGateway+" / "+isIpAddress(c.SubnetMask,"None")));e=c.PrimaryDNS;isIpAddress(e)&&(c.SecondaryDNS&&(e+=" / "+c.SecondaryDNS),d+=TableEntry("IPv4 domain name server",e));if(200==amtsysstate.IPS_IPv6PortSettings.status&&5<amtversion){c=amtsysstate.IPS_IPv6PortSettings.responses[a];
957
+var m="Disabled",z,e=amtsysstate.CIM_ElementSettingData.responses;for(p=0;p<e.length;p++)e[p].SettingData&&e[p].SettingData.ReferenceParameters.SelectorSet.Selector.Value=="Intel(r) IPS IPv6 Settings "+a&&(z=1==e[p].IsCurrent);1==z&&(e=isIpAddress(c.IPv6Address)||isIpAddress(c.DefaultRouter)||isIpAddress(c.PrimaryDNS)||isIpAddress(c.SecondaryDNS),m="Enabled, Automatic "+(e?"& manual":"")+" addresses");d+=TableEntry("IPv6 state",addLinkConditional(m,"showIPv6StateDlg("+a+","+z+")",xxAccountAdminName));
958
+if(1==z){if(c.CurrentAddressInfo&&0<c.CurrentAddressInfo.length){c.CurrentAddressInfo=MakeToArray(c.CurrentAddressInfo);ipv6addr="";for(p=0;p<c.CurrentAddressInfo.length;p++)0<ipv6addr.length&&(ipv6addr+=", "),ipv6addr+=c.CurrentAddressInfo[p].split(",")[0];d+=TableEntry("IPv6 address",addLink(ipv6addr,"showIPv6AddrDlg("+a+',"'+c.CurrentAddressInfo+'")'))}else d+=TableEntry("IPv6 address","None");isIpAddress(c.CurrentDefaultRouter)&&(d+=TableEntry("IPv6 default router",c.CurrentDefaultRouter));isIpAddress(c.CurrentPrimaryDNS)&&
959
+(e=c.CurrentPrimaryDNS,isIpAddress(c.CurrentSecondaryDNS)&&(e+=" / "+c.CurrentSecondaryDNS),d+=TableEntry("IPv6 domain name server",e))}}d+=TableEnd()}}1!=urlvars.kvmonly&&0==fullscreenonly&&(-1!=amtwirelessif&&0==(amtFirstPull&2)&&PullWireless(),QH(21,d),1==b&&0==(amtFirstPull&4)&&PullSystemDefense(),0==(amtFirstPull&8)&&(11<amtversion||11==amtversion&&5<amtversionmin)&&PullStorage());0==currentView&&go(1,1)}}
960
+function isIpAddress(b,c){return b&&null!=b&&0<b.length&&"::"!=b&&"::0"!=b?b:c}
961
function showLinkPolicyDlg(b){if(!xxdialogMode){var c=amtsysstate.AMT_EthernetPortSettings.responses[b],a;a=""+("<label><input type=checkbox id=d11p1 value=1 "+(0<=c.LinkPolicy.indexOf(1)?"checked":"")+">Available in S0/AC - Powered on & plugged in</label><br>");a+="<label><input type=checkbox id=d11p2 value=14 "+(0<=c.LinkPolicy.indexOf(14)?"checked":"")+">Available in Sx/AC - Sleeping & plugged in</label><br>";a+="<label><input type=checkbox id=d11p3 value=16 "+(0<=c.LinkPolicy.indexOf(16)?"checked":
962
"")+">Available in S0/DC - Powered on & on battery</label><br>";a+="<label><input type=checkbox id=d11p4 value=224 "+(0<=c.LinkPolicy.indexOf(224)?"checked":"")+">Available in Sx/DC - Sleeping & on battery</label><br>";setDialogMode(11,"Link Policy",3,showLinkPolicyDlgEx,a,b)}}
963
function showLinkPolicyDlgEx(b,c){var a=Clone(amtsysstate.AMT_EthernetPortSettings.responses[c]);a.DHCPEnabled&&(delete a.IPAddress,delete a.SubnetMask,delete a.DefaultGateway,delete a.PrimaryDNS,delete a.SecondaryDNS);a.LinkPolicy=[];Q("d11p1").checked&&a.LinkPolicy.push(1);Q("d11p2").checked&&a.LinkPolicy.push(14);Q("d11p3").checked&&a.LinkPolicy.push(16);Q("d11p4").checked&&a.LinkPolicy.push(224);amtstack.Put("AMT_EthernetPortSettings",a,showLinkPolicyDlgExDone,0,1,a)}
@@ -964,8 +976,8 @@ function showDesktopSettingsDlgOk3(b,c,a,d){200!=d?messagebox("Error","Screen Bl
976
var processMessageLog0responses=null;
977
function processMessageLog0(b,c,a,d){200==d&&(d&&QV("go6",!0),a&&(processMessageLog0responses=a),b="",c="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>",null!=processMessageLog0responses&&(b=1==processMessageLog0responses[0].IsFrozen?AddButton("Un-freeze Log","FreezeLog(0)"):AddButton("Freeze Log","FreezeLog(1)")),c+=TableEnd("<div style=float:right><input id=eventFilter placeholder=Filter style=margin:4px onkeyup=eventFilter()> </div><div> "+AddRefreshButton("PullEventLog(1)")+
978
AddButton("Clear Log","ClearLog()")+AddButton("Save...","SaveEventLog()")+b),QH(19,c+"<br>"))}function SaveEventLog(){xxdialogMode||null==eventmessages||SaveJsonFile("IntelAmtEventlog","events","Intel AMT Event Log",eventmessages)}var eventmessages=null;
967
-function processMessageLog1(b,c){eventmessages=c;var a,d=0,e;e="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px><tr><td width=80px><p><td><td><td><tr><td class=r1 style=width:90px><b> Event</b><td class=r1 style=width:110px><b>Time</b><td class=r1 style=width:160px><b>Source</b><td class=r1><b>Description</b>";for(a in c){d++;var p=1,h=c[a];8<=h.EventSeverity&&(p=2);16<=h.EventSeverity&&(p=3);e+="<tr id=xamtevent"+a+" class=r3 onclick=showEventDetails("+
968
-a+")><td class=r1><p><div class=icon"+p+" style=display:block;float:left;margin-left:5px;margin-right:5px></div>"+(parseInt(a)+1)+"<td class=r1 title='"+h.Time.toLocaleString()+"'>"+h.Time.toLocaleDateString("en",{year:"numeric",month:"2-digit",day:"numeric"})+"<br>"+h.Time.toLocaleTimeString("en",{hour:"2-digit",minute:"2-digit",second:"2-digit"})+"<td class=r1>"+h.EntityStr.replace("(r)","®")+"<td class=r1>"+h.Desc}e+=TableEnd(0==d?" ":"");QH(20,e+"<br>");processMessageLog0()}
979
+function processMessageLog1(b,c){eventmessages=c;var a,d=0,e;e="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px><tr><td width=80px><p><td><td><td><tr><td class=r1 style=width:90px><b> Event</b><td class=r1 style=width:110px><b>Time</b><td class=r1 style=width:160px><b>Source</b><td class=r1><b>Description</b>";for(a in c){d++;var l=1,p=c[a];8<=p.EventSeverity&&(l=2);16<=p.EventSeverity&&(l=3);e+="<tr id=xamtevent"+a+" class=r3 onclick=showEventDetails("+
980
+a+")><td class=r1><p><div class=icon"+l+" style=display:block;float:left;margin-left:5px;margin-right:5px></div>"+(parseInt(a)+1)+"<td class=r1 title='"+p.Time.toLocaleString()+"'>"+p.Time.toLocaleDateString("en",{year:"numeric",month:"2-digit",day:"numeric"})+"<br>"+p.Time.toLocaleTimeString("en",{hour:"2-digit",minute:"2-digit",second:"2-digit"})+"<td class=r1>"+p.EntityStr.replace("(r)","®")+"<td class=r1>"+p.Desc}e+=TableEnd(0==d?" ":"");QH(20,e+"<br>");processMessageLog0()}
981
function FreezeLog(b){xxdialogMode||amtstack.AMT_MessageLog_FreezeLog(b,function(){amtstack.Enum("AMT_MessageLog",processMessageLog0)})}function ClearLog(b){xxdialogMode||(QH(62,"Clear event log?"),setDialogMode(1,"Event Log",3,ClearLogEx))}function ClearLogEx(){amtstack.AMT_MessageLog_ClearLog(function(b,c,a,d){200!=d?messagebox("Event Log","Unable to clear, Error: "+d):PullEventLog()})}
982
function showEventDetails(b){if(!xxdialogMode){var c=eventmessages[b],a;a="<div style=text-align:left>"+addHtmlValue("Time",c.Time.toLocaleString());a+=addHtmlValue("Source",c.EntityStr.replace("(r)","®"));a+=addHtmlValue("Description",c.Desc);a+=MoreStart();a+=addHtmlValue("Device Address",c.DeviceAddress);a+=addHtmlValue("Entity",c.Entity);a+=addHtmlValue("Entity Instance",c.EntityInstance);var d="",e;for(e in c.EventData)0<d.length&&(d+=","),d+=c.EventData[e];a+=addHtmlValue("Data",d);a+=addHtmlValue("Offset",
983
c.EventOffset);a+=addHtmlValue("Sensor Type",c.EventSensorType);a+=addHtmlValue("Severity",c.EventSeverity);a+=addHtmlValue("Source Type",c.EventSourceType);a+=addHtmlValue("Type",c.EventType);a+=addHtmlValue("Sensor Number",c.SensorNumber);a+=MoreEnd();messagebox("Event #"+(b+1)+" Details",a+"</div>")}}
@@ -986,8 +998,8 @@ function newSubscriptionButtonOk(){var b=0==Q("subuser").value.length?void 0:Q("
998
function PullAuditLog(b){1==b&&xxdialogMode||(amtFirstPull|=32,amtstack.Enum("AMT_AuditLog",processAuditLog0))}var auditLog=null,auditLogEnabledStates="Unknown;Other;Enabled;Disabled;Shutting Down;Not Applicable;Enabled but Offline;In Test;Deferred;Quiesce;Starting".split(";");
999
function processAuditLog0(b,c,a,d){200==d&&(QV("go15",!0),c=a[0].AuditState,b=c&1?"Disabled":"Enabled",c&2&&(b+=", Locked"),c&4&&(b+=", Almost Full"),c&8&&(b+=", Full"),c&16&&(b+=", NoKey"),c="<h1>Audit Log Settings</h1>"+TableStart(),c+=TableEntry("State",b),c+=TableEntry("Storage",a[0].CurrentNumberOfRecords+" record(s), "+a[0].PercentageFree+"% free"),c+=TableEntry("Overwrite policy",2==a[0].OverwritePolicy?"Wraps when full":"Never overwrites"),c+=TableEnd(),QH(51,c),amtstack.GetAuditLog(processAuditLog1))}
1000
function processAuditLog1(b,c){auditLog=c;var a,d;d="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>"+(TableEnd("<div style=float:right><input id=auditFilter placeholder=Filter style=margin:4px onkeyup=auditFilter()> </div><div> "+AddRefreshButton("PullAuditLog(1)")+AddButton("Save...","SaveAuditLog()")+AddButton("Clear Log","ClearAuditLog()"))+"<br>");if(0==c.length)d="No audit log events found.";else{var e=0;d+="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px><tr><td width=80px><p><td><td><td><tr><td class=r1 style=width:110px> <b>Time</b><td class=r1 style=width:260px><b>Initiator</b><td class=r1><b>Action</b>";
989
-for(a in c){var p=c[a],h=p.AuditApp,r=p.Initiator;e++;var n="";0<p.NetAddress.length&&(n=p.NetAddress.replace("0000:0000:0000:0000:0000:0000:0000:0001","::1"));p.Event&&(h+=", "+p.Event);null!=p.ExStr&&(h+=", "+p.ExStr);""!=r&&""!=n&&(r+=", ");d+="<tr id=xamtaudit"+a+" class=r3 onclick=showAuditDetails("+a+")><td class=r1 title='"+p.Time.toLocaleString()+"'> "+p.Time.toLocaleDateString("en",{year:"numeric",month:"2-digit",day:"numeric"})+"<br> "+p.Time.toLocaleTimeString("en",
990
-{hour:"2-digit",minute:"2-digit",second:"2-digit"})+"<td class=r1>"+r+n+"<td class=r1>"+h}d+=TableEnd(0==e?" ":"")+"<br>"}QH(52,d)}function auditFilter(){var b=Q("auditFilter").value.toLowerCase(),c;for(c in auditLog)QV("xamtaudit"+c,""==b||0<=JSON.stringify(auditLog[c]).toLowerCase().indexOf(b))}function SaveAuditLog(){xxdialogMode||null==auditLog||SaveJsonFile("IntelAmtAuditlog","auditevents","Intel AMT Audit Log",auditLog)}
1001
+for(a in c){var l=c[a],p=l.AuditApp,q=l.Initiator;e++;var n="";0<l.NetAddress.length&&(n=l.NetAddress.replace("0000:0000:0000:0000:0000:0000:0000:0001","::1"));l.Event&&(p+=", "+l.Event);null!=l.ExStr&&(p+=", "+l.ExStr);""!=q&&""!=n&&(q+=", ");d+="<tr id=xamtaudit"+a+" class=r3 onclick=showAuditDetails("+a+")><td class=r1 title='"+l.Time.toLocaleString()+"'> "+l.Time.toLocaleDateString("en",{year:"numeric",month:"2-digit",day:"numeric"})+"<br> "+l.Time.toLocaleTimeString("en",
1002
+{hour:"2-digit",minute:"2-digit",second:"2-digit"})+"<td class=r1>"+q+n+"<td class=r1>"+p}d+=TableEnd(0==e?" ":"")+"<br>"}QH(52,d)}function auditFilter(){var b=Q("auditFilter").value.toLowerCase(),c;for(c in auditLog)QV("xamtaudit"+c,""==b||0<=JSON.stringify(auditLog[c]).toLowerCase().indexOf(b))}function SaveAuditLog(){xxdialogMode||null==auditLog||SaveJsonFile("IntelAmtAuditlog","auditevents","Intel AMT Audit Log",auditLog)}
1003
function ClearAuditLog(b){QH(62,"Clear audit log?");setDialogMode(1,"Audit Log",3,ClearAuditLogEx)}function ClearAuditLogEx(){var b=amtstack.AMT_AuditLog_SetAuditLock(1,0,b,function(){amtstack.AMT_AuditLog_ClearLog(function(){amtstack.AMT_AuditLog_SetAuditLock(0,2,b,function(){setTimeout(PullAuditLog,1E3)})})})}function ShowAuditLogSettings(){xxdialogMode||amtstack.AMT_AuditLog_RequestStateChange(2,0,AuditLogSettingsCompleted)}
1004
function AuditLogSettingsCompleted(b,c,a,d){200==d?PullAuditLog():messagebox("Audit Log","Error: "+d)}
1005
function showAuditDetails(b){if(!xxdialogMode){var c,a=auditLog[b],d;d="<div style=text-align:left>"+addHtmlValue("Time",a.Time.toLocaleString());""!=a.Initiator&&(d+=addHtmlValue("Initiator",a.Initiator));""!=a.NetAddress&&(d+=addHtmlValue("Address",a.NetAddress));d+=addHtmlValue("Application",a.AuditApp);d+=addHtmlValue("Event",a.Event);if(null!=a.ExStr)d+=addHtmlValue("Extended Data",a.ExStr);else if(0<a.Ex.length){var e="";for(c in a.Ex)0<e.length&&(e+=","),e+=a.Ex.charCodeAt(c);""!=e&&(d+=addHtmlValue("Data Values",
@@ -1014,8 +1026,8 @@ function issueCertButtonUpdate(){var b=getInputElement("certopen");QE("certopenp
1026
function issueCertButtonOk(){var b=getInputElement("certopen"),c=xxDragDropCertFiles;b&&(c=b.files);c&&1==c.length?(b=new FileReader,b.onload=issueCertButtonOk2,b.readAsBinaryString(c[0])):issueCertButtonOk3(null)}function issueCertButtonOk2(b){0==amtcert_loadP12File(b.target.result,Q("certopenpass").value,issueCertButtonOk3)&&messagebox("Issue Certificate","Unable to decrypt/decode certificate.")}
1027
function issueCertButtonOk3(b,c,a){xxCaPrivateKey=b;xxCaSubjectAttributes=c;amtstack.AMT_PublicKeyManagementService_GenerateKeyPair(0,2048,GenerateKeyPairResponse)}
1028
function GenerateKeyPairResponse(b,c,a,d){200!=d?messagebox("Issue Certificate","Failed to generate key pair. Status: "+d):0!=a.Body.ReturnValue?messagebox("Issue Certificate","Failed to generate key pair, "+a.Body.ReturnValueStr):amtstack.Enum("AMT_PublicPrivateKeyPair",GenerateKeyPairResponse2,a.Body.KeyPair.ReferenceParameters.SelectorSet.Selector.Value)}
1017
-function GenerateKeyPairResponse2(b,c,a,d,e){if(200!=d)messagebox("Issue Certificate","Failed to generate key pair. Status: "+d);else{b=null;for(var p in a)a[p].InstanceID==e&&(b=a[p].DERKey);a={CN:getInputElement("certcn").value,O:getInputElement("certo").value,ST:getInputElement("certst").value,C:getInputElement("certc").value};e={CN:"Untrusted Root Certificate"};if(null!=xxCaPrivateKey&&xxCaSubjectAttributes)for(p in e={},xxCaSubjectAttributes)e[xxCaSubjectAttributes[p].shortName]=xxCaSubjectAttributes[p].value;
1018
-p={name:"extKeyUsage"};Q("d11_cu4").checked&&(p.serverAuth=!0);Q("d11_cu5").checked&&(p.clientAuth=!0);Q("d11_cu6").checked&&(p.emailProtection=!0);Q("d11_cu7").checked&&(p.codeSigning=!0);Q("d11_cu8").checked&&(p.timeStamping=!0);p=amtcert_signWithCaKey(b,xxCaPrivateKey,a,e,p);null==p?messagebox("Issue Certificate","Unable to sign certificate."):(p=forge.pki.certificateToPem(p).replace(/(\r\n|\n|\r)/gm,""),amtstack.AMT_PublicKeyManagementService_AddCertificate(p.substring(27,p.length-25),GenerateKeyPairResponse4))}}
1029
+function GenerateKeyPairResponse2(b,c,a,d,e){if(200!=d)messagebox("Issue Certificate","Failed to generate key pair. Status: "+d);else{b=null;for(var l in a)a[l].InstanceID==e&&(b=a[l].DERKey);a={CN:getInputElement("certcn").value,O:getInputElement("certo").value,ST:getInputElement("certst").value,C:getInputElement("certc").value};e={CN:"Untrusted Root Certificate"};if(null!=xxCaPrivateKey&&xxCaSubjectAttributes)for(l in e={},xxCaSubjectAttributes)e[xxCaSubjectAttributes[l].shortName]=xxCaSubjectAttributes[l].value;
1030
+l={name:"extKeyUsage"};Q("d11_cu4").checked&&(l.serverAuth=!0);Q("d11_cu5").checked&&(l.clientAuth=!0);Q("d11_cu6").checked&&(l.emailProtection=!0);Q("d11_cu7").checked&&(l.codeSigning=!0);Q("d11_cu8").checked&&(l.timeStamping=!0);l=amtcert_signWithCaKey(b,xxCaPrivateKey,a,e,l);null==l?messagebox("Issue Certificate","Unable to sign certificate."):(l=forge.pki.certificateToPem(l).replace(/(\r\n|\n|\r)/gm,""),amtstack.AMT_PublicKeyManagementService_AddCertificate(l.substring(27,l.length-25),GenerateKeyPairResponse4))}}
1031
function GenerateKeyPairResponse4(b,c,a,d){200!=d?messagebox("Issue Certificate","Failed to generate key pair. Status: "+d):PullCertificates()}function certificateAdded(b,c,a,d){200!=d||0!=a.Body.ReturnValue?messagebox("Add Certificate","Unable to add certificate, error "+(200!=d?d:a.Body.ReturnValueStr)):PullCertificates()}function certificateRemoved(b,c,a,d){200!=d?messagebox("Remove Certificate","Unable to remove certificate, error "+d):PullCertificates()}
1032
function getInputElement(b){var c=document.getElementsByTagName("input");for(t=0;t<c.length;t++)if(c[t].id==b)return c[t]}function getSelectElement(b){var c=document.getElementsByTagName("select");for(t=0;t<c.length;t++)if(c[t].id==b)return c[t]}
1033
function showSetTlsSecurityDlg(b){if(!xxdialogMode){b="<div style=height:26px;margin-top:4px><select onchange=showSetTlsSecurityDlgUpdate() id=tlscert style=float:right;width:260px><option value=-1>No Certificate, TLS Disabled</option>";for(var c in xxCertificates)0!=xxCertificates[c].TrustedRootCertficate||!xxCertificates[c].XPrivateKey||null!=xxTlsCurrentCert&&xxTlsCurrentCert!=c||(b+="<option value="+c+">"+xxCertificates[c].XSubject.CN+"</option>");b+="</select><div style=padding-top:4px>Certificate</div></div><div style=height:26px;margin-top:4px><select id=tlsremote style=float:right;width:260px onchange=showSetTlsSecurityDlgUpdate()><option value=0>Server-auth TLS only</option><option value=1>Server-auth, non-TLS allowed</option>";
@@ -1036,7 +1048,7 @@ function PullWatchdogResponse(b,c,a,d){if(200==d&&200==a.AMT_AgentPresenceCapabi
1048
"PolicyConditionName",a),b=getItem(xxWatchdog.AMT_AgentPresenceWatchdogAction.responses,"PolicyActionName",b),a.actions||(a.actions=[]),a.actions.push(b));updateWatchdog();QV("go19",!0)}}var watchdogEnabledStates="Unknown;Other;Enabled;Disabled;Shutting Down;Not Applicable;Enabled but Offline;In Test;Deferred;Quiesce;Starting".split(";"),watchdogMonitoredEntity="Unknown;Other;Operating System;Operating System Boot Process;Operating System Shutdown Process;Firmware Boot Process;BIOS Boot Process;Application;Service Processor".split(";");
1049
function updateWatchdog(){if(null!=xxWatchdog){var b;b=""+TableStart();b+=TableEntry("Maximum Watchdogs",xxWatchdog.AMT_AgentPresenceCapabilities.response.MaxTotalAgents+" watchdogs");b+=TableEntry("Maximum Total Actions",xxWatchdog.AMT_AgentPresenceCapabilities.response.MaxTotalActions+" actions");b+=TableEnd()+"<br>";b+=TableStart2();b+="<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT agent presence watchdogs.<br><br>";if(null==xxWatchdog.AMT_AgentPresenceWatchdog.responses||
1050
0==xxWatchdog.AMT_AgentPresenceWatchdog.responses.length)b+="<div style=padding-left:15px><i>No agent presence watchdog found.</i></div><br>";else for(var c in xxWatchdog.AMT_AgentPresenceWatchdog.responses){var a=xxWatchdog.AMT_AgentPresenceWatchdog.responses[c],d=guidToStr(rstr2hex(atob(a.DeviceID)));a.MonitoredEntityDescription&&""!=a.MonitoredEntityDescription&&(d=EscapeHtml(a.MonitoredEntityDescription));b+="<div class=itemBar onclick=showWatchdogDetails("+c+")><input type=button style=float:right value='Add Action...' onclick=addWatchdogAction(event,"+
1039
-c+")>";a.transitions&&(b+="<input type=button style=float:right value='Delete Actions...' onclick=deleteWatchdogActions(event,"+c+")>");b+="<div style=padding-top:3px><b>"+d+"</b>, "+amtstack.WatchdogCurrentStates[a.CurrentState]+"</div>";var d="",e;for(e in a.transitions){var p=a.transitions[e];""!=d&&(d+="<br>");d+=getWatchdogTransitionStr(p.OldState)+" → "+getWatchdogTransitionStr(p.NewState);p.actions&&1==p.actions[0].EventOnTransition&&(d+=" : Event to log")}""!=d&&(b+="<div style=padding:12px>"+
1051
+c+")>";a.transitions&&(b+="<input type=button style=float:right value='Delete Actions...' onclick=deleteWatchdogActions(event,"+c+")>");b+="<div style=padding-top:3px><b>"+d+"</b>, "+amtstack.WatchdogCurrentStates[a.CurrentState]+"</div>";var d="",e;for(e in a.transitions){var l=a.transitions[e];""!=d&&(d+="<br>");d+=getWatchdogTransitionStr(l.OldState)+" → "+getWatchdogTransitionStr(l.NewState);l.actions&&1==l.actions[0].EventOnTransition&&(d+=" : Event to log")}""!=d&&(b+="<div style=padding:12px>"+
1052
d+"</div>");b+="</div>"}b=b+"<br>"+TableEnd(AddRefreshButton("PullWatchdog()")+AddButton("Add Watchdog...","AddWatchdog()"));b+="<br>";QH(56,b)}}function getWatchdogTransitionStr(b){if(31==b)return"Any State";var c="",a;for(a in amtstack.WatchdogCurrentStates)0!=(b&a)&&(c+=", "+amtstack.WatchdogCurrentStates[a]);return c.substring(2)}
1053
function showWatchdogDetails(b){b=xxWatchdog.AMT_AgentPresenceWatchdog.responses[b];var c="";b.MonitoredEntityDescription&&""!=b.MonitoredEntityDescription&&(c+=addHtmlValue("Description",EscapeHtml(b.MonitoredEntityDescription)));c+=addHtmlValue("Monitored Entity",watchdogMonitoredEntity[b.MonitoredEntity]);c+=addHtmlValue("Current State",amtstack.WatchdogCurrentStates[b.CurrentState]);c+=addHtmlValue("Enabled State",watchdogEnabledStates[b.EnabledState]);c+=addHtmlValue("Startup Interval",b.StartupInterval+
1054
" second(s)");c+=addHtmlValue("Timeout Interval",b.TimeoutInterval+" second(s)");setDialogMode(11,"Watchdog "+guidToStr(rstr2hex(atob(b.DeviceID))),5,showWatchdogDetailsOk,c,b)}function showWatchdogDetailsOk(b,c){2==b&&amtstack.Delete("AMT_AgentPresenceWatchdog",{DeviceID:c.DeviceID},PullWatchdog)}
@@ -1057,11 +1069,11 @@ a}b+=TableStart();c="<i>None</i>";xxSystemDefenceLinkedPolicy[0]&&(c=xxSystemDef
1069
"<div style=padding-left:15px><i>No system defense policies found.</i></div><br>";else for(c in xxSystemDefense.AMT_SystemDefensePolicy.responses)a=xxSystemDefense.AMT_SystemDefensePolicy.responses[c],d="",a.FilterCreationHandles&&(a.FilterCreationHandles=MakeToArray(a.FilterCreationHandles),d=a.FilterCreationHandles.length,d=", "+d+" filter"+(1<d?"s":"")),b+="<div class=itemBar onclick=showPolicyDetails("+c+")><div style=padding-top:3px><b>"+EscapeHtml(a.PolicyName)+"</b>"+d+"</div></div>";b+="<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT system defense filters.<br><br>";
1070
if(0==xxSystemDefense.AMT_Hdr8021Filter.responses.length&&0==xxSystemDefense.AMT_IPHeadersFilter.responses.length)b+="<div style=padding-left:15px><i>No system defense filters found.</i></div><br>";else{for(c in xxSystemDefense.AMT_Hdr8021Filter.responses)a=xxSystemDefense.AMT_Hdr8021Filter.responses[c],(d=xxSystemDefenceFilterEthernetTypes[a.HdrProtocolID8021])||(d="All Ethernet Protocol "+a.HdrProtocolID8021),d+=", "+xxSystemDefenceFilterDesc[a.FilterProfile],2==a.FilterProfile&&(d+=" at "+a.FilterProfileData+
1071
" packet / sec"),1==a.ActionEventOnMatch&&(d+=", Event on match"),b+="<div class=itemBar onclick=showFilterDetails(0,"+c+")><div style=padding-top:3px><b>"+(0==a.FilterDirection?"← ":"→ ")+EscapeHtml(a.Name)+"</b>, "+d+"</div></div>";for(c in xxSystemDefense.AMT_IPHeadersFilter.responses){a=xxSystemDefense.AMT_IPHeadersFilter.responses[c];(d=xxSystemDefenceFilterIPTypes[a.HdrIPVersion])||(d="All Ethernet Protocol "+a.HdrIPVersion);d+=", "+xxSystemDefenceFilterDesc[a.FilterProfile];2==
1060
-a.FilterProfile&&(d+=" at "+a.FilterProfileData+" packet / sec");1==a.ActionEventOnMatch&&(d+=", Event on match");var p=0;for(e in xxSystemDefenceFilters)a[e]&&p++;0<p&&(d+=", "+p+" filter"+(1<p?"s":""));b+="<div class=itemBar onclick=showFilterDetails(1,"+c+")><div style=padding-top:3px><b>"+(0==a.FilterDirection?"← ":"→ ")+EscapeHtml(a.Name)+"</b>, "+d+"</div></div>"}}b+="<br><td class=r1>"+TableEnd(AddRefreshButton("PullSystemDefense()")+AddButton("Add Filter...","AddDefenseFilter()")+
1072
+a.FilterProfile&&(d+=" at "+a.FilterProfileData+" packet / sec");1==a.ActionEventOnMatch&&(d+=", Event on match");var l=0;for(e in xxSystemDefenceFilters)a[e]&&l++;0<l&&(d+=", "+l+" filter"+(1<l?"s":""));b+="<div class=itemBar onclick=showFilterDetails(1,"+c+")><div style=padding-top:3px><b>"+(0==a.FilterDirection?"← ":"→ ")+EscapeHtml(a.Name)+"</b>, "+d+"</div></div>"}}b+="<br><td class=r1>"+TableEnd(AddRefreshButton("PullSystemDefense()")+AddButton("Add Filter...","AddDefenseFilter()")+
1073
AddButton("Add Policy...","AddDefensePolicy()"));QH(55,b);null==xxFilterStatisticsTimer&&(UpdateDefenseStats(),xxFilterStatisticsTimerActive=!1,urlvars.norefresh||(xxFilterStatisticsTimer=setInterval(UpdateDefenseStats,5E3)))}}function StopDefenseStatsTimer(){null!=xxFilterStatisticsTimer&&(clearInterval(xxFilterStatisticsTimer),xxFilterStatisticsTimer=null);xxFilterStatisticsTimerActive=!1}
1074
function UpdateDefenseStats(b){if(b||1!=xxFilterStatisticsTimerActive)xxFilterStatisticsTimerActive=!0,b=b?b:0,xxSystemDefenceLinkedPolicy[b]?amtstack.AMT_SystemDefensePolicy_UpdateStatistics('<a:Address></a:Address><a:ReferenceParameters><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPort</w:ResourceURI><w:SelectorSet><w:Selector Name="DeviceID">Intel(r) AMT Ethernet Port '+b+"</w:Selector></w:SelectorSet></a:ReferenceParameters>",!1,UpdateDefenseStats2,b,0,{InstanceID:xxSystemDefenceLinkedPolicy[b].InstanceID}):
1075
(xxFilterStatistics[b]={},updateSystemDefense(),StopDefenseStatsTimer())}function UpdateDefenseStats2(b,c,a,d,e){200==d?amtstack.Enum("AMT_ActiveFilterStatistics",UpdateDefenseStats3,e):StopDefenseStatsTimer()}
1064
-function UpdateDefenseStats3(b,c,a,d,e){b=0;if(200==d){xxFilterStatistics[e]={};for(var p in a)d=a[p].ReadCount,c=getItem(a[p].Dependent.ReferenceParameters.SelectorSet.Selector[1].Value.EndpointReference.ReferenceParameters.SelectorSet.Selector,"@Name","Name").Value,xxFilterStatistics[e][c]=d,b++;updateSystemDefense()}xxFilterStatisticsTimerActive=!1;0==b&&StopDefenseStatsTimer()}
1076
+function UpdateDefenseStats3(b,c,a,d,e){b=0;if(200==d){xxFilterStatistics[e]={};for(var l in a)d=a[l].ReadCount,c=getItem(a[l].Dependent.ReferenceParameters.SelectorSet.Selector[1].Value.EndpointReference.ReferenceParameters.SelectorSet.Selector,"@Name","Name").Value,xxFilterStatistics[e][c]=d,b++;updateSystemDefense()}xxFilterStatisticsTimerActive=!1;0==b&&StopDefenseStatsTimer()}
1077
function changeDefaultPolicy(b){if(!xxdialogMode){var c;c="<div style=height:26px;margin-top:4px><select id=policySelection style=float:right;width:266px><option value=-1>None";for(var a in xxSystemDefense.AMT_SystemDefensePolicy.responses)c+="<option value="+a+(xxSystemDefenceLinkedPolicy[b]&&xxSystemDefense.AMT_SystemDefensePolicy.responses[a].InstanceID==xxSystemDefenceLinkedPolicy[b].InstanceID?" selected":"")+">"+xxSystemDefense.AMT_SystemDefensePolicy.responses[a].PolicyName;setDialogMode(11,
1078
"Default System Defense Policy",3,changeDefaultPolicyOk,c+"</select><div style=padding-top:4px>Default Policy</div></div>",b)}}
1079
function changeDefaultPolicyOk(b,c){var a=Q("policySelection").value,d=xxSystemDefenceLinkedPolicy[c];d&&amtstack.Delete("AMT_NetworkPortSystemDefensePolicy",'<w:SelectorSet><w:Selector Name="Antecedent"><a:EndpointReference xmlns:b="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:c="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address><a:ReferenceParameters><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPort</w:ResourceURI><w:SelectorSet><w:Selector Name="CreationClassName">CIM_EthernetPort</w:Selector><w:Selector Name="DeviceID">Intel(r) AMT Ethernet Port '+c+
@@ -1074,12 +1086,12 @@ function AddDefenseFilter(){if(!xxdialogMode){var b;b="<div style=height:26px;ma
1086
b+="<div style=height:26px;margin-top:4px id=filterdatadiv><input id=filterdata style=float:right;width:260px maxlength=8 onkeyup=AddDefenseFilterUpdate()><div style=padding-top:4px>Packets / second</div></div>";b+="<div style=height:26px;margin-top:4px><select id=filteraction style=float:right;width:266px onchange=AddDefenseFilterUpdate()><option value=false>Do Nothing<option value=1>Event on match</select><div style=padding-top:4px>Event Log</div></div>";setDialogMode(11,"Add System Defense Filter",
1087
3,AddDefenseFilterOk,b);AddDefenseFilterUpdate()}}
1088
function AddDefenseFilterOk(){if(1>=Q("filtertype").value){var b=0==Q("filtertype").value?2048:2054,c={"InstanceID ":0,Name:Q("filtername").value,CreationClassName:0,SystemName:0,SystemCreationClassName:0,HdrProtocolID8021:b,FilterProfile:Q("filterprofile").value,FilterDirection:Q("filterdir").value,ActionEventOnMatch:Q("filteraction").value};2==Q("filterprofile").value&&(c.FilterProfileData=Q("filterdata").value);amtstack.Create("AMT_Hdr8021Filter",c,AddDefenseFilterOk2)}else{var b=2==Q("filtertype").value?
1077
-4:6,c={"InstanceID ":0,Name:Q("filtername").value,CreationClassName:0,SystemName:0,SystemCreationClassName:0,HdrIPVersion:b,FilterProfile:Q("filterprofile").value,FilterDirection:Q("filterdir").value,ActionEventOnMatch:Q("filteraction").value},a=Q("ipfilter").value.split(","),d;for(d in a){var e=a[d].indexOf("="),p=a[d].substring(0,e),e=a[d].substring(e+1),h=xxSystemDefenceFilters[p];h||(p="Hdr"+p,h=xxSystemDefenceFilters[p]);h&&(2==h&&4==b?(e=e.split("."),4==e.length&&(c[p]=rstr2hex(String.fromCharCode(parseInt(e[0]),
1078
-parseInt(e[1]),parseInt(e[2]),parseInt(e[3]))))):c[p]=e)}2==Q("filterprofile").value&&(c.FilterProfileData=Q("filterdata").value);amtstack.Create("AMT_IPHeadersFilter",c,AddDefenseFilterOk2)}}function AddDefenseFilterUpdate(){var b=0<Q("filtername").value.length;b&&2==Q("filterprofile").value&&(b=parseInt(Q("filterdata").value),b=0<b&&4294967295>b);QE("c48",b);QV("filterdatadiv",2==Q("filterprofile").value);QV("ipfilterdiv",2<=Q("filtertype").value)}
1089
+4:6,c={"InstanceID ":0,Name:Q("filtername").value,CreationClassName:0,SystemName:0,SystemCreationClassName:0,HdrIPVersion:b,FilterProfile:Q("filterprofile").value,FilterDirection:Q("filterdir").value,ActionEventOnMatch:Q("filteraction").value},a=Q("ipfilter").value.split(","),d;for(d in a){var e=a[d].indexOf("="),l=a[d].substring(0,e),e=a[d].substring(e+1),p=xxSystemDefenceFilters[l];p||(l="Hdr"+l,p=xxSystemDefenceFilters[l]);p&&(2==p&&4==b?(e=e.split("."),4==e.length&&(c[l]=rstr2hex(String.fromCharCode(parseInt(e[0]),
1090
+parseInt(e[1]),parseInt(e[2]),parseInt(e[3]))))):c[l]=e)}2==Q("filterprofile").value&&(c.FilterProfileData=Q("filterdata").value);amtstack.Create("AMT_IPHeadersFilter",c,AddDefenseFilterOk2)}}function AddDefenseFilterUpdate(){var b=0<Q("filtername").value.length;b&&2==Q("filterprofile").value&&(b=parseInt(Q("filterdata").value),b=0<b&&4294967295>b);QE("c48",b);QV("filterdatadiv",2==Q("filterprofile").value);QV("ipfilterdiv",2<=Q("filtertype").value)}
1091
function AddDefenseFilterOk2(b,c,a,d){200!=d?messagebox("Add System Defense Filter","Unable to add filter, error #"+d):PullSystemDefense()}
1080
-function showFilterDetails(b,c){if(!xxdialogMode){var a,d,e,p;0==b?(p="AMT_Hdr8021Filter",e="Ethernet Traffic",d=xxSystemDefense[p].responses[c],(a=xxSystemDefenceFilterEthernetTypes[d.HdrProtocolID8021])||(a="All Ethernet Protocol "+d.HdrProtocolID8021)):(p="AMT_IPHeadersFilter",e="IP Traffic",d=xxSystemDefense[p].responses[c],(a=xxSystemDefenceFilterIPTypes[d.HdrIPVersion])||(a="All IP Protocol "+d.HdrIPVersion));var h;h=""+addHtmlValue("Name",EscapeHtml(d.Name));h+=addHtmlValue("Type",e);h+=addHtmlValue("Matching Traffic",
1081
-a);h+=addHtmlValue("Direction",0==d.FilterDirection?"Outbound / Transmit":"Inbound / Receive");if(1==b)for(var r in xxSystemDefenceFilters)d[r]&&(a=r,e=d[r],b=xxSystemDefenceFilters[r],2==b&&4==e.length&&(e=hex2rstr(e),e=e.charCodeAt(0)+"."+e.charCodeAt(1)+"."+e.charCodeAt(2)+"."+e.charCodeAt(3)),a.startsWith("Hdr")&&(a=a.substring(3)),h+=addHtmlValue("Filter "+a,e));h+=addHtmlValue("Event on match",1==d.ActionEventOnMatch?"Yes":"No");setDialogMode(11,"Ethernet Filter #"+d.InstanceID,5,showFilterDetailsOk,
1082
-h,[p,d])}}function showFilterDetailsOk(b,c){2==b&&amtstack.Delete(c[0],c[1],deleteDefenseFilter)}function deleteDefenseFilter(b,c,a,d){200!=d?messagebox("Remove Filter","Unable to remove filter, make sure it's not in use."):PullSystemDefense()}var xxAddDefensePolicyFilters;
1092
+function showFilterDetails(b,c){if(!xxdialogMode){var a,d,e,l;0==b?(l="AMT_Hdr8021Filter",e="Ethernet Traffic",d=xxSystemDefense[l].responses[c],(a=xxSystemDefenceFilterEthernetTypes[d.HdrProtocolID8021])||(a="All Ethernet Protocol "+d.HdrProtocolID8021)):(l="AMT_IPHeadersFilter",e="IP Traffic",d=xxSystemDefense[l].responses[c],(a=xxSystemDefenceFilterIPTypes[d.HdrIPVersion])||(a="All IP Protocol "+d.HdrIPVersion));var p;p=""+addHtmlValue("Name",EscapeHtml(d.Name));p+=addHtmlValue("Type",e);p+=addHtmlValue("Matching Traffic",
1093
+a);p+=addHtmlValue("Direction",0==d.FilterDirection?"Outbound / Transmit":"Inbound / Receive");if(1==b)for(var q in xxSystemDefenceFilters)d[q]&&(a=q,e=d[q],b=xxSystemDefenceFilters[q],2==b&&4==e.length&&(e=hex2rstr(e),e=e.charCodeAt(0)+"."+e.charCodeAt(1)+"."+e.charCodeAt(2)+"."+e.charCodeAt(3)),a.startsWith("Hdr")&&(a=a.substring(3)),p+=addHtmlValue("Filter "+a,e));p+=addHtmlValue("Event on match",1==d.ActionEventOnMatch?"Yes":"No");setDialogMode(11,"Ethernet Filter #"+d.InstanceID,5,showFilterDetailsOk,
1094
+p,[l,d])}}function showFilterDetailsOk(b,c){2==b&&amtstack.Delete(c[0],c[1],deleteDefenseFilter)}function deleteDefenseFilter(b,c,a,d){200!=d?messagebox("Remove Filter","Unable to remove filter, make sure it's not in use."):PullSystemDefense()}var xxAddDefensePolicyFilters;
1095
function AddDefensePolicy(){if(!xxdialogMode){xxAddDefensePolicyFilters=[];var b;b="<div style=height:26px;margin-top:4px><input id=policyname title='<policy name>:<policy precedence number>' style=float:right;width:260px maxlength=16 onkeyup=AddDefensePolicyUpdate()><div style=padding-top:4px>Name</div></div><div style=height:26px;margin-top:4px><select id=policytx title='Default action to take for outbound traffic' style=float:right;width:133px><option value=0>Allow<option value=1>Drop<option value=2>Allow,Count<option value=3>Drop,Count<option value=4>Allow,Count,Event<option value=5>Drop,Count,Event</select><select id=policyrx style=float:right;width:133px title='Default action to take for inbound traffic'><option value=0>Allow<option value=1>Drop<option value=2>Allow,Count<option value=3>Drop,Count<option value=4>Allow,Count,Event<option value=5>Drop,Count,Event</select><div style=padding-top:4px>Default TX / RX</div></div>";b+=
1096
"<div id=policyFilters></div>";if(0<xxSystemDefense.AMT_Hdr8021Filter.responses.length||0<xxSystemDefense.AMT_IPHeadersFilter.responses.length){b+="<div style=height:26px;margin-top:4px><div style=float:right><select id=xfilter style=width:186px>";for(var c in xxSystemDefense.AMT_Hdr8021Filter.responses){var a=xxSystemDefense.AMT_Hdr8021Filter.responses[c];b+="<option value="+a.InstanceID+">"+a.Name}for(c in xxSystemDefense.AMT_IPHeadersFilter.responses)a=xxSystemDefense.AMT_IPHeadersFilter.responses[c],
1097
b+="<option value="+a.InstanceID+">"+a.Name;b+="</select><input id=addFilterButton type=button value=Add style=width:80px onclick=addFilterButton()></div><div style=padding-top:4px>Add Filter</div></div>"}setDialogMode(11,"Add System Defense Policy",3,AddDefensePolicyOk,b);AddDefensePolicyUpdate()}}function addFilterButton(){0<=xxAddDefensePolicyFilters.indexOf(Q("xfilter").value)||(xxAddDefensePolicyFilters.push(Q("xfilter").value),AddDefensePolicyUpdate())}
@@ -1106,8 +1118,8 @@ function updateWifiDialog(){var b=!0,c=c25.value,a=c26.value;QV(68,4>c);QV(67,3<
1118
c28.value)}function PullHardware(){amtstack.BatchEnum("","*CIM_ComputerSystemPackage CIM_SystemPackaging *CIM_Chassis CIM_Chip *CIM_Card *CIM_BIOSElement CIM_Processor CIM_PhysicalMemory CIM_MediaAccessDevice CIM_PhysicalPackage".split(" "),processHardware);amtFirstPull|=1}
1119
var DMTFCPUStatus="Unknown;Enabled;Disabled by User;Disabled By BIOS (POST Error);Idle;Other".split(";"),DMTFMemType="Unknown;Other;DRAM;Synchronous DRAM;Cache DRAM;EDO;EDRAM;VRAM;SRAM;RAM;ROM;Flash;EEPROM;FEPROM;EPROM;CDRAM;3DRAM;SDRAM;SGRAM;RDRAM;DDR;DDR-2;BRAM;FB-DIMM;DDR3;FBD2;DDR4;LPDDR;LPDDR2;LPDDR3;LPDDR4".split(";"),DMTFMemFormFactor=";Other;Unknown;SIMM;SIP;Chip;DIP;ZIP;Proprietary Card;DIMM;TSOP;Row of chips;RIMM;SODIMM;SRIMM;FB-DIM".split(";"),DMTFProcFamilly={191:"Intel® Core™ 2 Duo Processor",
1120
192:"Intel® Core™ 2 Solo processor",193:"Intel® Core™ 2 Extreme processor",194:"Intel® Core™ 2 Quad processor",195:"Intel® Core™ 2 Extreme mobile processor",196:"Intel® Core™ 2 Duo mobile processor",197:"Intel® Core™ 2 Solo mobile processor",198:"Intel® Core™ i7 processor",199:"Dual-Core Intel® Celeron® processor"},HardwareInventory;
1109
-function processHardware(b,c,a,d){if(200==d){var e;b="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>";HardwareInventory=a;QV("go2",!0);b+=TableEnd("<div> "+AddRefreshButton("PullHardware(1)")+AddButton("Save...","SaveHardwareLog()")+" Hardware information is gathered at system boot time.");c=a.CIM_Chassis.response;d=a.CIM_Card.response;var p=a.CIM_BIOSElement.response.SoftwareElementID;b=b+"<br><h2>Platform</h2>"+FullTable({"Computer model":c.Model,Manufacturer:c.Manufacturer,
1110
-Version:c.Version,"Serial number":c.SerialNumber,"System ID":guidToStr(a.CIM_SystemPackaging.responses[0].PlatformGUID).toLowerCase()},"");b+="<br><h2>Baseboard</h2>";b+=FullTable({Manufacturer:d.Manufacturer,"Product name":d.Model,Version:d.Version,"Serial number":d.SerialNumber,"Asset tag":d.Tag,"Replaceable?":1==d.CanBeFRUed?"Yes":"No"},"");b+="<br><h2>BIOS</h2>";b+=FullTable({Vendor:a.CIM_BIOSElement.response.Manufacturer,Version:p,"Release date":(new Date(a.CIM_BIOSElement.response.ReleaseDate.Datetime)).toLocaleDateString("en",
1121
+function processHardware(b,c,a,d){if(200==d){var e;b="<table class=log1 cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px>";HardwareInventory=a;QV("go2",!0);b+=TableEnd("<div> "+AddRefreshButton("PullHardware(1)")+AddButton("Save...","SaveHardwareLog()")+" Hardware information is gathered at system boot time.");c=a.CIM_Chassis.response;d=a.CIM_Card.response;var l=a.CIM_BIOSElement.response.SoftwareElementID;b=b+"<br><h2>Platform</h2>"+FullTable({"Computer model":c.Model,Manufacturer:c.Manufacturer,
1122
+Version:c.Version,"Serial number":c.SerialNumber,"System ID":guidToStr(a.CIM_SystemPackaging.responses[0].PlatformGUID).toLowerCase()},"");b+="<br><h2>Baseboard</h2>";b+=FullTable({Manufacturer:d.Manufacturer,"Product name":d.Model,Version:d.Version,"Serial number":d.SerialNumber,"Asset tag":d.Tag,"Replaceable?":1==d.CanBeFRUed?"Yes":"No"},"");b+="<br><h2>BIOS</h2>";b+=FullTable({Vendor:a.CIM_BIOSElement.response.Manufacturer,Version:l,"Release date":(new Date(a.CIM_BIOSElement.response.ReleaseDate.Datetime)).toLocaleDateString("en",
1123
{timeZone:"UTC"})},"");b+="<br>";for(e in a.CIM_Processor.responses)c=a.CIM_Processor.responses[e],d=a.CIM_Chip.responses[e],b+="<h2>Processor "+(parseInt(e)+1)+"</h2>",b+=FullTable({Manufacturer:trademarks(d.Manufacturer),Family:DMTFProcFamilly[c.Family],Version:trademarks(d.Version),"Maximum socket speed":c.MaxClockSpeed+" MHz",Status:DMTFCPUStatus[c.CPUStatus]},"");b+="<br>";for(e in a.CIM_PhysicalMemory.responses)c=a.CIM_PhysicalMemory.responses[e],b+="<h2>Memory Module "+(+e+1)+"</h2>",b+=FullTable({"Bank Label":c.BankLabel,
1124
Manufacturer:c.Manufacturer,"Serial Number":c.SerialNumber,Size:parseInt(c.Capacity/1048576)+" MB","Form factor":DMTFMemFormFactor[c.FormFactor],Type:DMTFMemType[c.MemoryType],"Asset tag":c.Tag,"Part number":c.PartNumber},"");b+="<br>";for(e in a.CIM_MediaAccessDevice.responses)c=a.CIM_MediaAccessDevice.responses[e],d=a.CIM_PhysicalPackage.responses[+e+1],b+="<h2>Storage Media "+(parseInt(e)+1)+"</h2>",b+=FullTable({Model:d.Model,"Serial number":""==d.SerialNumber?"Unknown":d.SerialNumber,Size:parseInt(Math.round(1E3*
1125
c.MaxMediaSize/1048576))+" MB"},"");b+="<br>";QH(18,b);updateSystemStatus()}}function SaveHardwareLog(){!xxdialogMode&&HardwareInventory&&SaveJsonFile("IntelAmtHardware","hardware","Intel AMT Hardware Information",HardwareInventory)}var AmtSystemPowerSchemes=null;function PullPowerPolicy(){amtstack.Enum("AMT_SystemPowerScheme",powerPolicyResponse)}function powerPolicyResponse(b,c,a,d){AmtSystemPowerSchemes=a;updateSystemStatus()}
@@ -1116,24 +1128,24 @@ function showPowerPolicyDlgOk(){for(var b=null,c=0,a=document.getElementsByTagNa
1128
function PullUserInfo(){xxAccountFetch=1;delete xxAccountAdminName;xxAccountRealmInfo={};amtstack.AMT_AuthorizationService_GetAdminAclEntry(getAdminAclEntryResponse);amtstack.AMT_AuthorizationService_EnumerateUserAclEntries(1,enumerateUserAclEntriesResponse)}function getAdminAclEntryResponse(b,c,a,d){200==d&&(xxAccountRealmInfo[-1]={AccessPermission:999,DigestUsername:a.Body.Username,Realms:null},xxAccountAdminName=a.Body.Username,updateAccounts())}
1129
function enumerateUserAclEntriesResponse(b,c,a,d){if(200==d){methodcheck(a);QV("go11",!0);xxAccountFetch=a.Body.Handles.length;for(var e in a.Body.Handles)b=a.Body.Handles[e],amtstack.AMT_AuthorizationService_GetAclEnabledState(b,getAclEnabledStateResponse,b),amtstack.AMT_AuthorizationService_GetUserAclEntryEx(b,getUserAclEntryExResponse,b);updateAccounts()}}
1130
function getUserAclEntryExResponse(b,c,a,d,e){xxAccountFetch--;200==d&&(a.Body.Handle=e,a.Body.Realms?Array.isArray(a.Body.Realms)||(a.Body.Realms=[a.Body.Realms]):a.Body.Realms=[],xxAccountRealmInfo[e]=a.Body,updateAccounts())}function getAclEnabledStateResponse(b,c,a,d,e){200==d&&(xxAccountEnabledInfo[e]=a.Body,updateAccounts())}function setAclEnabledStateResponse(b,c,a,d,e){errcheck(d,b)||(methodcheck(a),amtstack.AMT_AuthorizationService_GetAclEnabledState(e,getAclEnabledStateResponse,e))}
1119
-function updateAccounts(){if(!(0<xxAccountFetch)){var b=TableStart2(),b=b+"<tr><td class=r1 style=padding-left:15px><br>Manage the Intel® AMT user accounts for this computer.<br><br>",c;for(c in xxAccountRealmInfo){var a=xxAccountRealmInfo[c],d,e=!1,p=0;a.DigestUsername?(d=a.DigestUsername,e="$"==d[0]&&"$"==d[1]):d=GetSidString(atob(a.KerberosUserSid));xxAccountEnabledInfo[c]&&"$$OsAdmin"!=d&&(p=1==xxAccountEnabledInfo[c].Enabled?1:2);if(showHiddenAccounts||!e){var h="";if(999!=a.AccessPermission){2==
1120
-p&&(h+="Disabled, ");var r=0;for(c in a.Realms)""!=amtstack.RealmNames[a.Realms[c]]&&r++;0<=a.Realms.indexOf(20)&&(h+="Auditor, ");h=0<=a.Realms.indexOf(3)?h+"Administrator":1==r?h+"1 realm":h+(r+" realms")}else h+="Administrator",a.Handle=-1;b+="<div class=itemBar onclick=showUserDetails("+a.Handle+")><div style=float:right>";0<p&&xxAccountAdminName&&(b+=" "+AddButton2(1==p?"Disable":"Enable","changeAccountStateButton(event,"+a.Handle+","+p+")"));!e&&xxAccountAdminName&&(b+=" "+AddButton2("Edit...",
1121
-"changeAccountButton(event,"+a.Handle+")"));b+="</div><div style=padding-top:3px;width:330px;float:left;overflow-x:hidden title='"+d+"'><b>"+d+"</b></div><div style=padding-top:3px>"+h+"</div></div>"}}c="<div style=float:right;margin-right:8px><a title='Toggle hidden accounts' style=color:gray;cursor:pointer onclick=toggleAccountButton()>"+(showHiddenAccounts?"▲":"▼")+"</a></div><div> "+AddRefreshButton("xxAccountFetch=999;PullUserInfo()");xxAccountAdminName&&(c+=AddButton("New Account",
1131
+function updateAccounts(){if(!(0<xxAccountFetch)){var b=TableStart2(),b=b+"<tr><td class=r1 style=padding-left:15px><br>Manage the Intel® AMT user accounts for this computer.<br><br>",c;for(c in xxAccountRealmInfo){var a=xxAccountRealmInfo[c],d,e=!1,l=0;a.DigestUsername?(d=a.DigestUsername,e="$"==d[0]&&"$"==d[1]):d=GetSidString(atob(a.KerberosUserSid));xxAccountEnabledInfo[c]&&"$$OsAdmin"!=d&&(l=1==xxAccountEnabledInfo[c].Enabled?1:2);if(showHiddenAccounts||!e){var p="";if(999!=a.AccessPermission){2==
1132
+l&&(p+="Disabled, ");var q=0;for(c in a.Realms)""!=amtstack.RealmNames[a.Realms[c]]&&q++;0<=a.Realms.indexOf(20)&&(p+="Auditor, ");p=0<=a.Realms.indexOf(3)?p+"Administrator":1==q?p+"1 realm":p+(q+" realms")}else p+="Administrator",a.Handle=-1;b+="<div class=itemBar onclick=showUserDetails("+a.Handle+")><div style=float:right>";0<l&&xxAccountAdminName&&(b+=" "+AddButton2(1==l?"Disable":"Enable","changeAccountStateButton(event,"+a.Handle+","+l+")"));!e&&xxAccountAdminName&&(b+=" "+AddButton2("Edit...",
1133
+"changeAccountButton(event,"+a.Handle+")"));b+="</div><div style=padding-top:3px;width:330px;float:left;overflow-x:hidden title='"+d+"'><b>"+d+"</b></div><div style=padding-top:3px>"+p+"</div></div>"}}c="<div style=float:right;margin-right:8px><a title='Toggle hidden accounts' style=color:gray;cursor:pointer onclick=toggleAccountButton()>"+(showHiddenAccounts?"▲":"▼")+"</a></div><div> "+AddRefreshButton("xxAccountFetch=999;PullUserInfo()");xxAccountAdminName&&(c+=AddButton("New Account",
1134
"newAccountButton()"));b+="<br><td class=r1>"+TableEnd(c+"</div>");QH(23,b)}}function toggleAccountButton(){showHiddenAccounts=!showHiddenAccounts;updateAccounts()}function removeUserAclEntryResponse(b,c,a,d,e){methodcheck(a)||PullUserInfo()}function changeAccountStateButton(b,c,a){haltEvent(b);xxdialogMode||amtstack.AMT_AuthorizationService_SetAclEnabledState(c,1==a?!1:!0,setAclEnabledStateResponse,c)}
1135
function changeAccountButton(b,c){haltEvent(b);xxdialogMode||(updateRealms(xxAccountRealmInfo[c].Realms),d2username.value=xxAccountRealmInfo[c].DigestUsername?xxAccountRealmInfo[c].DigestUsername:GetSidString(atob(xxAccountRealmInfo[c].KerberosUserSid)),d2password1.value=d2password2.value="",d2permission.value=xxAccountRealmInfo[c].AccessPermission,setDialogMode(2,"Edit Account",-1==c?3:7,function(a){changeAccountButtonEx(c,a)}),updateAccountDialog())}
1136
function newAccountButton(){xxdialogMode||(updateRealms([]),d2username.value=d2password1.value=d2password2.value="",d2permission.value=2,setDialogMode(2,"New Account",3,function(){changeAccountButtonEx(null,1)}),updateAccountDialog())}
1125
-function changeAccountButtonEx(b,c){if(1==c){var a=[],d=d2username.value,e=d2permission.value,p=d2password1.value,h=GetSidByteArray(Q("d2username").value),r=null;if(0==d.length||p!=d2password2.value){messagebox("Account Error","Invalid Parameters");return}null==h?r=window.btoa(rstr_md5(d+":"+amtsysstate.AMT_GeneralSettings.response.DigestRealm+":"+p)):(d=null,h=btoa(h));if(-1!=b)for(var n in amtstack.RealmNames)(amtstack.RealmNames[n]||3==n)&&Q("rx"+n).checked&&a.push(n);null==b?amtstack.AMT_AuthorizationService_AddUserAclEntryEx(d,
1126
-r,h,e,a,userAclEntryExResponse):-1==b?amtstack.AMT_AuthorizationService_SetAdminAclEntryEx(d,r,userAclEntryExResponse):amtstack.AMT_AuthorizationService_UpdateUserAclEntryEx(b,d,r,h,e,a,userAclEntryExResponse)}2==c&&amtstack.AMT_AuthorizationService_RemoveUserAclEntry(b,removeUserAclEntryResponse)}function userAclEntryExResponse(b,c,a,d,e){methodcheck(a)||PullUserInfo()}
1137
+function changeAccountButtonEx(b,c){if(1==c){var a=[],d=d2username.value,e=d2permission.value,l=d2password1.value,p=GetSidByteArray(Q("d2username").value),q=null;if(0==d.length||l!=d2password2.value){messagebox("Account Error","Invalid Parameters");return}null==p?q=window.btoa(rstr_md5(d+":"+amtsysstate.AMT_GeneralSettings.response.DigestRealm+":"+l)):(d=null,p=btoa(p));if(-1!=b)for(var n in amtstack.RealmNames)(amtstack.RealmNames[n]||3==n)&&Q("rx"+n).checked&&a.push(n);null==b?amtstack.AMT_AuthorizationService_AddUserAclEntryEx(d,
1138
+q,p,e,a,userAclEntryExResponse):-1==b?amtstack.AMT_AuthorizationService_SetAdminAclEntryEx(d,q,userAclEntryExResponse):amtstack.AMT_AuthorizationService_UpdateUserAclEntryEx(b,d,q,p,e,a,userAclEntryExResponse)}2==c&&amtstack.AMT_AuthorizationService_RemoveUserAclEntry(b,removeUserAclEntryResponse)}function userAclEntryExResponse(b,c,a,d,e){methodcheck(a)||PullUserInfo()}
1139
function updateRealms(b){QV(63,null!=b);if(null!=b){var c="<li><label><input type=checkbox onchange=updateAccountDialog() id=rx3"+(0<=b.indexOf(3)?" checked":"")+">Administrator</label></li><hr />",a;for(a in amtstack.RealmNames){var d="";0<=b.indexOf(parseInt(a))&&(d=" checked");amtstack.RealmNames[a]&&(c+="<li><label><input type=checkbox onchange=updateAccountDialog() id=rx"+a+d+">"+amtstack.RealmNames[a]+"</label></li>")}QH(64,c)}}
1140
function updateAccountDialog(){var b=!0;if("none"!=Q(63).style.display){var b=!1,c;for(c in amtstack.RealmNames)(amtstack.RealmNames[c]||3==c)&&Q("rx"+c).checked&&(b=!0)}b&&(b=0<d2username.value.length&&passwordcheck(d2password1.value)&&d2password1.value==d2password2.value);QE("c48",b)}var xxUserPermissions=["Local only","Network only","All (Local & Network)"];
1129
-function showUserDetails(b){if(!xxdialogMode){var c=xxAccountRealmInfo[b],a="<div style=text-align:left>",d,e=c.DigestUsername;e||(e=GetSidString(atob(c.KerberosUserSid)));a+=addHtmlValue("Name",e);xxAccountEnabledInfo[b]&&(a+=addHtmlValue("State",1==xxAccountEnabledInfo[b].Enabled?"Enabled":"Disabled"));if(e==xxAccountAdminName)a+=addHtmlValue("Permission","Administrator");else{var a=a+addHtmlValue("Permission",xxUserPermissions[c.AccessPermission]),p="";if(0<=c.Realms.indexOf(3))p="Administrator",
1130
-0<=c.Realms.indexOf(20)&&(p+=", Auditor");else for(d in xxAccountRealmInfo[b].Realms)""!=amtstack.RealmNames[c.Realms[d]]&&(0<p.length&&(p+=", "),p+=amtstack.RealmNames[c.Realms[d]]);0==p.length&&(p="None");a+=addHtmlValue("Realms","")+"<b>"+p+"</b>"}messagebox("Account "+e,a+"</div>")}}
1141
+function showUserDetails(b){if(!xxdialogMode){var c=xxAccountRealmInfo[b],a="<div style=text-align:left>",d,e=c.DigestUsername;e||(e=GetSidString(atob(c.KerberosUserSid)));a+=addHtmlValue("Name",e);xxAccountEnabledInfo[b]&&(a+=addHtmlValue("State",1==xxAccountEnabledInfo[b].Enabled?"Enabled":"Disabled"));if(e==xxAccountAdminName)a+=addHtmlValue("Permission","Administrator");else{var a=a+addHtmlValue("Permission",xxUserPermissions[c.AccessPermission]),l="";if(0<=c.Realms.indexOf(3))l="Administrator",
1142
+0<=c.Realms.indexOf(20)&&(l+=", Auditor");else for(d in xxAccountRealmInfo[b].Realms)""!=amtstack.RealmNames[c.Realms[d]]&&(0<l.length&&(l+=", "),l+=amtstack.RealmNames[c.Realms[d]]);0==l.length&&(l="None");a+=addHtmlValue("Realms","")+"<b>"+l+"</b>"}messagebox("Account "+e,a+"</div>")}}
1143
function wsmanQuery(){QH(26,"");var b=getSelectedOptions(Q(24)),c=[],a;for(a in b)""==QS("WSB-"+b[a]).display&&c.push(b[a]);0!=c.length&&(QE(25,!1),c&&0<c.length&&amtstack.BatchEnum("Browser",c,browserResponse,null,!0))}
1144
function browserResponse(b,c,a,d){QE(25,!0);b="";for(var e in a)c=a[e],b+="<h2>"+e+"</h2><div style=margin-left:20px>",b=200==c.status?0==c.responses.length?b+"<br>(Empty)":b+ObjectToString(c.responses).replace(/Intel\(r\)/g,"Intel®"):b+("<br><div style=color:red>Error #"+c.status+"</div>"),b+="</div><br>";QH(26,b)}
1145
function wsmanFilter(){var b=c0.value.toLowerCase(),c;for(c in AllWsman)QV("WSB-"+AllWsman[c],""==b||0<=AllWsman[c].toLowerCase().indexOf(b))}function connectTerminal(){terminal&&(0==terminal.State?(terminal.tlsv1only=amtstack.wsman.comm.tlsv1only,terminal.Start(currentMeshNode._id,16994,"*","*",0)):terminal.Stop())}
1146
function onTerminalStateChange(b,c){c4.value=0==c?"Connect":"Disconnect";Q(31).textContent=StatusStrs[c];QE(36,3==c);switch(c){case 0:b.m.TermResetScreen();b.m.TermDraw();3==xxdialogMode&&setDialogMode();QV("termRecordIcon",!1);break;case 3:1==b.serverIsRecording&&QV("termRecordIcon",!0)}}function termPaste(){terminal.m.TermSendKeys(d3pastetextarea.value)}function termSendKey(b){terminal.m.TermSendKey(b)}
1147
function termToggleSize(){80==terminal.m.width?(Q(33).value="100x30",terminal.m.Init(100,30)):(Q(33).value="80x25",terminal.m.Init(80,25))}var terminalEmulations=["UTF8 Terminal","Extended ASCII","Intel ASCII"];function termToggleType(){terminal.m.terminalEmulation=(terminal.m.terminalEmulation+1)%3;Q(35).value=terminalEmulations[terminal.m.terminalEmulation]}
1136
-function termToggleFx(){Q(34).value=["Intel (F10 = ESC+[OM)","Alternate (F10 = ESC+0)","VT100+ (F10 = ESC+[OY)"][terminal.m.fxEmulation=(terminal.m.fxEmulation+1)%3]}function termToggleCr(){Q(32).value=["CR+LF","LF"][terminal.m.fxLineBreak=(terminal.m.fxLineBreak+1)%2]}
1148
+function termToggleFx(){Q(34).value=["Intel (F10 = ESC+[OM)","Alternate (F10 = ESC+0)","VT100+ (F10 = ESC+[OY)"][terminal.m.fxEmulation=(terminal.m.fxEmulation+1)%3]}function termToggleCr(){"\r\n"==terminal.m.lineFeed?(Q(32).value="LF",terminal.m.lineFeed="\n"):(Q(32).value="CR+LF",terminal.m.lineFeed="\r\n")}
1149
function terminalCaptureToggle(){if(void 0==terminal.m.capture)terminal.m.capture="",c3.value="Stop Capture";else{if(0<terminal.m.capture.length){var b="TerminalCapture",c=new Date;amtsysstate&&(b+="-"+amtsysstate.AMT_GeneralSettings.response.HostName);b+="-"+c.getFullYear()+"-"+("0"+(c.getMonth()+1)).slice(-2)+"-"+("0"+c.getDate()).slice(-2)+"-"+("0"+c.getHours()).slice(-2)+"-"+("0"+c.getMinutes()).slice(-2);saveAs(data2blob(terminal.m.capture),b+".txt")}delete terminal.m.capture;
1150
c3.value="Start Capture"}}function terminal_FileSelectHandler(b){haltEvent(b);if(3==terminal.State&&null!=b.dataTransfer&&1==b.dataTransfer.files.length){var c=new FileReader;c.onload=terminal_onSetupBinRead;c.readAsText(b.dataTransfer.files[0])}}function terminal_onSetupBinRead(b){d3pastetextarea.value=b.target.result;setDialogMode(3,"Paste",3,termPaste)}var desktopScreenInfo=null,desktopPollTimer=null,webRtcDesktop=null;
1151
function webRtcDesktopReset(){if(null!=webRtcDesktop){null!=webRtcDesktop.softdesktop&&(webRtcDesktop.softdesktop.Stop(),webRtcDesktop.softdesktop=null);if(null!=webRtcDesktop.webchannel){try{webRtcDesktop.webchannel.close()}catch(b){}webRtcDesktop.webchannel=null}if(null!=webRtcDesktop.webrtc){try{webRtcDesktop.webrtc.close()}catch(b){}webRtcDesktop.webrtc=null}webRtcDesktop=null;desktop.m.hold(!1);Q(42).textContent=StatusStrs[desktop.State];p24files=null;p24downloadFileCancel();p24uploadFileCancel();
@@ -1166,10 +1178,10 @@ function dmousemove(b){xxdialogMode||Q(50).checked||(null!=webRtcDesktop&&null!=
1178
function drotate(b){b=desktop.m.rotation+b;desktop.m.setRotation(b);null!=webRtcDesktop&&null!=webRtcDesktop.softdesktop&&null!=webRtcDesktop.softdesktop.m&&webRtcDesktop.softdesktop.m.setRotation(b);center()}var p24files=null,p24filetree=null,p24targetpath=null,p24filetreelocation=[];
1179
function onFilesControlData(b){if(0<b.length&&123!=b.charCodeAt(0))p24gotDownloadBinaryData(b);else if(b=JSON.parse(b),"download"==b.action)p24gotDownloadCommand(b);else if("upload"==b.action)p24gotUploadData(b);else if("pong"!=b.action)if(b.path=b.path.replace(/\//g,"\\"),null!=p24filetree&&b.path==p24filetree.path){var c=p24getCheckedNames();p24filetree=b;p24updateFiles(c)}else{for(var c=b.path.split("/").join("\\"),a=p24targetpath.split("/").join("\\");0<c.length&&"\\"==c[0];)c=c.substring(1);
1180
for(;0<a.length&&"\\"==a[0];)a=a.substring(1);if(c==a||"\\"==b.path&&""==p24targetpath)p24filetree=b,p24updateFiles()}}function p24getCheckedNames(){for(var b=[],c=document.getElementsByName("fd"),a=0;a<c.length;a++)c[a].checked&&b.push(p24filetree.dir[c[a].value].n);return b}
1169
-function p24updateFiles(b){var c="",a="",d="<a style=cursor:pointer onclick=p24folderup(0)>Root</a>",e=p24filetree.path.split("\\");p24filetreelocation=[];for(var p in e)""!=e[p]&&p24filetreelocation.push(e[p]);for(p in p24filetreelocation)d+=" / <a style=cursor:pointer onclick=p24folderup("+(parseInt(p)+1)+")>"+p24filetreelocation[p]+"</a>";var e=p24filetreelocation.join("/"),h=p24sort_files(p24filetree.dir);for(p in h){var r=h[p],n=r.n,m;m=70<n.length?'<span title="'+EscapeHtml(n)+'">'+EscapeHtml(n.substring(0,
1170
-70))+"...</span>":EscapeHtml(n);var n=EscapeHtml(n),z="";null!=r.d&&(z=new Date(r.d),z=z.getMonth()+1+"/"+z.getDate()+"/"+z.getFullYear()+" "+z.toLocaleTimeString()+" ");var k="";null!=r.s&&(k=getFileSizeStr(r.s));var v="";3>r.t?v="<div class=filelist file=999><input file=999 style=float:left name=fd class=fcb type=checkbox onchange=p24setActions() value='"+r.nx+'\'> <span style=float:right title=""></span><span><div class=fileIcon'+r.t+'></div><a style=cursor:pointer onclick=p24folderset("'+
1171
-encodeURIComponent(r.nx)+'")>'+m+"</a></span></div>":(v=m,0<r.s&&(v='<a rel="noreferrer noopener" target="_blank" style=cursor:pointer onclick="p24downloadfile(\''+encodeURIComponent(e+"/"+n)+"','"+encodeURIComponent(n)+"',"+r.s+')">'+m+"</a>"),v="<div class=filelist file=3><input file=3 style=float:left name=fd class=fcb type=checkbox onchange=p24setActions() value='"+r.nx+"'> <span class=fsize>"+z+"</span><span style=float:right>"+k+"</span><span><div class=fileIcon"+r.t+"></div>"+v+"</span></div>");
1172
-3>r.t?c+=v:a+=v}QH("p24files",c+a);QH("p24currentpath",d);QE("p24FolderUp",0!=p24filetreelocation.length);if(null!=b)for(c=document.getElementsByName("fd"),p=0;p<c.length;p++)0<=b.indexOf(p24filetree.dir[c[p].value].n)&&(c[p].checked=!0);p24setActions()}function p24folderset(b){p24targetpath=joinPaths(p24filetree.path,p24filetree.dir[b].n).split("\\").join("/");p24files.sendCtrlMsg(JSON.stringify({action:"ls",reqid:1,path:p24targetpath}))}
1181
+function p24updateFiles(b){var c="",a="",d="<a style=cursor:pointer onclick=p24folderup(0)>Root</a>",e=p24filetree.path.split("\\");p24filetreelocation=[];for(var l in e)""!=e[l]&&p24filetreelocation.push(e[l]);for(l in p24filetreelocation)d+=" / <a style=cursor:pointer onclick=p24folderup("+(parseInt(l)+1)+")>"+p24filetreelocation[l]+"</a>";var e=p24filetreelocation.join("/"),p=p24sort_files(p24filetree.dir);for(l in p){var q=p[l],n=q.n,m;m=70<n.length?'<span title="'+EscapeHtml(n)+'">'+EscapeHtml(n.substring(0,
1182
+70))+"...</span>":EscapeHtml(n);var n=EscapeHtml(n),v="";null!=q.d&&(v=new Date(q.d),v=v.getMonth()+1+"/"+v.getDate()+"/"+v.getFullYear()+" "+v.toLocaleTimeString()+" ");var h="";null!=q.s&&(h=getFileSizeStr(q.s));var z="";3>q.t?z="<div class=filelist file=999><input file=999 style=float:left name=fd class=fcb type=checkbox onchange=p24setActions() value='"+q.nx+'\'> <span style=float:right title=""></span><span><div class=fileIcon'+q.t+'></div><a style=cursor:pointer onclick=p24folderset("'+
1183
+encodeURIComponent(q.nx)+'")>'+m+"</a></span></div>":(z=m,0<q.s&&(z='<a rel="noreferrer noopener" target="_blank" style=cursor:pointer onclick="p24downloadfile(\''+encodeURIComponent(e+"/"+n)+"','"+encodeURIComponent(n)+"',"+q.s+')">'+m+"</a>"),z="<div class=filelist file=3><input file=3 style=float:left name=fd class=fcb type=checkbox onchange=p24setActions() value='"+q.nx+"'> <span class=fsize>"+v+"</span><span style=float:right>"+h+"</span><span><div class=fileIcon"+q.t+"></div>"+z+"</span></div>");
1184
+3>q.t?c+=z:a+=z}QH("p24files",c+a);QH("p24currentpath",d);QE("p24FolderUp",0!=p24filetreelocation.length);if(null!=b)for(c=document.getElementsByName("fd"),l=0;l<c.length;l++)0<=b.indexOf(p24filetree.dir[c[l].value].n)&&(c[l].checked=!0);p24setActions()}function p24folderset(b){p24targetpath=joinPaths(p24filetree.path,p24filetree.dir[b].n).split("\\").join("/");p24files.sendCtrlMsg(JSON.stringify({action:"ls",reqid:1,path:p24targetpath}))}
1185
function p24folderup(b){if(null==b)p24filetreelocation.pop();else for(;p24filetreelocation.length>b;)p24filetreelocation.pop();p24targetpath=p24filetreelocation.join("/");p24files.sendCtrlMsg(JSON.stringify({action:"ls",reqid:1,path:p24targetpath}))}var p24sortorder;function p24sort_filename(b,c){return b.ln>c.ln?1*p24sortorder:b.ln<c.ln?-1*p24sortorder:0}function p24sort_timestamp(b,c){return b.d>c.d?1*p24sortorder:b.d<c.d?-1*p24sortorder:0}
1186
function p24sort_bysize(b,c){return b.s==c.s?p24sort_filename(b,c):(b.s-c.s)*p24sortorder}function p24sort_files(b){var c=[],a=Q("p24sortdropdown").value,d;for(d in b)b[d].nx=d,null==b[d].s&&(b[d].s=0),null==b[d].n&&(b[d].n=d),b[d].ln=b[d].n.toLowerCase(),c.push(b[d]);p24sortorder=1;3<a&&(p24sortorder=-1,a-=3);1==a?c.sort(p24sort_filename):2==a?c.sort(p24sort_bysize):3==a&&c.sort(p24sort_timestamp);return c}
1187
function p24setActions(){if(null==p24filetree)QE("p24DeleteFileButton",!1),QE("p24NewFolderButton",!1),QE("p24UploadButton",!1),QE("p24RenameFileButton",!1),QE("p24SelectAllButton",!1),Q("p24SelectAllButton").value="Select All",QE("p24RefreshButton",!1),QE("p24CutButton",!1),QE("p24CopyButton",!1),QE("p24PasteButton",!1);else{var b=p24getFileSelCount(),c=p24getFileCount(),a=p24getFileSelCount(!1),d="win32"==webRtcDesktop.platform;QE("p24DeleteFileButton",0<b&&(0<p24filetreelocation.length||0==d));
@@ -1203,8 +1215,8 @@ null,c=null;1==Q("floppyImageInput").files.length&&(b=Q("floppyImageInput").file
1215
function iderStart3(b,c,a){iderStop();ider=CreateAmtRedirect(CreateAmtRemoteIder());ider.onStateChanged=onIderStateChange;ider.m.floppy=b;ider.m.cdrom=c;ider.m.iderStart=a;ider.m.sectorStats=iderSectorStats;ider.tlsv1only=amtstack.wsman.comm.tlsv1only;ider.Start(currentMeshNode._id,16994,"*","*",0);QV("IDERDiskMapButton",!0)}
1216
function iderStop(){ider&&(ider.m.Stop(),ider.onStateChanged=null,ider.m.onDialogPrompt=null,delete ider);iderTimer&&(clearInterval(iderTimer),delete iderTimer);iderToggleDiskMap(!1)}function onIderStateChange(b,c){QE("c2",3!=c);QE("c8",3!=c);QE("c1",3!=c);QE("c7",3!=c);QV(9,3==c);center();3==c?(urlvars.norefresh||(iderTimer=setInterval(onIderTimer,500)),onIderTimer()):iderTimer&&(clearInterval(iderTimer),delete iderTimer)}
1217
function onIderTimer(){ider.m.Update&&ider.m.Update();-1==ider.m.bytesFromAmt?iderStop():QH(10,"<b>"+(ider.m.server?"Server ":"")+"IDE-R Session</b>, Connected, "+ider.m.bytesFromAmt+" in, "+ider.m.bytesToAmt+" out.")}var heatMapWidth=600,heatMapDividor={};
1206
-function iderSectorStats(b,c,a,d,e){var p=c?Q("cdromHeatMapCanvas"):Q("floppyHeatMapCanvas"),h=p.getContext("2d");if(0==b){heatMapDividor[c]=1;if(0<a)for(;8E3<a/heatMapDividor[c];)heatMapDividor[c]*=2;c?(QV("cdromHeatMap",a),QH("cdromHeatMapText","<b>CDROM</b>, blocks are "+2048*heatMapDividor[c]+" bytes.")):(QV("floppyHeatMap",a),QH("floppyHeatMapText","<b>Floppy</b>, blocks are "+512*heatMapDividor[c]+" bytes."))}c=heatMapDividor[c];a/=c;d/=c;e/=c;if(0==b)p.height=6*(Math.floor(a/(heatMapWidth/
1207
-6))+(a%heatMapWidth?1:0)),h.fillStyle="rgba(225,250,225,1)",h.fillRect(0,0,heatMapWidth,6*Math.floor(a/(heatMapWidth/6))),a%heatMapWidth&&h.fillRect(0,6*Math.floor(a/(heatMapWidth/6)),a%(heatMapWidth/6)*6,6),h.fillStyle="rgba(0,0,0,0.3)";else for(b=d;b<d+e;b++)sectorHeat(h,b,6,c)}function sectorHeat(b,c,a,d){b.fillRect(c%(heatMapWidth/a)*a,Math.floor(c/(heatMapWidth/a))*a,a,a)}
1218
+function iderSectorStats(b,c,a,d,e){var l=c?Q("cdromHeatMapCanvas"):Q("floppyHeatMapCanvas"),p=l.getContext("2d");if(0==b){heatMapDividor[c]=1;if(0<a)for(;8E3<a/heatMapDividor[c];)heatMapDividor[c]*=2;c?(QV("cdromHeatMap",a),QH("cdromHeatMapText","<b>CDROM</b>, blocks are "+2048*heatMapDividor[c]+" bytes.")):(QV("floppyHeatMap",a),QH("floppyHeatMapText","<b>Floppy</b>, blocks are "+512*heatMapDividor[c]+" bytes."))}c=heatMapDividor[c];a/=c;d/=c;e/=c;if(0==b)l.height=6*(Math.floor(a/(heatMapWidth/
1219
+6))+(a%heatMapWidth?1:0)),p.fillStyle="rgba(225,250,225,1)",p.fillRect(0,0,heatMapWidth,6*Math.floor(a/(heatMapWidth/6))),a%heatMapWidth&&p.fillRect(0,6*Math.floor(a/(heatMapWidth/6)),a%(heatMapWidth/6)*6,6),p.fillStyle="rgba(0,0,0,0.3)";else for(b=d;b<d+e;b++)sectorHeat(p,b,6,c)}function sectorHeat(b,c,a,d){b.fillRect(c%(heatMapWidth/a)*a,Math.floor(c/(heatMapWidth/a))*a,a,a)}
1220
function iderToggleDiskMap(b){var c="none"!=QS("iderHeatmap").display;null==b&&(b=!c);xxdialogMode&&(b=!1);QS("iderHeatmap").display=b?"":"none"}function onIderDialogPrompt(b,c,a){iderCodeBlock&&(document.body.removeChild(iderCodeBlock),delete iderCodeBlock);c.js&&(b=document.createElement("script"),b.text=c.js,iderCodeBlock=document.body.appendChild(b));setDialogMode(11,"Storage Redirection",a?a:3,onIderDialogPromptOk,c.html)}
1221
function onIderDialogPromptOk(b){1==b?window.iderServerCall?ider.m.dialogPrompt(window.iderServerCall()):ider.m.dialogPrompt():iderStop()}function iderServerStart(){iderStop();ider=CreateAmtRemoteServerIder();null!=ider&&(ider.onStateChanged=onIderStateChange,ider.m.sectorStats=iderSectorStats,ider.m.onDialogPrompt=onIderDialogPrompt,ider.tlsv1only=amtstack.wsman.comm.tlsv1only,ider.Start(currentMeshNode._id,16994,"*","*",0))}
1222
var xxRemoteAccess=null,xxEnvironementDetection=null,xxCiraServers=null,xxUserInitiatedCira=null,xxUserInitiatedEnabledState={32768:"Disabled",32769:"BIOS enabled",32770:"OS enable",32771:"BIOS & OS enabled"},xxRemoteAccessCredentiaLinks=null,xxMPSUserPass=null,xxPolicies=null;
@@ -1214,8 +1226,8 @@ a.AMT_RemoteAccessCredentialContext.responses;xxMPSUserPass=a.AMT_MPSUsernamePas
1226
xxPolicies[c].push(b);updateRemoteAccess()}}
1227
function updateRemoteAccess(){if(null!=xxEnvironementDetection){var b,c="Disabled",a=xxRemoteAccess.IPS_HTTPProxyService&&xxRemoteAccess.IPS_HTTPProxyAccessPoint;xxEnvironementDetection.DetectionStrings&&0<xxEnvironementDetection.DetectionStrings.length&&(c="Enabled, "+xxEnvironementDetection.DetectionStrings.length+" domain"+(1<xxEnvironementDetection.DetectionStrings.length?"s":""));b=""+TableStart();b+=TableEntry("Environment detection",addLink(c,"editEnvironmentDetection()"));b+=TableEntry("User initiation options",
1228
addLinkConditional(xxUserInitiatedEnabledState[xxUserInitiatedCira.EnabledState],"editUserInitiatedCira()",xxAccountAdminName));c="<i>None</i>";if(0<xxPolicies.User.length){var c="",d;for(d in xxPolicies.User)0<c.length&&(c+=", "),c+=xxPolicies.User[d].AccessInfo,1==xxPolicies.User[d].MpsType&&(c+=" (CILA)")}b+=TableEntry("User initiated connection",addLinkConditional(c,'editMpsPolicy("User")',xxAccountAdminName));c="<i>None</i>";if(0<xxPolicies.Alert.length)for(d in c="",xxPolicies.Alert)0<c.length&&
1217
-(c+=", "),c+=xxPolicies.Alert[d].AccessInfo,1==xxPolicies.Alert[d].MpsType&&(c+=" (CILA)");b+=TableEntry("Alert initiated connection",addLinkConditional(c,'editMpsPolicy("Alert")',xxAccountAdminName));c="<i>None</i>";if(0<xxPolicies.Periodic.length)for(d in c="",xxPolicies.Periodic)0<c.length&&(c+=", "),c+=xxPolicies.Periodic[d].AccessInfo,1==xxPolicies.Periodic[d].MpsType&&(c+=" (CILA)");var e=getItem(xxRemoteAccess.AMT_RemoteAccessPolicyRule.responses,"PolicyRuleName","Periodic");if(e){var p=atob(e.ExtendedData);
1218
-0==ReadInt(p,0)&&(c+=", each "+ReadInt(p,4)+" seconds");1==ReadInt(p,0)&&(e=ReadInt(p,4),p=ReadInt(p,8),10>p&&(p="0"+p),c+=", at "+e+":"+p+" daily")}b+=TableEntry("Periodic connection",addLinkConditional(c,'editMpsPolicy("Periodic")',xxAccountAdminName));b+=TableEnd();b=b+"<br>"+TableStart2();b+="<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT remote management servers.<br><br>";if(0==xxCiraServers.length)b+="<div style=padding-left:15px><br><i>No remote servers found.</i></div><br>";
1229
+(c+=", "),c+=xxPolicies.Alert[d].AccessInfo,1==xxPolicies.Alert[d].MpsType&&(c+=" (CILA)");b+=TableEntry("Alert initiated connection",addLinkConditional(c,'editMpsPolicy("Alert")',xxAccountAdminName));c="<i>None</i>";if(0<xxPolicies.Periodic.length)for(d in c="",xxPolicies.Periodic)0<c.length&&(c+=", "),c+=xxPolicies.Periodic[d].AccessInfo,1==xxPolicies.Periodic[d].MpsType&&(c+=" (CILA)");var e=getItem(xxRemoteAccess.AMT_RemoteAccessPolicyRule.responses,"PolicyRuleName","Periodic");if(e){var l=atob(e.ExtendedData);
1230
+0==ReadInt(l,0)&&(c+=", each "+ReadInt(l,4)+" seconds");1==ReadInt(l,0)&&(e=ReadInt(l,4),l=ReadInt(l,8),10>l&&(l="0"+l),c+=", at "+e+":"+l+" daily")}b+=TableEntry("Periodic connection",addLinkConditional(c,'editMpsPolicy("Periodic")',xxAccountAdminName));b+=TableEnd();b=b+"<br>"+TableStart2();b+="<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT remote management servers.<br><br>";if(0==xxCiraServers.length)b+="<div style=padding-left:15px><br><i>No remote servers found.</i></div><br>";
1231
else for(d in xxCiraServers)c=":"+xxCiraServers[d].Port,xxCiraServers[d].CN&&(c+=", "+xxCiraServers[d].CN),b+="<div class=itemBar onclick=showServerDetails("+d+")><div style=padding-top:3px><b>"+xxCiraServers[d].AccessInfo+"</b>"+EscapeHtml(c)+"</div></div>";if(a)if(b+="<br>Manage HTTP proxies used for management connections.<br><br>",c=xxRemoteAccess.IPS_HTTPProxyAccessPoint.responses,0==c.length)b+="<div style=padding-left:15px><br><i>No proxies configured.</i></div><br>";else for(d in c)b+="<div class=itemBar onclick=showProxyDetails("+
1232
d+")><div style=padding-top:3px><b>"+EscapeHtml(c[d].AccessInfo)+":"+c[d].Port+"</b> / "+EscapeHtml(c[d].NetworkDnsSuffix)+"</div></div>";d="";xxAccountAdminName&&(d=AddButton("Add Server...","AddRemoteAccessServer()"),a&&(d+=AddButton("Add Proxy...","AddRemoteAccessProxy()")));b+="<br><td class=r1>"+TableEnd(AddRefreshButton("PullRemoteAccess()")+d);QH(54,b)}}var xxEditMpsPolicyType;
1233
function editMpsPolicy(b){var c="",a=11<amtversion||11==amtversion&&6<=amtversion,d=xxEditMpsPolicyType=b;"User"==d&&(d="User Initiated");var d=getItem(xxRemoteAccess.AMT_RemoteAccessPolicyRule.responses,"PolicyRuleName",d),c=c+"<div style=height:26px><select id=d2server1 style=float:right;width:206px onchange=editMpsPolicyUpdate()><option value=-1>(None)",e;for(e in xxCiraServers)c+="<option value="+e+""+(xxPolicies[b][0]&&xxPolicies[b][0].Name==xxCiraServers[e].Name?" selected":"")+">"+xxCiraServers[e].AccessInfo;
@@ -1226,9 +1238,9 @@ for(e in xxCiraServers)c+="<option value="+e+""+(xxPolicies[b][1]&&xxPolicies[b]
1238
function editMpsPolicyUpdate(){var b=11<amtversion||11==amtversion&&6<=amtversion,c=1>=xxCiraServers.length||-1==Q("d2server1").value||Q("d2server1").value!=Q("d2server2").value;if(1==c&&"Periodic"==xxEditMpsPolicyType&&1==Q("d2ttype").value){var a=Q("d2timer").value.split(":");if(2!=a.length)c=!1;else{var d=parseInt(a[0]),a=parseInt(a[1]);if(0>d||23<d||0>a||59<a)c=!1}}QE("c48",c);1<xxCiraServers.length&&QE("d2server2",-1!=Q("d2server1").value);"Periodic"==xxEditMpsPolicyType&&(QE("d2timer",
1239
-1!=Q("d2server1").value),QH("ttypelabel",0==Q("d2ttype").value?"Trigger interval (Seconds)":"Time of day (HH:MM)"),QE("d2ttype",-1!=Q("d2server1").value));QE("d2lifetime",-1!=Q("d2server1").value);b&&(QE("d2server1cira",-1<Q("d2server1").value),1<xxCiraServers.length&&QE("d2server2cira",-1<Q("d2server1").value&&-1<Q("d2server2").value))}
1240
function editMpsPolicyOk(){var b=xxEditMpsPolicyType;"User"==b&&(b="User Initiated");getItem(xxRemoteAccess.AMT_RemoteAccessPolicyRule.responses,"PolicyRuleName",b)?amtstack.Delete("AMT_RemoteAccessPolicyRule",{PolicyRuleName:b},editMpsPolicyOk2):editMpsPolicyOk2()}
1229
-function editMpsPolicyOk2(b,c,a,d){b=11<amtversion||11==amtversion&&6<=amtversion;if(-1==Q("d2server1").value)PullRemoteAccess();else{c=0;"Alert"==xxEditMpsPolicyType&&(c=1);"Periodic"==xxEditMpsPolicyType&&(c=2);a=null;2==c&&(a=Q("d2ttype").value,d=IntToStr(Q("d2timer").value),1==a&&(d=Q("d2timer").value.split(":"),d=IntToStr(parseInt(d[0]))+IntToStr(parseInt(d[1]))),a=btoa(IntToStr(a)+d));var e,p;0<=Q("d2server1").value&&(e='<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://intel.com/wbem/wscim/1/amt-schema/1/AMT_ManagementPresenceRemoteSAP</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="Name">'+
1230
-xxCiraServers[Q("d2server1").value].Name+"</Selector></SelectorSet></ReferenceParameters>");0<=Q("d2server1").value&&1<xxCiraServers.length&&0<=Q("d2server2").value&&(p='<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://intel.com/wbem/wscim/1/amt-schema/1/AMT_ManagementPresenceRemoteSAP</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="Name">'+
1231
-xxCiraServers[Q("d2server2").value].Name+"</Selector></SelectorSet></ReferenceParameters>");d=[];var h=[];b?e&&(0==Q("d2server1cira").value?d.push(e):h.push(e),p&&(0==Q("d2server2cira").value?d.push(p):h.push(p))):e&&(d.push(e),p&&d.push(p));amtstack.AMT_RemoteAccessService_AddRemoteAccessPolicyRule(c,Q("d2lifetime").value,a,d,h,PullRemoteAccess)}}var editEnvironmentDetectionTmp;
1241
+function editMpsPolicyOk2(b,c,a,d){b=11<amtversion||11==amtversion&&6<=amtversion;if(-1==Q("d2server1").value)PullRemoteAccess();else{c=0;"Alert"==xxEditMpsPolicyType&&(c=1);"Periodic"==xxEditMpsPolicyType&&(c=2);a=null;2==c&&(a=Q("d2ttype").value,d=IntToStr(Q("d2timer").value),1==a&&(d=Q("d2timer").value.split(":"),d=IntToStr(parseInt(d[0]))+IntToStr(parseInt(d[1]))),a=btoa(IntToStr(a)+d));var e,l;0<=Q("d2server1").value&&(e='<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://intel.com/wbem/wscim/1/amt-schema/1/AMT_ManagementPresenceRemoteSAP</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="Name">'+
1242
+xxCiraServers[Q("d2server1").value].Name+"</Selector></SelectorSet></ReferenceParameters>");0<=Q("d2server1").value&&1<xxCiraServers.length&&0<=Q("d2server2").value&&(l='<Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://intel.com/wbem/wscim/1/amt-schema/1/AMT_ManagementPresenceRemoteSAP</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="Name">'+
1243
+xxCiraServers[Q("d2server2").value].Name+"</Selector></SelectorSet></ReferenceParameters>");d=[];var p=[];b?e&&(0==Q("d2server1cira").value?d.push(e):p.push(e),l&&(0==Q("d2server2cira").value?d.push(l):p.push(l))):e&&(d.push(e),l&&d.push(l));amtstack.AMT_RemoteAccessService_AddRemoteAccessPolicyRule(c,Q("d2lifetime").value,a,d,p,PullRemoteAccess)}}var editEnvironmentDetectionTmp;
1244
function editEnvironmentDetection(b){1!=b&&(editEnvironmentDetectionTmp=xxEnvironementDetection.DetectionStrings?Clone(xxEnvironementDetection.DetectionStrings):[]);var c="";xxAccountAdminName&&(c+="Enter up to 5 intranet domain suffix. If the computer is outside these domains, Intel® AMT local ports will be closed and remote server connections will be active.<br><br>");0==editEnvironmentDetectionTmp.length&&(c+="<i>No intranet domains, Environemnt detection disabled.</i><br>");for(var a in editEnvironmentDetectionTmp)c+=
1245
"<div class=itemBar style=margin-right:0><div style=float:right>"+AddButton2("Remove","editEnvironmentDetectionRemove("+a+")")+"</div><div style=padding-top:3px;max-width:260px;overflow:hidden title='"+editEnvironmentDetectionTmp[a]+"'><b>"+editEnvironmentDetectionTmp[a]+"</b></div></div>";xxAccountAdminName&&5>editEnvironmentDetectionTmp.length&&(c+="<br><input id=edInput placeholder=intranet.org style=width:276px onkeyup=edInputChg() maxlength=63><input type=button id=edAdd value=Add style=width:80px;margin-left:5px onclick=editEnvironmentDetectionAdd()>");
1246
1==b?QH(65,c):setDialogMode(11,"Environment Detection",xxAccountAdminName?3:1,editEnvironmentDetectionDlg,c);edInputChg()}function editEnvironmentDetectionDlg(){if(xxAccountAdminName){var b=Clone(xxEnvironementDetection);b.DetectionStrings=editEnvironmentDetectionTmp;amtstack.Put("AMT_EnvironmentDetectionSettingData",b,editEnvironmentDetectionDlg2,0,1)}}
@@ -1303,11 +1315,11 @@ function powerActionResponse3(b,c,a,d){console.log("powerActionResponse3("+c+","
1315
function checkConsentDisplay(){amtstack.Get("IPS_SecIOService",checkConsentDisplayResponse1)}var xxchangeConsentDisplay=!1;
1316
function checkConsentDisplayResponse1(b,c,a,d){200==d&&(a.Body.DefaultScreen&&(a.Body.DefaultScreen=parseInt(a.Body.DefaultScreen)),a.Body.NumberOfScreens&&(a.Body.NumberOfScreens=parseInt(a.Body.NumberOfScreens)),1==xxchangeConsentDisplay?(xxchangeConsentDisplay=!1,a.Body.DefaultScreen=d6Display.value,amtstack.Put("IPS_SecIOService",a.Body,checkConsentDisplayResponse1)):(d6Display.value=a.Body.DefaultScreen,QV("d6ThirdDisplay",2<a.Body.NumberOfScreens)))}
1317
var xxStorage=null,xxStorageVendors=[],xxStorageApplications=[];function PullStorage(){amtFirstPull|=8;wsstack.comm.PerformAjax("",PullStorageResponse,null,0,"/amt-storage/","GET")}
1306
-function PullStorageResponse(b,c,a){0==amtstack.PendingBatchOperations&&refreshButtons(!0);if(200==c){QV("go21",!0);for(c=0;32>c;c++){do a=b.length,b=b.replace(String.fromCharCode(c),"");while(a>b.length)}try{xxStorage=JSON.parse(b)}catch(v){return}xxStorageVendors=[];xxStorageApplications=[];b=xxStorage.content;if(Array.isArray(b)){a={};for(c in b){var d=b[c].vendor?b[c].vendor:"";a[d]||(a[d]={});var e=b[c].app?b[c].app:"";a[d][e]||(a[d][e]={});b[c].name&&(a[d][e][b[c].name]=b[c])}xxStorage.content=
1307
-b=a}else{if(b["index.htm"]||b["logon.htm"])b[""]={"":{}};b["index.htm"]&&(b[""][""]["index.htm"]=b["index.htm"],delete b["index.htm"]);b["logon.htm"]&&(b[""][""]["logon.htm"]=b["logon.htm"],delete b["logon.htm"])}a=0;var d=TableStart2()+"<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT storage for this computer.<br><br>",p,h,e="";for(c in b){var r=0,n;for(n in b[c]){r++;var m=0,z;for(z in b[c][n]){m++;if(c!=p||n!=h)""!=e&&(d+=e,e="<br>"),p=c,h=n,e=""!=c?e+EscapeHtml(c+" / "+n):e+
1308
-"Root";var k='"'+c+(""!=c?"/":"")+n+(""!=n?"/":"")+z+'"',e=e+('<div class=itemBar onclick=showStorageDetails("'+c+'","'+n+'","'+z+'",'+k+")><div style=float:right>"),e=e+(" "+AddButton2("Download","DownloadFromStorage("+k+',"'+z+'",event)')),e=e+("</div><div style=padding-top:3px><b>"+EscapeHtml(z)+"</b>, <i>"+b[c][n][z].size+" bytes</i></div></div>");a++;-1==xxStorageVendors.indexOf(c)&&xxStorageVendors.push(c);-1==xxStorageApplications.indexOf(n)&&xxStorageApplications.push(n)}0==m&&(wsstack.comm.PerformAjax("",
1309
-function(){},null,0,"/amt-storage/"+c+"/"+n,"DELETE"),wsstack.comm.PerformAjax("",function(){},null,0,"/amt-storage/"+c,"DELETE"))}0==r&&wsstack.comm.PerformAjax("",function(){},null,0,"/amt-storage/"+c,"DELETE")}""!=e&&(d+=e);0==a&&(d+="<div style=padding-left:15px><br><i>No files found.</i></div><br>");d+="<br><td class=r1>"+TableEnd(AddRefreshButton("PullStorage()")+AddButton("Upload...","UploadToStorage()"));QH(57,d)}else QH(57,"Unable to load storage data...<br/>"+
1310
-AddButton("Refresh","PullStorage()"))}function showStorageDetails(b,c,a,d){if(!xxdialogMode){var e="",p=xxStorage.content[b][c][a];""!=b&&(e+=addHtmlValue("Vendor",b));""!=c&&(e+=addHtmlValue("Application",c));e+=addHtmlValue("Name",a);e+=addHtmlValue("Size",p.size+" bytes");p.link&&(e+=addHtmlValue("Link",p.link));setDialogMode(11,"Storage Item",5,showStorageDetailsEx,e,d)}}
1318
+function PullStorageResponse(b,c,a){0==amtstack.PendingBatchOperations&&refreshButtons(!0);if(200==c){QV("go21",!0);for(c=0;32>c;c++){do a=b.length,b=b.replace(String.fromCharCode(c),"");while(a>b.length)}try{xxStorage=JSON.parse(b)}catch(z){return}xxStorageVendors=[];xxStorageApplications=[];b=xxStorage.content;if(Array.isArray(b)){a={};for(c in b){var d=b[c].vendor?b[c].vendor:"";a[d]||(a[d]={});var e=b[c].app?b[c].app:"";a[d][e]||(a[d][e]={});b[c].name&&(a[d][e][b[c].name]=b[c])}xxStorage.content=
1319
+b=a}else{if(b["index.htm"]||b["logon.htm"])b[""]={"":{}};b["index.htm"]&&(b[""][""]["index.htm"]=b["index.htm"],delete b["index.htm"]);b["logon.htm"]&&(b[""][""]["logon.htm"]=b["logon.htm"],delete b["logon.htm"])}a=0;var d=TableStart2()+"<tr><td class=r1 style=padding-left:15px><br>Manage Intel® AMT storage for this computer.<br><br>",l,p,e="";for(c in b){var q=0,n;for(n in b[c]){q++;var m=0,v;for(v in b[c][n]){m++;if(c!=l||n!=p)""!=e&&(d+=e,e="<br>"),l=c,p=n,e=""!=c?e+EscapeHtml(c+" / "+n):e+
1320
+"Root";var h='"'+c+(""!=c?"/":"")+n+(""!=n?"/":"")+v+'"',e=e+('<div class=itemBar onclick=showStorageDetails("'+c+'","'+n+'","'+v+'",'+h+")><div style=float:right>"),e=e+(" "+AddButton2("Download","DownloadFromStorage("+h+',"'+v+'",event)')),e=e+("</div><div style=padding-top:3px><b>"+EscapeHtml(v)+"</b>, <i>"+b[c][n][v].size+" bytes</i></div></div>");a++;-1==xxStorageVendors.indexOf(c)&&xxStorageVendors.push(c);-1==xxStorageApplications.indexOf(n)&&xxStorageApplications.push(n)}0==m&&(wsstack.comm.PerformAjax("",
1321
+function(){},null,0,"/amt-storage/"+c+"/"+n,"DELETE"),wsstack.comm.PerformAjax("",function(){},null,0,"/amt-storage/"+c,"DELETE"))}0==q&&wsstack.comm.PerformAjax("",function(){},null,0,"/amt-storage/"+c,"DELETE")}""!=e&&(d+=e);0==a&&(d+="<div style=padding-left:15px><br><i>No files found.</i></div><br>");d+="<br><td class=r1>"+TableEnd(AddRefreshButton("PullStorage()")+AddButton("Upload...","UploadToStorage()"));QH(57,d)}else QH(57,"Unable to load storage data...<br/>"+
1322
+AddButton("Refresh","PullStorage()"))}function showStorageDetails(b,c,a,d){if(!xxdialogMode){var e="",l=xxStorage.content[b][c][a];""!=b&&(e+=addHtmlValue("Vendor",b));""!=c&&(e+=addHtmlValue("Application",c));e+=addHtmlValue("Name",a);e+=addHtmlValue("Size",l.size+" bytes");l.link&&(e+=addHtmlValue("Link",l.link));setDialogMode(11,"Storage Item",5,showStorageDetailsEx,e,d)}}
1323
function showStorageDetailsEx(b,c){2==b&&wsstack.comm.PerformAjax("",storageDeleteResponse,null,0,"/amt-storage/"+c,"DELETE")}function storageDeleteResponse(b,c){200!=c?messagebox("Storage","Unable to delete file (ERR"+c+"), check that the computer is powered on."):PullStorage()}function DownloadFromStorage(b,c,a){xxdialogMode||(haltEvent(a),wsstack.comm.PerformAjax("",DownloadFromStorageEx,c,0,"/amt-storage/"+b,"GET"))}
1324
function DownloadFromStorageEx(b,c,a){200!=c||null==b?console.log(c,"Data = null"):saveAs(data2blob(b),a)}function OpenFromStorage(b,c){if(!xxdialogMode){haltEvent(c);var a=window.open("http://"+wsstack.comm.host+":"+wsstack.comm.port+"/amt-storage/"+b,"_blank");a.opener=null;a.focus()}}function PushToStorage(b,c,a){var d=null;7E3<c.length&&(d=[b,c.substring(7E3)],c=c.substring(0,7E3));wsstack.comm.PerformAjax(c,PushToStorageResponse,d,0,"/amt-storage/"+b+(1==a?"?append=":""),"PUT")}
1325
function PushToStorageResponse(b,c,a){200!=c?messagebox("Storage","Unable to push file (ERR"+c+"), check that the computer is powered on."):null!=a?PushToStorage(a[0],a[1],!0):PullStorage()}
@@ -1317,23 +1329,23 @@ a+='<br><div style=height:16px><input id=mstoragelink style=float:right;width:24
1329
setDialogMode(11,"Storage Upload",3,UploadToStorageEx,a,b);b&&SetStorageName(c)}}function UploadToStorageEx(b,c){if(c)d=new FileReader,d.onload=UploadToStorageEx2,d.filename=Q("mstoragefile").value,d.readAsBinaryString(c);else{var a=Q("mstoragefile");if(1==a.files.length){var d=new FileReader;d.onload=UploadToStorageEx2;d.filename=a.files[0].name;d.readAsBinaryString(a.files[0])}}}
1330
function SetStorageName(b){b||(b=Q("mstoragefile"),b=1==b.files.length?b.files[0].name:"");b=b.split(" ").join("");var c=b.split("-");3==c.length&&12>c[0].length&&12>c[1].length&&(Q("mstoragevendor").value=c[0],Q("mstorageapplication").value=c[1],b=c[2]);b=b.split("-").join("");b.endsWith(".gz")&&(b=b.substring(0,b.length-3));b.endsWith(".htm")||b.endsWith(".html")?Q("mstoragetype").value="text/html":b.endsWith(".txt")&&(Q("mstoragetype").value="text/plain");11<b.length&&(b=b.substring(0,11));Q("mstoragefilename").value=
1331
b}
1320
-function UploadToStorageEx2(b){var c;c=Q("mstoragevendor").value;var a=Q("mstorageapplication").value,d=Q("mstoragefilename").value;""==d&&(d="Filename");var e=Q("mstoragetype").value;""==e&&(e="application/octet-stream");var p=Q("mstoragelink").value;""!=c||""!=a||"logon.htm"!=d.toLowerCase()&&"index.htm"!=d.toLowerCase()?(""==c&&(c="Vendor"),""==a&&(a="App"),c=c+"/"+a+"/"+d):c=d.toLowerCase();a="<metadata><headers>";d=b.target.filename;d||(d=Q("mstoragefile").files[0].name);d.endsWith(".gz")&&(a+=
1321
-"<h>Content-Encoding: gzip</h>");a+="<h>Content-Type: "+e+"</h></headers>";""!=p&&(a+="<link>"+p+"</link>");a+="</metadata>"+b.target.result;PushToStorage(c,a)}function _fmtdatetime(b){return b.replace("T"," ").replace("Z","")}
1332
+function UploadToStorageEx2(b){var c;c=Q("mstoragevendor").value;var a=Q("mstorageapplication").value,d=Q("mstoragefilename").value;""==d&&(d="Filename");var e=Q("mstoragetype").value;""==e&&(e="application/octet-stream");var l=Q("mstoragelink").value;""!=c||""!=a||"logon.htm"!=d.toLowerCase()&&"index.htm"!=d.toLowerCase()?(""==c&&(c="Vendor"),""==a&&(a="App"),c=c+"/"+a+"/"+d):c=d.toLowerCase();a="<metadata><headers>";d=b.target.filename;d||(d=Q("mstoragefile").files[0].name);d.endsWith(".gz")&&(a+=
1333
+"<h>Content-Encoding: gzip</h>");a+="<h>Content-Type: "+e+"</h></headers>";""!=l&&(a+="<link>"+l+"</link>");a+="</metadata>"+b.target.result;PushToStorage(c,a)}function _fmtdatetime(b){return b.replace("T"," ").replace("Z","")}
1334
function _fmtinterval(b){b=b.replace("T","").substring(b.indexOf("P")+1);b=" "+b.replace("D"," days ").replace("H"," hours ").replace("M"," minutes ");b=b.replace(" 1 days "," 1 day ").replace(" 1 hours "," 1 hour ").replace(" 1 minutes "," 1 minute ");return b.substring(0,b.length-1)}function _fmttimepad(b){for(b=""+b;2>b.length;)b="0"+b;return b}
1323
-function convertAmtDataStr(b){b=b.split("Z").join("").split("T").join("-").split(":").join("-").split("-");return new Date(b[0],b[1],b[2],b[3],b[4],b[5])}var xxAlarms=null;
1335
+function convertAmtDataStr(b){b=b.split("Z").join("").split("T").join("-").split(":").join("-").split("-");return new Date(b[0],b[1]-1,b[2],b[3],b[4],b[5])}var xxAlarms=null;
1336
function PullAlarms(){var b=TableStart2()+"<tr><td class=r1 style=padding-left:15px><br>Manage wake alarms.<br><br>";amtstack.Enum("IPS_AlarmClockOccurrence",function(c,a,d,e){if(200==e){QV("go23",!0);if(0<d.length)for(xxAlarms=d,c=0;c<d.length;c++)a=convertAmtDataStr(d[c].StartTime.Datetime),a="<b>"+d[c].ElementName+"</b>, wake on "+a.toLocaleString().replace(", "," at "),void 0!=d[c].Interval&&(a+=" and each"+_fmtinterval(d[c].Interval.Interval)),1==d[c].DeleteOnCompletion&&(a+=", delete when done"),
1337
b+="<div class=itemBar onclick=showAlertDetails("+c+")><div style=float:right>",xxAccountAdminName&&(b+=" "+AddButton2("Edit...","showAddAlarm("+c+")")),b+="</div><div style=padding-top:3px;width:auto;float:left;overflow-x:hidden>"+a+"</div></div>";else xxAlarms=null,b+="<div style=padding-left:15px><br><i>No wake alarms registered.</i></div><br>";d="<div> "+AddRefreshButton("PullAlarms()");xxAccountAdminName&&(d+=AddButton("Remove all alarms","RemoveAllAlarms()")+AddButton("Add","showAddAlarm()"));
1338
b+="<br><td class=r1>"+TableEnd(d+"</div>");QH(59,b)}},null,!0)}
1339
function prepareAlarmOccurenceTemplate(b,c,a,d,e){return'<d:AlarmTemplate xmlns:d="http://intel.com/wbem/wscim/1/amt-schema/1/AMT_AlarmClockService" xmlns:s="http://intel.com/wbem/wscim/1/ips-schema/1/IPS_AlarmClockOccurrence"><s:InstanceID>'+b+'</s:InstanceID><s:StartTime><p:Datetime xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+a+'</p:Datetime></s:StartTime><s:Interval><p:Interval xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+d+"</p:Interval></s:Interval><s:DeleteOnCompletion>"+
1328
-e+"</s:DeleteOnCompletion></d:AlarmTemplate>"}function RemoveAllAlarms(){setDialogMode(1,"Remove all wake alarms",3,RemoveAllAlarmsEx,"Confirm removal of all wake alarms?")}function RemoveAllAlarmsEx(){var b=xxAlarms.length,c;for(c in xxAlarms)amtstack.Delete("IPS_AlarmClockOccurrence",xxAlarms[c],function(a,c,e,p){0==--b&&PullAlarms()})}
1340
+e+"</s:DeleteOnCompletion></d:AlarmTemplate>"}function RemoveAllAlarms(){setDialogMode(1,"Remove all wake alarms",3,RemoveAllAlarmsEx,"Confirm removal of all wake alarms?")}function RemoveAllAlarmsEx(){var b=xxAlarms.length,c;for(c in xxAlarms)amtstack.Delete("IPS_AlarmClockOccurrence",xxAlarms[c],function(a,c,e,l){0==--b&&PullAlarms()})}
1341
function showAddAlarm(b){if(!xxdialogMode){QE("d25alarm_name",!b);if(void 0!=b){var c=xxAlarms[b],a=convertAmtDataStr(c.StartTime.Datetime);Q("d25alarm_name").value=c.ElementName;Q("d25alarm_sdate").value=a.getFullYear()+"-"+_fmttimepad(a.getMonth()+1)+"-"+_fmttimepad(a.getDate());Q("d25alarm_stime").value=a.getHours()+":"+_fmttimepad(a.getMinutes())+":"+_fmttimepad(a.getSeconds());if(c.Interval){var a=c.Interval.Interval.replace("P","").replace("T","").replace("D","D,").replace("H","H,").replace("M",
1330
-"M,").split(","),d=[0,0,0],e;for(e in a){var p=a[e].length-1;"D"==a[e][p]&&(d[0]=parseInt(a[e].substring(0,p)));"H"==a[e][p]&&(d[1]=parseInt(a[e].substring(0,p)));"M"==a[e][p]&&(d[2]=parseInt(a[e].substring(0,p)))}Q("d25alarm_interval").value=d.join("-")}else Q("d25alarm_interval").value="";Q("d25alarm_doc").value=1==c.DeleteOnCompletion?1:0}else c=new Date,c.setDate((new Date).getDate()+1),Q("d25alarm_name").value="",Q("d25alarm_sdate").value=c.getFullYear()+"-"+_fmttimepad(c.getMonth()+1)+"-"+_fmttimepad(c.getDate()),
1342
+"M,").split(","),d=[0,0,0],e;for(e in a){var l=a[e].length-1;"D"==a[e][l]&&(d[0]=parseInt(a[e].substring(0,l)));"H"==a[e][l]&&(d[1]=parseInt(a[e].substring(0,l)));"M"==a[e][l]&&(d[2]=parseInt(a[e].substring(0,l)))}Q("d25alarm_interval").value=d.join("-")}else Q("d25alarm_interval").value="";Q("d25alarm_doc").value=1==c.DeleteOnCompletion?1:0}else c=new Date,c.setDate((new Date).getDate()+1),Q("d25alarm_name").value="",Q("d25alarm_sdate").value=c.getFullYear()+"-"+_fmttimepad(c.getMonth()+1)+"-"+_fmttimepad(c.getDate()),
1343
Q("d25alarm_stime").value=c.getHours()+":"+_fmttimepad(c.getMinutes())+":00",Q("d25alarm_interval").value="",Q("d25alarm_doc").value=0;setDialogMode(25,"Add new alarm",void 0!=b?7:3,showAddAlarmOk,"",b);alertDialogUpdate()}}function alertDialogUpdate(){var b=Q("d25alarm_interval").value.split("-").length,b=0<Q("d25alarm_name").value.length&&3==Q("d25alarm_sdate").value.split("-").length&&3==Q("d25alarm_stime").value.split(":").length&&(1==b||3==b);QE("c48",b)}
1344
function showAddAlarmOk(b,c){if(2==b)showAlertDetailsDelete(b,c);else{var a=Q("d25alarm_name").value,d=Q("d25alarm_sdate").value.split("-"),e=Q("d25alarm_stime").value.split(":"),d=new Date(d[0],d[1]-1,d[2],e[0],e[1],e[2],0),d=_fmttimepad(d.getFullYear())+"-"+_fmttimepad(d.getMonth()+1)+"-"+_fmttimepad(d.getDate())+"T"+_fmttimepad(d.getHours())+":"+_fmttimepad(d.getMinutes())+":"+_fmttimepad(d.getSeconds())+"Z",e=Q("d25alarm_interval").value.split("-");3!=e.length&&(e=[0,0,0]);var e="P"+e[0]+"DT"+
1333
-e[1]+"H"+e[2]+"M",p=1==Q("d25alarm_doc").value,a=prepareAlarmOccurenceTemplate(a,a,d,e,p);void 0==c?wsstack.ExecMethodXml(amtstack.CompleteName("AMT_AlarmClockService"),"AddAlarm",a,function(a,b,c,d){200!=d?messagebox("Add alarm","Failed to add alarm. Status: "+d+".<br/>Verify the alarm is for a future time."):0!=c.Body.ReturnValue?messagebox("Add alarm","Failed to add alarm, "+c.Body.ReturnValueStr+".<br/>Verify the alarm is for a future time."):PullAlarms()}):(a=Clone(xxAlarms[c]),a.StartTime='<p:Datetime xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+
1334
-d+"</p:Datetime>",a.Interval='<p:Interval xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+e+"</p:Interval>",a.DeleteOnCompletion=p,amtstack.Put("IPS_AlarmClockOccurrence",a,function(a,b,c,d){200!=d?messagebox("Edit alarm","Failed to change alarm. Status: "+d+".<br/>Verify the alarm for at a future time."):PullAlarms()},null,null,{InstanceID:a.InstanceID}))}}
1345
+e[1]+"H"+e[2]+"M",l=1==Q("d25alarm_doc").value,a=prepareAlarmOccurenceTemplate(a,a,d,e,l);void 0==c?wsstack.ExecMethodXml(amtstack.CompleteName("AMT_AlarmClockService"),"AddAlarm",a,function(a,b,c,d){200!=d?messagebox("Add alarm","Failed to add alarm. Status: "+d+".<br/>Verify the alarm is for a future time."):0!=c.Body.ReturnValue?messagebox("Add alarm","Failed to add alarm, "+c.Body.ReturnValueStr+".<br/>Verify the alarm is for a future time."):PullAlarms()}):(a=Clone(xxAlarms[c]),a.StartTime='<p:Datetime xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+
1346
+d+"</p:Datetime>",a.Interval='<p:Interval xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/common">'+e+"</p:Interval>",a.DeleteOnCompletion=l,amtstack.Put("IPS_AlarmClockOccurrence",a,function(a,b,c,d){200!=d?messagebox("Edit alarm","Failed to change alarm. Status: "+d+".<br/>Verify the alarm for at a future time."):PullAlarms()},null,null,{InstanceID:a.InstanceID}))}}
1347
function showAlertDetails(b){if(!xxdialogMode){var c=xxAlarms[b],a=convertAmtDataStr(c.StartTime.Datetime),a="<div style=text-align:left>"+addHtmlValue("Name",c.ElementName)+addHtmlValue("Wake time",a.toLocaleString().replace(", "," at "));void 0!=c.Interval&&(a+=addHtmlValue("Internal",_fmtinterval(c.Interval.Interval)));a+=addHtmlValue("After wake",1==c.DeleteOnCompletion?"Delete Alarm":"Keep Alarm")+"</div>";messagebox("Alarm "+c.ElementName,a);setDialogMode(11,"Alarm "+c.ElementName,5,showAlertDetailsDelete,
1336
-a,b)}}function showAlertDetailsDelete(b,c){2==b&&amtstack.Delete("IPS_AlarmClockOccurrence",xxAlarms[c],function(a,b,c,p){PullAlarms()})}function script_runScriptDlg(){xxdialogMode||scriptstate||setDialogMode(11,"Run Script",3,script_runScriptDlgOk,"<br><input id=scriptopen type=file style=width:100% accept=.mescript>")}function script_runScriptDlgOk(b){if(1==b&&(b=Q("scriptopen"),1==b.files.length)){var c=new FileReader;c.onload=script_onScriptRead;c.readAsBinaryString(b.files[0])}}
1348
+a,b)}}function showAlertDetailsDelete(b,c){2==b&&amtstack.Delete("IPS_AlarmClockOccurrence",xxAlarms[c],function(a,b,c,l){PullAlarms()})}function script_runScriptDlg(){xxdialogMode||scriptstate||setDialogMode(11,"Run Script",3,script_runScriptDlgOk,"<br><input id=scriptopen type=file style=width:100% accept=.mescript>")}function script_runScriptDlgOk(b){if(1==b&&(b=Q("scriptopen"),1==b.files.length)){var c=new FileReader;c.onload=script_onScriptRead;c.readAsBinaryString(b.files[0])}}
1349
function script_onScriptRead(b){var c;try{c=JSON.parse(b.target.result)}catch(e){}if(20==currentView){c.scriptText&&(Q("scriptarea").value=c.scriptText);c.mescript&&(Q("compiledarea").value=rstr2hex(atob(c.mescript)));c.blocks?(script_setBuildBlocks(c.blocks),scriptViewButton(1)):(script_setBuildBlocks(),scriptViewButton(0));c.scriptBlocks?script_BlockScript=c.scriptBlocks:script_BuildingBlocks||(script_BlockScript=[]);for(var a in script_BlockScript)if(c=script_BlockScript[a],b=script_BuildingBlocks[c.xname]){b=
1350
Clone(b);b.id=c.id;b.xname=c.xname;for(var d in b.vars)c.vars[d]&&(b.vars[d].value=c.vars[d].value);script_BlockScript[a]=b}fupdatescript();delete scriptstate;resetScriptButton()}else a={_interactive:1,_certificates:1,_mode:"Firmware"},c&&c.mescript&&(scriptstate=script_setup(atob(c.mescript),a)),scriptstate?(scriptstate.wsstack=wsstack,scriptstate.amtstack=amtstack,scriptstate.onStep=script_updateScriptState,scriptstate.onConsole=script_console,scriptstate.start(100)):messagebox("Run Script","Invalid script file.")}
1351
function script_updateScriptState(){scriptstate&&(QV(11,0<scriptstate.state),center(),0==scriptstate.state&&(scriptstate=void 0))}function script_console(b){0==b.indexOf("INFO: ")&&(b=b.substring(6));0==b.indexOf("SUCCESS: ")&&(b=b.substring(9));0==b.indexOf("ERROR: ")&&(b=b.substring(7));QH(12,", "+b)}function script_Stop(){scriptstate&&(1==scriptstate.dialog&&setDialogMode(0),scriptstate.stop(),scriptstate.state=0,script_updateScriptState())}
@@ -1342,21 +1354,21 @@ function scriptLoadStartingBlocks(){var b=new XMLHttpRequest;b.onload=function()
1354
function scriptViewButton(b){script_BuilderView=b;QV("scripteditor",0==b);QV("scriptbuilder",1==b);QV("viewEditorButton",script_BuildingBlocks&&1==b);QV("viewBuilderButton",script_BuildingBlocks&&0==b)}
1355
function script_setBuildBlocks(b){script_BuildingBlocks=b;var c="";if(b)for(var a in b)95!=a.charCodeAt(0)&&(c+="<div id=sblock_"+a+' style=cursor:pointer;background-color:#ccc;width:auto;padding:5px;margin:2px ondblclick=script_faddblock("'+a+'") draggable=true ondragstart=script_fondragstart(event,this) ondragend=script_fondragend(event,this) title="'+b[a].desc+'"',c+=">"+b[a].name+"</div>");QH("blocks",c);script_fonfilterchanged();scriptViewButton(script_BuildingBlocks?1:0)}
1356
function script_faddblock(b){var c=Clone(script_BuildingBlocks[b]);c.id=Math.random();c.xname=b;script_BlockScript.push(c);script_BlockScriptSelectedId=script_BlockScript.length-1;fupdatescript()}function script_feditblock(b){xxdialogMode||setDialogMode(11,"Edit "+script_BuildingBlocks[b].name,3,script_feditblockEx,"Edit this block? This operation will reset the block editor and load the block code into the code editor.",b)}
1345
-function script_feditblockEx(b,c){script_newScriptDlgOk();scriptViewButton(0);var a,d=script_BuildingBlocks[c];a=""+("##!BLOCK!##\r\n#id="+c+"\r\n#name="+d.name+"\r\n#desc="+d.desc+"\r\n##!BLOCK!##\r\n");for(var e in d.vars){var p=d.vars[e];a+="##!VAR!##\r\n#id="+e+"\r\n#name="+p.name+"\r\n#desc="+p.desc+"\r\n#type="+p.type+"\r\n";p.maxlength&&(a+="#maxlength="+p.maxlength+"\r\n");if(p.values)for(var h in p.values)a+="#values-"+h+"="+p.values[h]+"\r\n";a+="#value="+p.value+"\r\n##SWAP %%%"+e+"%%% "+
1346
-p.value+"\r\n"}a+="##!VAR!##\r\n##SWAP %%%~%%% 0\r\n\r\n##!BLOCK!##\r\n"+d.code+"\r\n##!BLOCK!##\r\n";Q("scriptarea").value=a}
1347
-function script_fConvertScriptToJsonBlock(b){var c={};b=b.split("##!BLOCK!##\n");var a=b[1].split("\n"),d;for(d in a){var e=a[d].split("=");2==e.length&&(c[e[0].substring(1)]=e[1])}c.vars={};scriptvariables=b[2].split("##!VAR!##\n");for(d in scriptvariables){var a=scriptvariables[d].split("\n"),p={},h={},r=0,n;for(n in a)e=a[n].split("="),2==e.length&&e[1]&&e[0]&&0<e[0].length&&("#values-"==e[0].substring(0,8)?(h[e[0].substring(8)]=e[1],r++):p[e[0].substring(1)]=e[1]);p.id&&(0<r&&(p.values=h),a=p.id,
1348
-delete p.id,c.vars[a]=p)}c.code=b[3];a=c.id;delete c.id;d={};d[a]=c;return JSON.stringify(d,null," ")}function script_fonfilterchanged(){var b=Q("blockfilter").value.toLowerCase(),c;for(c in script_BuildingBlocks)95!=c.charCodeAt(0)&&QV("sblock_"+c,0<=script_BuildingBlocks[c].name.toLowerCase().indexOf(b)||0<=script_BuildingBlocks[c].desc.toLowerCase().indexOf(b))}var script_fonclickDblClickDetectIndex=null,script_fonclickDblClickDetectTime=null;
1357
+function script_feditblockEx(b,c){script_newScriptDlgOk();scriptViewButton(0);var a,d=script_BuildingBlocks[c];a=""+("##!BLOCK!##\r\n#id="+c+"\r\n#name="+d.name+"\r\n#desc="+d.desc+"\r\n##!BLOCK!##\r\n");for(var e in d.vars){var l=d.vars[e];a+="##!VAR!##\r\n#id="+e+"\r\n#name="+l.name+"\r\n#desc="+l.desc+"\r\n#type="+l.type+"\r\n";l.maxlength&&(a+="#maxlength="+l.maxlength+"\r\n");if(l.values)for(var p in l.values)a+="#values-"+p+"="+l.values[p]+"\r\n";a+="#value="+l.value+"\r\n##SWAP %%%"+e+"%%% "+
1358
+l.value+"\r\n"}a+="##!VAR!##\r\n##SWAP %%%~%%% 0\r\n\r\n##!BLOCK!##\r\n"+d.code+"\r\n##!BLOCK!##\r\n";Q("scriptarea").value=a}
1359
+function script_fConvertScriptToJsonBlock(b){var c={};b=b.split("##!BLOCK!##\n");var a=b[1].split("\n"),d;for(d in a){var e=a[d].split("=");2==e.length&&(c[e[0].substring(1)]=e[1])}c.vars={};scriptvariables=b[2].split("##!VAR!##\n");for(d in scriptvariables){var a=scriptvariables[d].split("\n"),l={},p={},q=0,n;for(n in a)e=a[n].split("="),2==e.length&&e[1]&&e[0]&&0<e[0].length&&("#values-"==e[0].substring(0,8)?(p[e[0].substring(8)]=e[1],q++):l[e[0].substring(1)]=e[1]);l.id&&(0<q&&(l.values=p),a=l.id,
1360
+delete l.id,c.vars[a]=l)}c.code=b[3];a=c.id;delete c.id;d={};d[a]=c;return JSON.stringify(d,null," ")}function script_fonfilterchanged(){var b=Q("blockfilter").value.toLowerCase(),c;for(c in script_BuildingBlocks)95!=c.charCodeAt(0)&&QV("sblock_"+c,0<=script_BuildingBlocks[c].name.toLowerCase().indexOf(b)||0<=script_BuildingBlocks[c].desc.toLowerCase().indexOf(b))}var script_fonclickDblClickDetectIndex=null,script_fonclickDblClickDetectTime=null;
1361
function script_fonclick(b,c){if(!xxdialogMode){script_BlockScriptSelectedId=null;c&&(c=fgetParentWithId(c),c.id.startsWith("xblock_")&&(script_BlockScriptSelectedId=c.id.substring(7)));fupdatescript();haltEvent(b);if(script_fonclickDblClickDetectIndex==script_BlockScriptSelectedId&&250>(new Date).getTime()-script_fonclickDblClickDetectTime)return script_foneditclick(script_BlockScriptSelectedId);script_fonclickDblClickDetectIndex=script_BlockScriptSelectedId;script_fonclickDblClickDetectTime=(new Date).getTime()}}
1362
function script_fondragstart(b,c){xxdialogMode||(c=fgetParentWithId(c),c.style.opacity="0.4",b.dataTransfer.effectAllowed="move",b.dataTransfer.setData("scriptbuilder/block",c.id))}function script_fondragend(b,c){xxdialogMode||(c=fgetParentWithId(c),c.style.opacity="1.0")}function script_fondragenter(b,c){xxdialogMode||(fgetParentWithId(c).style["border-top"]="solid 2px black")}
1363
function script_fondragleave(b,c){if(!xxdialogMode){b=b.originalEvent||b;var a=document.elementFromPoint(b.pageX,b.pageY);c.contains(a)||(fgetParentWithId(c).style["border-top"]="none")}}
1364
function script_fondrop(b,c){if(!xxdialogMode){c=fgetParentWithId(c);var a,d=b.dataTransfer.getData("scriptbuilder/block"),e=parseInt(c.id.substring(7));""==d?documentFileSelectHandler(b):(d.startsWith("sblock_")?(a=Clone(script_BuildingBlocks[d.substring(7)]),a.id=Math.random(),a.xname=d.substring(7)):(d=parseInt(d.substring(7)),a=script_BlockScript[d],script_BlockScript.splice(d,1),e>d&&e--),"scriptblocks"==c.id?(a&&script_BlockScript.push(a),script_BlockScriptSelectedId=script_BlockScript.length-
1365
1):(script_BlockScript.splice(e,0,a),script_BlockScriptSelectedId=e),fupdatescript(),haltEvent(b))}}
1354
-function script_foneditclick(b){if(!xxdialogMode){var c=script_BlockScript[b];script_BlockScriptSelectedId=b;fupdatescript();if(null!=c){var a=c.vars?7:5,d=c.desc+"<br><br>";if(c.vars)for(var e in c.vars){var p=c.vars[e].value,h="";c.vars[e].maxlength&&(h+=" maxlength="+c.vars[e].maxlength);2==c.vars[e].type&&(h+=" onkeypress='return numbersOnly(event)'");if(1==c.vars[e].type||2==c.vars[e].type)p="<input title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" value='"+c.vars[e].value+"' "+h+" style=width:100%></input>";
1355
-if(3==c.vars[e].type){var p="<select title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" style=width:100%;padding:0;margin:0>",r;for(r in c.vars[e].values)p+="<option value="+r+(r==c.vars[e].value?" selected":"")+">"+c.vars[e].values[r]+"</option>";p+="</select>"}4==c.vars[e].type&&(p="<input type=password autocomplete=off title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" value='"+c.vars[e].value+"' "+h+" style=width:100%></input>");5==c.vars[e].type&&(p="");6==c.vars[e].type&&(p="<input type=file title='"+
1356
-c.vars[e].desc+"' id=scriptXvalue_"+e+" "+h+" style=width:100%></input>");d+='<table style=width:100% title="'+c.vars[e].desc+'"><td style=width:120px>'+c.vars[e].name+"<td><b>"+p+"</b></table>";if(5==c.vars[e].type){var d=d+("<ul id=scriptXvalue_"+e+' style="list-style-type:none;height:100px;overflow:auto;width:100%;border:1px solid #000;background-color:white;overflow-x:hidden;margin:0;padding:0">'),n;for(n in c.vars[e].values)p="",0<=c.vars[e].value.indexOf(n)&&(p=" checked"),d+="<li><label><input type=checkbox id=scriptXvaluex_"+
1357
-e+"-"+n+""+p+">"+c.vars[e].values[n]+"</label></li>";d+="</ul>"}}}setDialogMode(11,c.name,a,script_foneditclickEx,d,b)}}
1358
-function script_foneditclickEx(b,c){if(!xxdialogMode){if(2==b)script_BlockScript.splice(c,1),script_BlockScriptSelectedId==c&&(script_BlockScriptSelectedId=null);else{var a=script_BlockScript[c];if(a.vars)for(var d in a.vars)if(5==a.vars[d].type){a.vars[d].value=[];for(var e in a.vars[d].values)Q("scriptXvaluex_"+d+"-"+e).checked&&a.vars[d].value.push(e)}else if(6==a.vars[d].type){var p=Q("scriptXvalue_"+d);if(1==p.files.length){var h=new FileReader;h.onload=function(b){a.vars[d].value=btoa(b.target.result);
1359
-fupdatescript()};h.readAsBinaryString(p.files[0])}}else a.vars[d].value=Q("scriptXvalue_"+d).value}fupdatescript()}}function fgetParentWithId(b){for(;!b.id;)b=b.parentElement;return b}
1366
+function script_foneditclick(b){if(!xxdialogMode){var c=script_BlockScript[b];script_BlockScriptSelectedId=b;fupdatescript();if(null!=c){var a=c.vars?7:5,d=c.desc+"<br><br>";if(c.vars)for(var e in c.vars){var l=c.vars[e].value,p="";c.vars[e].maxlength&&(p+=" maxlength="+c.vars[e].maxlength);2==c.vars[e].type&&(p+=" onkeypress='return numbersOnly(event)'");if(1==c.vars[e].type||2==c.vars[e].type)l="<input title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" value='"+c.vars[e].value+"' "+p+" style=width:100%></input>";
1367
+if(3==c.vars[e].type){var l="<select title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" style=width:100%;padding:0;margin:0>",q;for(q in c.vars[e].values)l+="<option value="+q+(q==c.vars[e].value?" selected":"")+">"+c.vars[e].values[q]+"</option>";l+="</select>"}4==c.vars[e].type&&(l="<input type=password autocomplete=off title='"+c.vars[e].desc+"' id=scriptXvalue_"+e+" value='"+c.vars[e].value+"' "+p+" style=width:100%></input>");5==c.vars[e].type&&(l="");6==c.vars[e].type&&(l="<input type=file title='"+
1368
+c.vars[e].desc+"' id=scriptXvalue_"+e+" "+p+" style=width:100%></input>");d+='<table style=width:100% title="'+c.vars[e].desc+'"><td style=width:120px>'+c.vars[e].name+"<td><b>"+l+"</b></table>";if(5==c.vars[e].type){var d=d+("<ul id=scriptXvalue_"+e+' style="list-style-type:none;height:100px;overflow:auto;width:100%;border:1px solid #000;background-color:white;overflow-x:hidden;margin:0;padding:0">'),n;for(n in c.vars[e].values)l="",0<=c.vars[e].value.indexOf(n)&&(l=" checked"),d+="<li><label><input type=checkbox id=scriptXvaluex_"+
1369
+e+"-"+n+""+l+">"+c.vars[e].values[n]+"</label></li>";d+="</ul>"}}}setDialogMode(11,c.name,a,script_foneditclickEx,d,b)}}
1370
+function script_foneditclickEx(b,c){if(!xxdialogMode){if(2==b)script_BlockScript.splice(c,1),script_BlockScriptSelectedId==c&&(script_BlockScriptSelectedId=null);else{var a=script_BlockScript[c];if(a.vars)for(var d in a.vars)if(5==a.vars[d].type){a.vars[d].value=[];for(var e in a.vars[d].values)Q("scriptXvaluex_"+d+"-"+e).checked&&a.vars[d].value.push(e)}else if(6==a.vars[d].type){var l=Q("scriptXvalue_"+d);if(1==l.files.length){var p=new FileReader;p.onload=function(b){a.vars[d].value=btoa(b.target.result);
1371
+fupdatescript()};p.readAsBinaryString(l.files[0])}}else a.vars[d].value=Q("scriptXvalue_"+d).value}fupdatescript()}}function fgetParentWithId(b){for(;!b.id;)b=b.parentElement;return b}
1372
function fupdatescript(){var b="",c;for(c in script_BlockScript){b+="<div id=xblock_"+c+" style=cursor:pointer;min-height:24px;background-color:#"+(script_BlockScriptSelectedId==c?"aaa":"ccc")+';width:auto;padding:5px;margin:2px draggable=true onclick=script_fonclick(event,this) ondragenter=script_fondragenter(event,this) ondragleave=script_fondragleave(event,this) ondragstart=script_fondragstart(event,this) ondragend=script_fondragend(event,this) ondrop=script_fondrop(event,this) title="'+script_BlockScript[c].desc+
1373
'"';b+="><input style=float:right type=button value=Edit... onclick=script_foneditclick("+c+")><div style=font-size:16px><b>"+script_BlockScript[c].name+"</b>";if(script_BlockScript[c].vars){var a=0,b=b+"<table class='scriptBlockVar us' cellpadding=0 cellspacing=0 style=width:100%;border-radius:5px;margin-top:8px>",d;for(d in script_BlockScript[c].vars){var e=script_BlockScript[c].vars[d].value;4==script_BlockScript[c].vars[d].type&&0<script_BlockScript[c].vars[d].value.length&&(e="*****");3==script_BlockScript[c].vars[d].type&&
1374
(e=script_BlockScript[c].vars[d].values[script_BlockScript[c].vars[d].value]);6==script_BlockScript[c].vars[d].type&&(e=script_BlockScript[c].vars[d].value?"Binary file, "+script_BlockScript[c].vars[d].value.length+" bytes":"Not set");b+="<tr title='"+script_BlockScript[c].vars[d].desc+"'><td width=200px style='"+(0<a?"border-top:1px solid #a810a8":"")+"'><p>"+script_BlockScript[c].vars[d].name+"<td style='"+(0<a?"border-top:1px solid #a810a8":"")+"'>"+e;a++}b+="<tr><td style=height:3px></table>"}b+=
@@ -1371,16 +1383,16 @@ function editscript_updateScriptState(b){var c="";if(b&&null!=b){var a=[],d;for(
1383
50)+"...");QH("EditScriptStatus",c)}function script_toString(b){return"object"==typeof b?JSON.stringify(b):b}
1384
function script_saveScript(b){xxdialogMode||scriptstate||(b&&1==b.shiftKey?(setDialogMode(11,"Script Block",1,null,"<br><textarea id=scriptSaveScriptJsonBlock style=width:100%;height:200px;resize:vertical />"),QH("scriptSaveScriptJsonBlock",script_fConvertScriptToJsonBlock(Q("scriptarea").value))):setDialogMode(11,"Save Script",3,script_saveScriptOk,"<br><input id=scriptsavename style=width:100% value=test.mescript >"))}
1385
function script_saveScriptOk(){if(!xxdialogMode){var b=JSON.stringify({scriptText:Q("scriptarea").value,mescript:btoa(script_compile(Q("scriptarea").value)),blocks:script_StartingBuildingBlocks,scriptBlocks:script_BlockScript},null," ");saveAs(data2blob(b),Q("scriptsavename").value)}}var xxdialogMode,xxdialogFunc,xxdialogButtons,xxdialogTag;
1374
-function setDialogMode(b,c,a,d,e,p){xxdialogMode=b;xxdialogFunc=d;xxdialogButtons=a;xxdialogTag=p;QE("c48",!0);QV("c48",a&1);QV("c47",a&2);QV(60,a&2);QV("c49",a&4);c&&QH(61,c);for(c=1;26>c;c++)QV("dialog"+c,c==b);QV("dialog",b);e&&(11==b?QH(65,e):QH(62,e));0!=xxdialogMode&&iderToggleDiskMap(!1)}
1386
+function setDialogMode(b,c,a,d,e,l){xxdialogMode=b;xxdialogFunc=d;xxdialogButtons=a;xxdialogTag=l;QE("c48",!0);QV("c48",a&1);QV("c47",a&2);QV(60,a&2);QV("c49",a&4);c&&QH(61,c);for(c=1;26>c;c++)QV("dialog"+c,c==b);QV("dialog",b);e&&(11==b?QH(65,e):QH(62,e));0!=xxdialogMode&&iderToggleDiskMap(!1)}
1387
function dialogclose(b){var c=xxdialogFunc,a=xxdialogButtons,d=xxdialogTag;setDialogMode();(a&8||b)&&c&&c(b,d)}
1388
function center(){QS("dialog").left=(getDocWidth()-400)/2+"px";var b=0,c=Q(8).offsetHeight-(0==fullscreen?126:53);""==QS(11).display&&(b+=32);""==QS(9).display&&(b+=32);QS(16).height=Q(8).offsetHeight-b-(0==fullscreen?16:0)+"px";QS("Desk")["max-height"]=c-b+"px";QS("Desk")["max-width"]=Q(8).offsetWidth-(0==fullscreen?32:0)+"px";0!=Q(43).offsetWidth&&(QS("Desk")["max-width"]=Q(43).offsetWidth);
1389
fullscreen?(QS(16)["overflow-y"]="hidden",b=(c-b-Q("Desk").offsetHeight)/2,QS("Desk")["margin-top"]=b+"px",QS("Desk")["margin-bottom"]=b+"px"):(QS(16)["overflow-y"]="scroll",QS("Desk")["margin-top"]="0",QS("Desk")["margin-bottom"]="0")}function messagebox(b,c){QH(62,c);setDialogMode(1,b,1)}function statusbox(b,c){QH(62,c);setDialogMode(1,b)}
1378
-function SaveJsonFile(b,c,a,d){var e="",p={},h=new Date;amtsysstate&&(e="-"+amtsysstate.AMT_GeneralSettings.response.HostName,p={webappversion:version,description:a,hostname:amtsysstate.AMT_GeneralSettings.response.HostName,localtime:Date(),utctime:(new Date).toUTCString(),isotime:(new Date).toISOString()},HardwareInventory&&(p.systemid=guidToStr(HardwareInventory.CIM_ComputerSystemPackage.response.PlatformGUID.toLowerCase())));e+="-"+h.getFullYear()+"-"+("0"+(h.getMonth()+1)).slice(-2)+"-"+("0"+
1379
-h.getDate()).slice(-2)+"-"+("0"+h.getHours()).slice(-2)+"-"+("0"+h.getMinutes()).slice(-2);p[c]=d;saveAs(data2blob(JSON.stringify(p,null," ").replace(/\n/g,"\r\n")),b+e+".json")}var httpErrorTable={200:"OK",401:"Authentication Error",408:"Timeout Error",601:"WSMAN Parsing Error",602:"Unable to parse HTTP response header",603:"Unexpected HTTP enum response",604:"Unexpected HTTP pull response",997:"Invalid Digest Realm"};
1390
+function SaveJsonFile(b,c,a,d){var e="",l={},p=new Date;amtsysstate&&(e="-"+amtsysstate.AMT_GeneralSettings.response.HostName,l={webappversion:version,description:a,hostname:amtsysstate.AMT_GeneralSettings.response.HostName,localtime:Date(),utctime:(new Date).toUTCString(),isotime:(new Date).toISOString()},HardwareInventory&&(l.systemid=guidToStr(HardwareInventory.CIM_ComputerSystemPackage.response.PlatformGUID.toLowerCase())));e+="-"+p.getFullYear()+"-"+("0"+(p.getMonth()+1)).slice(-2)+"-"+("0"+
1391
+p.getDate()).slice(-2)+"-"+("0"+p.getHours()).slice(-2)+"-"+("0"+p.getMinutes()).slice(-2);l[c]=d;saveAs(data2blob(JSON.stringify(l,null," ").replace(/\n/g,"\r\n")),b+e+".json")}var httpErrorTable={200:"OK",401:"Authentication Error",408:"Timeout Error",601:"WSMAN Parsing Error",602:"Unable to parse HTTP response header",603:"Unexpected HTTP enum response",604:"Unexpected HTTP pull response",997:"Invalid Digest Realm"};
1392
function errcheck(b,c){if(null==wsstack||amtstack!=c)return!0;200!=b&&9!=b&&(setDialogMode(),wsstack.comm.FailAllError=999,amtstack.CancelAllQueries(999),QH(5,httpErrorTable[b]?httpErrorTable[b]:"Error #"+b),401==b&&QH(5,'Authentication Error<br /><br /><input type=button value="Set new credentials" onclick=meshcentral2credCallback(true)></input>'),go(100),QS(3).width=0);return 200!=b}
1393
function goiFrame(b,c,a){if(!xxdialogMode){go(c);if(1==b.shiftKey||0==Q(15).src.endsWith(a))Q(15).src=a;QV(16,!1);QV(14,!0)}}function go(b,c){if(!xxdialogMode||1==c){QV(14,!1);QV(16,!0);QV(4,100==b);QV(6,100>b);for(var a=0;80>a;a++){QV("p"+a,a==b);var d=QS("go"+a);d&&(d["background-color"]=a==b?"#abcae1":"");d&&(d["background-color"]=a==b?"gray":"")}currentView=b;center()}}
1394
function portsFromHost(b,c){var a=decodeURIComponent(b).split(":"),d=0==c?16992:16993,e=0==c?16994:16995;1<a.length&&(d=parseInt(a[1]));2<a.length&&(e=parseInt(a[2]));return{host:a[0],http:d,redir:e}}function addLink(b,c){return"<a style=cursor:pointer;color:blue onclick='"+c+"'>♦ "+b+"</a>"}function addLinkConditional(b,c,a){return a?addLink(b,c):b}function haltEvent(b){b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();return!1}
1383
-function addOption(b,c,a){var d=document.createElement("option");d.text=c;d.value=a;Q(b).add(d)}function addDisabledOption(b,c,a){var d=document.createElement("option");d.text=c;d.value=a;d.disabled=1;Q(b).add(d)}function passwordcheck(b){if(8>b.length)return!1;var c=0,a=0,d=0,e=0,p;for(p in b){var h=b.charCodeAt(p);64<h&&91>h?c=1:96<h&&123>h?a=1:47<h&&58>h?d=1:e=1}return 4==c+a+d+e}
1395
+function addOption(b,c,a){var d=document.createElement("option");d.text=c;d.value=a;Q(b).add(d)}function addDisabledOption(b,c,a){var d=document.createElement("option");d.text=c;d.value=a;d.disabled=1;Q(b).add(d)}function passwordcheck(b){if(8>b.length)return!1;var c=0,a=0,d=0,e=0,l;for(l in b){var p=b.charCodeAt(l);64<p&&91>p?c=1:96<p&&123>p?a=1:47<p&&58>p?d=1:e=1}return 4==c+a+d+e}
1396
function methodcheck(b){return b&&null!=b&&b.Body&&0!=b.Body.ReturnValue?(messagebox("Call Error",b.Header.Method+": "+(b.Body.ReturnValueStr+"").replace("_"," ")),!0):!1}function TableStart(){return"<table class='log1 us' cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px><tr><td width=200px><p><td>"}function TableStart2(){return"<table class='log1 us' cellpadding=0 cellspacing=0 style=width:100%;border-radius:8px><tr><td><p><td>"}
1397
function TableEntry(b,c){return"<tr><td class=r1><p>"+b+"<td class=r1>"+c}function FullTable(b,c){var a=TableStart();for(i in b)i&&b[i]&&(a+=TableEntry(i,b[i]));return a+TableEnd(c)}function TableEnd(b){return"<tr><td colspan=2><p>"+(b?b:"")+"</table>"}function AddButton(b,c){return"<input type=button value='"+b+"' onclick='"+c+"' style=margin:4px>"}function AddButton2(b,c,a){return"<input type=button value='"+b+"' onclick='"+c+"' "+a+">"}
1398
function AddRefreshButton(b){return"<input type=button name=refreshbtn value=Refresh onclick='refreshButtons(false);"+b+"' style=margin:4px "+(0==refreshButtonsState?"disabled":"")+">"}function MoreStart(){return'<a style=cursor:pointer;color:blue id=morexxx1 onclick=QV("morexxx1",false);QV("morexxx2",true)>▼ More</a><div id=morexxx2 style=display:none><br><hr>'}
views/default.handlebars
+7
-4
@@ -2848,7 +2848,7 @@
2848
}
2849
if (mesh.mtype == 2) {
2850
r += ' <a href=# style=cursor:pointer;font-size:10px title="Add a new computer to this mesh by installing the mesh agent." onclick=\'return addAgentToMesh(\"' + mesh._id + '\")\'>Add Agent</a>';
2851
- r += ' <a href=# style=cursor:pointer;font-size:10px title="Invite someone to install the mesh agent on this mesh." onclick=\'return inviteAgentToMesh(\"' + mesh._id + '\")\'>Invite</a>';
2851
+ if ((features & 2) == 0) { r += ' <a href=# style=cursor:pointer;font-size:10px title="Invite someone to install the mesh agent on this mesh." onclick=\'return inviteAgentToMesh(\"' + mesh._id + '\")\'>Invite</a>'; }
2852
}
2853
return r;
2854
}
@@ -7168,10 +7168,13 @@
7168
7169
function p20validateAddMeshUserDialog() {
7170
var meshrights = currentMesh.links[userinfo._id].rights;
7171
- var ok = true, xusers = null;
7171
+ var ok = true;
7172
if (Q('dp20username')) {
7173
- Q('dp20username').value.split(',');
7174
- for (var i in xusers) { var xuser = xusers[i] = xusers[i].trim(); if (xuser.length == 0) { ok = false; } else if (xuser.indexOf('"') >= 0) { ok = false; } }
7173
+ var xusers = Q('dp20username').value.split(',');
7174
+ for (var i in xusers) {
7175
+ var xuser = xusers[i] = xusers[i].trim();
7176
+ if (xuser.length == 0) { ok = false; } else if (xuser.indexOf('"') >= 0) { ok = false; }
7177
+ }
7178
7179
// Fill the suggestion box
7180
var showsuggestbox = false, exactMatch = false;
webserver.js
+1
-1
@@ -3180,7 +3180,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
3180
"Referrer-Policy": "no-referrer",
3181
"X-XSS-Protection": "1; mode=block",
3182
"X-Content-Type-Options": "nosniff",
3183
- "Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'"
3183
+ "Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self' ws" + ((args.notls !== true)?'s':'') + "://" + req.headers.host + "; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'"
3184
});
3185
}
3186