From a375025e4dd58a05e926a5384774a85671695dd9 Mon Sep 17 00:00:00 2001 From: mancha Date: Thu, 27 Mar 2014 00:47:14 +0000 Subject: Fix alert handling. Fix OpenSSL 0.9.8 alert handling. PR#3038 --- apps/s_cb.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'apps') diff --git a/apps/s_cb.c b/apps/s_cb.c index 97caffc401..df922f3af5 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -518,6 +518,24 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void * case 100: str_details2 = " no_renegotiation"; break; + case 110: + str_details2 = " unsupported_extension"; + break; + case 111: + str_details2 = " certificate_unobtainable"; + break; + case 112: + str_details2 = " unrecognized_name"; + break; + case 113: + str_details2 = " bad_certificate_status_response"; + break; + case 114: + str_details2 = " bad_certificate_hash_value"; + break; + case 115: + str_details2 = " unknown_psk_identity"; + break; } } } -- cgit v1.2.3