Lines Matching refs:certbuf
1017 char certbuf[256] = ""; /* big enough? */ in gtls_connect_step3() local
1254 size = sizeof(certbuf); in gtls_connect_step3()
1258 certbuf, in gtls_connect_step3()
1319 "target host name '%s'", certbuf, dispname); in gtls_connect_step3()
1325 certbuf, dispname); in gtls_connect_step3()
1328 infof(data, "\t common name: %s (matched)\n", certbuf); in gtls_connect_step3()
1413 size = sizeof(certbuf); in gtls_connect_step3()
1414 gnutls_x509_crt_get_dn(x509_cert, certbuf, &size); in gtls_connect_step3()
1415 infof(data, "\t subject: %s\n", certbuf); in gtls_connect_step3()
1423 size = sizeof(certbuf); in gtls_connect_step3()
1424 gnutls_x509_crt_get_issuer_dn(x509_cert, certbuf, &size); in gtls_connect_step3()
1425 infof(data, "\t issuer: %s\n", certbuf); in gtls_connect_step3()