]> granicus.if.org Git - openssl/commit
Ensure the CertStatus message adds a DTLS message header where needed
authorMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2016 14:06:01 +0000 (15:06 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2016 14:06:01 +0000 (15:06 +0100)
commit7c59fbfb26bd59ec173fb109cc6476988a31b165
tree5c7b9029996040a0408e39fe7988ea8e4f66f34b
parent7fb82d06746f7503323a7846448e095bf8f5ef9e
Ensure the CertStatus message adds a DTLS message header where needed

The function tls_construct_cert_status() is called by both TLS and DTLS
code. However it only ever constructed a TLS message header for the message
which obviously failed in DTLS.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/s3_srvr.c