aboutsummaryrefslogtreecommitdiff
path: root/test/session.pem
AgeCommit message (Collapse)AuthorFilesLines
2018-06-07Don't store the ticket nonce in the sessionMatt Caswell1-9/+9
We generate the secrets based on the nonce immediately so there is no need to keep the nonce. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6415)
2017-07-07Update the test/session.pem to have a tick_nonce valueMatt Caswell1-8/+9
Otherwise the ClientHello test fails Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3852)
2017-03-16Add tests for the padding extensionMatt Caswell1-0/+30
Check that the padding extension pads correctly for various scenarios. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2968)