Lines Matching defs:str_version
345 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= "";
352 str_version = "SSL 2.0";
355 str_version = "SSL 3.0 ";
358 str_version = "TLS 1.0 ";
361 str_version = "TLS 1.1 ";
364 str_version = "TLS 1.2 ";
367 str_version = "DTLS 1.0 ";
370 str_version = "DTLS 1.0 (bad) ";
373 str_version = "???";
633 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);