commit | 61fb59238dad6452a37ec14513fae617a4faef29 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed May 09 18:22:36 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri May 11 14:51:09 2018 +0100 |
tree | 5737eeba510f7a64792d3ac007f794d62a2dcb8a | |
parent | c20e3b282c26205f39a89a23664245475d4d7cbc [diff] |
Rework the decrypt ticket callback Don't call the decrypt ticket callback if we've already encountered a fatal error. Do call it if we have an empty ticket present. Change the return code to have 5 distinct returns codes and separate it from the input status value. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6198)