Move the extensions context codes into the public API
authorMatt Caswell <matt@openssl.org>
Tue, 4 Apr 2017 10:40:02 +0000 (11:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Apr 2017 12:41:04 +0000 (13:41 +0100)
commitfe874d27d33faa527b5e945137787bf6b0f5c253
treed4b83d5b142bc6120c2e5c850ff16dac70d5ba8b
parentb443c845942289c831fe867ced1ef11574514385
Move the extensions context codes into the public API

This move prepares for the later addition of the new custom extensions
API. The context codes have an additional "SSL_" added to their name to
ensure we don't have name clashes with other applications.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3139)
include/openssl/ssl.h
ssl/ssl_sess.c
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c