G
Size: a a a
G
H
unsigned char array[8];
array[0]=1;
...
H
H
H
const cnt = i => ((i>>7)&1)+((i>>6)&1)+((i>>5)&1)+((i>>4)&1)+((i>>3)&1)+((i>>2)&1)+((i>>1)&1)+(i&1)
VS
A
А
VS
G
TS
VY
O
O
/usr/local/opt/openssl/bin/openssl s_client -showcerts -connect localhost:5050
CONNECTED(00000003)
depth=0 C = US, ST = NY, L = Chicago, CN = localhost/5050
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 C = US, ST = NY, L = Chicago, CN = localhost/5050
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
0 s:/C=US/ST=NY/L=Chicago/CN=localhost/5050
i:/C=US/ST=NY/L=Chicago/CN=https://localhost:5051/
...
---
SSL handshake has read 1473 bytes and written 433 bytes
---
...
А
BY
A
А
A