aboutsummaryrefslogtreecommitdiffstats
path: root/test/session.pem
Commit message (Collapse)AuthorAgeFilesLines
* Update the test/session.pem to have a tick_nonce valueMatt Caswell2017-07-071-8/+9
| | | | | | | Otherwise the ClientHello test fails Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3852)
* Add tests for the padding extensionMatt Caswell2017-03-161-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)