commit | 39ef78210c7110600e083e7aec8fe7cda076522b | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Mar 29 17:00:55 2017 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu Mar 30 09:09:21 2017 +0100 |
tree | 35e976540553dc2bfb56db97c8aff2b782ca6845 | |
parent | 3fd5ece39b59d938d0cc84b8e5148d19044d15cf [diff] |
Fix bug with SSL_read_early_data() If read_ahead is set, or SSL_MODE_AUTO_RETRY is used then if SSL_read_early_data() hits an EndOfEarlyData message then it will immediately retry automatically, but this time read normal data instead of early data! Fixes #3041 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3077)