Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1826 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1850 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) { in tls_process_server_certificate()
1857 certstart = certbytes; in tls_process_server_certificate()
1858 x = d2i_X509(NULL, (const unsigned char **)&certbytes, cert_len); in tls_process_server_certificate()
1864 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
H A Dstatem_srvr.c3597 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3634 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3641 certstart = certbytes; in tls_process_client_certificate()
3642 x = d2i_X509(NULL, (const unsigned char **)&certbytes, l); in tls_process_client_certificate()
3648 if (certbytes != (certstart + l)) { in tls_process_client_certificate()