1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Update server.h

This commit is contained in:
Victor Stewart 2020-03-28 18:14:50 -04:00 committed by GitHub
parent 354fbb53d5
commit 49d4e0a1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -863,6 +863,7 @@ protected:
static UString* password; // password for private key of server static UString* password; // password for private key of server
static UString* ca_file; // locations of trusted CA certificates used in the verification static UString* ca_file; // locations of trusted CA certificates used in the verification
static UString* ca_path; // locations of trusted CA certificates used in the verification static UString* ca_path; // locations of trusted CA certificates used in the verification
static UString* tls_pin; // base64-encoded SHA256 hash of subjectInfoPublicKey
static UString* IP_address; // IP address of this server static UString* IP_address; // IP address of this server
static int rkids; static int rkids;