Update early data API for writing to unauthenticated clients
authorMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 15:49:33 +0000 (15:49 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 17:44:16 +0000 (17:44 +0000)
commit09f288748266577cc38b77ca31c47b9e9f15890e
tree959cda9439e4e254476e88bdd8aa297bccdaa467
parent0665b4edae3fec740ebe12fe2946d4cc9585ca86
Update early data API for writing to unauthenticated clients

Change the early data API so that the server must use
SSL_write_early_data() to write to an unauthenticated client.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2737)
doc/man3/SSL_read_early.pod
ssl/ssl_lib.c
ssl/ssl_locl.h
test/sslapitest.c