Commit 8f814761 authored by Matt Caswell's avatar Matt Caswell
Browse files

Update SSL_trace() to know about ticket_nonce

parent b81bd336
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1341,6 +1341,9 @@ static int ssl_print_ticket(BIO *bio, int indent, SSL *s,
        msg += 4;
        BIO_indent(bio, indent + 2, 80);
        BIO_printf(bio, "ticket_age_add=%u\n", ticket_age_add);
        if (!ssl_print_hexbuf(bio, indent + 2, "ticket_nonce", 1, &msg,
                              &msglen))
            return 0;
    }
    if (!ssl_print_hexbuf(bio, indent + 2, "ticket", 2, &msg, &msglen))
        return 0;