D | tls_openssl_ocsp.c | 25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors() argument 30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 229 char *txt; in mem_bio_to_str() local 234 txt = os_malloc(rlen + 1); in mem_bio_to_str() 235 if (!txt) { in mem_bio_to_str() 240 res = BIO_read(out, txt, rlen); in mem_bio_to_str() 243 os_free(txt); in mem_bio_to_str() 247 txt[res] = '\0'; in mem_bio_to_str() 248 return txt; in mem_bio_to_str() 403 char *txt; in issuer_match() local [all …]
|