Fix comments, add new test.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Aug 2014 00:20:26 +0000 (01:20 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Aug 2014 16:06:53 +0000 (17:06 +0100)
commitf47e203975133ddbae3cde20c8c3c0516f62066c
tree76661ab8486cfe5763d45d82bbb44adcef1e2270
parentf3f56c2a87951e115a7f82d06826e72c9e13987f
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>
ssl/ssltest.c