[krbdev.mit.edu #9160] git commit
"Greg Hudson via RT" <[email protected]> Thu, 06 Feb 2025 18:02:26 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thu Feb 06 18:02:26 2025: Request 9160 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=9160 > Allow only one salt type per enctype in key data In the default libkdb5 password change method, omit requested key/salt combinations that duplicate an earlier encryption type, even if they have a different salt type. Any use cases for multiple salts for the same enctype disappeared with single-DES support. (We already have this behavior for chrand requests.) https://github.com/krb5/krb5/commit/367ccd2fcf8b4adb82bfc7ef9b5f04ff94f80326 Author: Greg Hudson <[email protected]> Commit: 367ccd2fcf8b4adb82bfc7ef9b5f04ff94f80326 Branch: master src/lib/kdb/kdb_cpw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)