| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb... | Mark Brown | 1 | -1/+1 |
| 11 days | crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks | David Howells | 1 | -6/+48 |
| 2026-05-15 | crypto: krb5 - filter out async aead implementations at alloc | Michael Bommarito | 1 | -1/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2025-07-18 | crypto: krb5 - Fix memory leak in krb5_test_one_prf() | Eric Biggers | 1 | -0/+1 |
| 2025-04-29 | crypto/krb5: Fix change to use SG miter to use offset | David Howells | 1 | -0/+1 |
| 2025-03-21 | crypto: krb5 - Use SG miter instead of doing it by hand | Herbert Xu | 1 | -20/+15 |
| 2025-03-02 | crypto/krb5: Implement crypto self-testing | David Howells | 6 | -0/+905 |
| 2025-03-02 | crypto/krb5: Implement the Camellia enctypes from rfc6803 | David Howells | 5 | -0/+248 |
| 2025-03-02 | crypto/krb5: Implement the AES enctypes from rfc8009 | David Howells | 5 | -1/+374 |
| 2025-03-02 | crypto/krb5: Implement the AES enctypes from rfc3962 | David Howells | 5 | -1/+126 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic | David Howells | 2 | -0/+140 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions | David Howells | 2 | -0/+159 |
| 2025-03-02 | crypto/krb5: Provide RFC3961 setkey packaging functions | David Howells | 2 | -4/+138 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 key derivation | David Howells | 3 | -1/+415 |
| 2025-03-02 | crypto/krb5: Provide infrastructure and key derivation | David Howells | 3 | -0/+156 |
| 2025-03-02 | crypto/krb5: Add an API to perform requests | David Howells | 1 | -0/+141 |
| 2025-03-02 | crypto/krb5: Add an API to alloc and prepare a crypto object | David Howells | 2 | -0/+154 |
| 2025-03-02 | crypto/krb5: Add an API to query the layout of the crypto section | David Howells | 1 | -0/+108 |
| 2025-03-02 | crypto/krb5: Implement Kerberos crypto core | David Howells | 4 | -0/+177 |