krb5 commit: Correct CKSUMTYPE_SHA1 value and comment

Greg Hudson ghudson at mit.edu
Fri Jan 7 02:05:05 EST 2022


https://github.com/krb5/krb5/commit/5c394dc54c9196c300bd99a66a3257692f520920
commit 5c394dc54c9196c300bd99a66a3257692f520920
Author: Greg Hudson <ghudson at mit.edu>
Date:   Fri Jan 7 01:48:40 2022 -0500

    Correct CKSUMTYPE_SHA1 value and comment
    
    ticket: 9040

 src/include/krb5/krb5.hin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 79c66da..8b4e98d 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -458,7 +458,7 @@ typedef struct _krb5_crypto_iov {
 #define CKSUMTYPE_RSA_MD5_DES   0x0008
 #define CKSUMTYPE_NIST_SHA      0x0009
 #define CKSUMTYPE_HMAC_SHA1_DES3      0x000c
-#define CKSUMTYPE_SHA1          0x000d /**< RFC 3962 */
+#define CKSUMTYPE_SHA1          0x000e /**< RFC 3961 */
 #define CKSUMTYPE_HMAC_SHA1_96_AES128 0x000f /**< RFC 3962. Used with
                                                 ENCTYPE_AES128_CTS_HMAC_SHA1_96 */
 #define CKSUMTYPE_HMAC_SHA1_96_AES256 0x0010 /**< RFC 3962. Used with


More information about the cvs-krb5 mailing list