[krbdev.mit.edu #8525] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Thu Dec 15 11:31:50 EST 2016


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.

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



More information about the krb5-bugs mailing list