Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1820 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1844 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) { in tls_process_server_certificate()
1851 certstart = certbytes; in tls_process_server_certificate()
1852 x = d2i_X509(NULL, (const unsigned char **)&certbytes, cert_len); in tls_process_server_certificate()
1858 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
H A Dstatem_srvr.c3570 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3607 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3614 certstart = certbytes; in tls_process_client_certificate()
3615 x = d2i_X509(NULL, (const unsigned char **)&certbytes, l); in tls_process_client_certificate()
3621 if (certbytes != (certstart + l)) { in tls_process_client_certificate()