summaryrefslogtreecommitdiffstats
path: root/crypto/krb5
AgeCommit message (Expand)AuthorLines
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-07-18crypto: krb5 - Fix memory leak in krb5_test_one_prf()Eric Biggers-0/+1
2025-04-29crypto/krb5: Fix change to use SG miter to use offsetDavid Howells-0/+1
2025-03-21crypto: krb5 - Use SG miter instead of doing it by handHerbert Xu-21/+16
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells-0/+905
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells-0/+248
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells-1/+374
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells-1/+126
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells-0/+140
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells-0/+159
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells-4/+138
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells-1/+415
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells-0/+156
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells-0/+141
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells-0/+154
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells-0/+108
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells-0/+177