Matt Caswell
6cf2dbd9fa
Don't store the ticket nonce in the session
...
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 )
2018-06-07 10:58:35 +01:00
Matt Caswell
5a6ff161cc
Update the test/session.pem to have a tick_nonce value
...
Otherwise the ClientHello test fails
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3852 )
2017-07-07 15:02:09 +01:00
Matt Caswell
6bc6ca623b
Add tests for the padding extension
...
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 )
2017-03-16 15:37:41 +00:00