]> www.infradead.org Git - users/dwmw2/linux.git/commit
crypto/krb5: Implement the AES enctypes from rfc3962
authorDavid Howells <dhowells@redhat.com>
Thu, 3 Sep 2020 11:05:04 +0000 (12:05 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 2 Mar 2025 21:52:48 +0000 (21:52 +0000)
commit7c164b66b276c49b3888d3280e1b70a85732a38c
tree8c94c8c9badb8306d552a54f051cc094b34d1827
parent348f5669d1f6c1c210b9017ebb8b82282eca6f25
crypto/krb5: Implement the AES enctypes from rfc3962

Implement the aes128-cts-hmac-sha1-96 and aes256-cts-hmac-sha1-96 enctypes
from rfc3962, using the rfc3961 kerberos 5 simplified crypto scheme.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Herbert Xu <herbert@gondor.apana.org.au>
cc: "David S. Miller" <davem@davemloft.net>
cc: Chuck Lever <chuck.lever@oracle.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
cc: linux-nfs@vger.kernel.org
cc: linux-crypto@vger.kernel.org
cc: netdev@vger.kernel.org
crypto/krb5/Kconfig
crypto/krb5/Makefile
crypto/krb5/internal.h
crypto/krb5/krb5_api.c
crypto/krb5/rfc3962_aes.c [new file with mode: 0644]