Custom extension revision.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 10 Aug 2014 11:08:08 +0000 (12:08 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Aug 2014 16:06:52 +0000 (17:06 +0100)
commitecf4d660902dcef6e0afc51d52926f00d409ee6b
treea8e49fd59476b6165fd5304396e4e3eecd3e64e7
parent879bde123b18afdcb2aecf67f5c807c016bbcf73
Custom extension revision.

Use the same structure for client and server custom extensions.

Add utility functions in new file t1_ext.c.
Use new utility functions to handle custom server and client extensions
and remove a lot of code duplication.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
ssl/Makefile
ssl/s23_clnt.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_ext.c [new file with mode: 0644]
ssl/t1_lib.c