[krbdev.mit.edu #8525] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Mon Jan 9 17:53:38 EST 2017


Fix error handling in PKINIT decode_data()

decode_data() mixes errno values with OpenSSL return codes.  Change
its return type to int, and return 1 on success or 0 on failure.

(back ported from commit cc9035a7d25008bdcd9c7beb01670aa57b51d829)

https://github.com/krb5/krb5/commit/90197f0f4e7fc117a3b7546c7ca647cac7d5b668
Author: Greg Hudson <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 90197f0f4e7fc117a3b7546c7ca647cac7d5b668
Branch: krb5-1.14
 src/plugins/preauth/pkinit/pkinit_crypto_openssl.c |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)



More information about the krb5-bugs mailing list