diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index c55c172b88b1cc2117d8890159493176d766d31b..916fe85378d367c7be93b0cadf7b147fc1c0d888 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -1110,6 +1110,10 @@ static int ssl_print_client_keyex(BIO *bio, int indent, const SSL *ssl, if (!ssl_print_hexbuf(bio, indent + 2, "ecdh_Yc", 1, &msg, &msglen)) return 0; break; + case SSL_kGOST: + ssl_print_hex(bio, indent + 2, "GostKeyTransportBlob", msg, msglen); + msglen = 0; + break; }