[krbdev.mit.edu #8905] git commit

Greg Hudson via RT rt at krbdev.mit.edu
Thu May 21 16:35:42 EDT 2020


<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8905 >


Add stubs for some removed replay cache functions

Commit dcb853ac32779b173f39e19c0f24b0087de85771 removed some replay
cache functions that haven't been considered part of the libkrb5 API.
Some of these functions were used in OpenSSL (despite the lack of
prototypes) prior to the OpenSSL 1.1 release.  Run-time linker errors
can occur if an OpenSSL 1.0.x (or earlier) libssl is used with a 1.18
libkrb5, even though the Kerberos code would likely never be used.

Add stubs for the four functions historically used in OpenSSL.

(cherry picked from commit 58109348cfa70c44b2b36233c18f9bb02a94cf26)

https://github.com/krb5/krb5/commit/a5d504e908836db10946145c245ffa2ccf428ca7
Author: Greg Hudson <ghudson at mit.edu>
Commit: a5d504e908836db10946145c245ffa2ccf428ca7
Branch: krb5-1.18
 src/lib/krb5/libkrb5.exports  |    4 ++++
 src/lib/krb5/rcache/rc_base.c |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list