Searched refs:clientcontext (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 241 static const char clientcontext[] = { 0x54, 0x4c, 0x53, 0x20, 0x31, 0x2e, in get_cert_verify_tbs_data() local 247 static const char clientcontext[] = "TLS 1.3, client CertificateVerify"; in get_cert_verify_tbs_data() 259 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext); in get_cert_verify_tbs_data()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 220 static const char clientcontext[] = { 0x54, 0x4c, 0x53, 0x20, 0x31, 0x2e, in get_cert_verify_tbs_data() local 226 static const char clientcontext[] = "TLS 1.3, client CertificateVerify"; in get_cert_verify_tbs_data() 238 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext); in get_cert_verify_tbs_data()
|
Completed in 7 milliseconds