| commit | 735d5b59df341236a6c9bb51ebdfebf9119ebeab | [log] [tgz] |
|---|---|---|
| author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | Tue Apr 18 23:59:39 2017 +0900 |
| committer | Matt Caswell <matt@openssl.org> | Wed Apr 26 16:56:35 2017 +0100 |
| tree | 3462d05f60d54f866f9a0051bbb01910d4f173c8 | |
| parent | b89646684d920d3014979f8a73b96aecb61c7b1f [diff] |
Call init and finalization functions per extension message Previously, init and finalization function for extensions are called per extension block, rather than per message. This commit changes that behaviour, and now they are called per message. The parse function is still called per extension block. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3244)