[krbdev.mit.edu #8999] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Apr 07 16:53:17 2021: Request 8999 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8999 > Add additional KRB5_TRACE points Add additional tracing points to the PKINIT plugin for use with the KRB5_TRACE facility, replacing many (but not all) of the existing pkiDebug() trace points. Fix a memory leak of an errinfo structure when loading a PKCS11 module fails. Rename pkinit_pkcs11_code_to_text() to pkcs11err() for brevity, and modify it for thread safety. [[email protected]: added certificate index to regexp match trace points; renamed various identifiers; edited commit message] https://github.com/krb5/krb5/commit/34625d594c339a077899fa01fc4b5c331a1647d0 Author: Ken Hornstein <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 34625d594c339a077899fa01fc4b5c331a1647d0 Branch: master src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 114 +++++++++++--------- src/plugins/preauth/pkinit/pkinit_identity.c | 3 +- src/plugins/preauth/pkinit/pkinit_matching.c | 39 ++++---- src/plugins/preauth/pkinit/pkinit_trace.h | 51 ++++++++- 4 files changed, 129 insertions(+), 78 deletions(-)