Use AES256 for the default encryption algoritm for TLS session tickets
authorTJ Saunders <tj@castaglia.org>
Sat, 27 Feb 2016 18:37:34 +0000 (19:37 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Mon, 16 May 2016 18:43:06 +0000 (20:43 +0200)
commit05df5c2036f1244fe3df70de7d8079a5d86b999d
tree9959181da96969dc55fde2777fc9c223f6f6988d
parent4e2e1ec9d53696abeb6873f700ec1da141cdd9a9
Use AES256 for the default encryption algoritm for TLS session tickets

This involves providing more session ticket key data, for both the cipher and
the digest

Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
GH: #515, MR: #2153
ssl/ssl_locl.h
ssl/statem/statem_srvr.c
ssl/t1_lib.c