summaryrefslogtreecommitdiff
path: root/crypto/krb5/krb5_api.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-15crypto: krb5 - use kfree_sensitive() for derived key buffersJan Sebastian Götte1-4/+4
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-6/+48
2026-05-15crypto: krb5 - filter out async aead implementations at allocMichael Bommarito1-1/+1
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells1-0/+11
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells1-0/+2
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells1-0/+2
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells1-0/+2
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells1-0/+141
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells1-0/+144
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+108
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells1-0/+42