Callback revision.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Aug 2014 12:25:50 +0000 (13:25 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Aug 2014 17:10:21 +0000 (18:10 +0100)
commit423ceb831903339b589ea7b94c877ed190a7cb64
tree4226211a169afa5456294e2996c80c8d0567ac70
parentcd2e17020e6ce6ba1d29d643bfaf1758302c8ca7
Callback revision.

Use "parse" and "add" for function and callback names instead of
"first" and "second".

Change arguments to callback so the extension type is unsigned int
and the buffer length is size_t. Note: this *will* break existing code.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
(cherry picked from commit de2a9e38f39eacc2e052d694f5b5fa5b7e734abc)
apps/s_client.c
ssl/ssl.h
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssltest.c
ssl/t1_ext.c