Home
last modified time | relevance | path

Searched refs:certbytes (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_clnt.c1796 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1816 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) { in tls_process_server_certificate()
1821 certstart = certbytes; in tls_process_server_certificate()
1828 if (d2i_X509(&x, (const unsigned char **)&certbytes, in tls_process_server_certificate()
1834 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
H A Dstatem_srvr.c3450 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3487 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3492 certstart = certbytes; in tls_process_client_certificate()
3498 if (d2i_X509(&x, (const unsigned char **)&certbytes, l) == NULL) { in tls_process_client_certificate()
3503 if (certbytes != (certstart + l)) { in tls_process_client_certificate()

Completed in 25 milliseconds