commit | f47e203975133ddbae3cde20c8c3c0516f62066c | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Aug 26 01:20:26 2014 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Aug 28 17:06:53 2014 +0100 |
tree | 76661ab8486cfe5763d45d82bbb44adcef1e2270 | |
parent | f3f56c2a87951e115a7f82d06826e72c9e13987f [diff] |
Fix comments, add new test. Fix comments in ssltest.c: return value of 0 now means extension is omitted and add_cb is not called for servers if the corresponding extension is absent in ClientHello. Test add_cb is not called if extension is not received. Reviewed-by: Emilia Käsper <emilia@openssl.org>