summaryrefslogtreecommitdiffstats
path: root/crypto/krb5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-18crypto: krb5 - Fix memory leak in krb5_test_one_prf()Eric Biggers1-0/+1
2025-04-29crypto/krb5: Fix change to use SG miter to use offsetDavid Howells1-0/+1
2025-03-21crypto: krb5 - Use SG miter instead of doing it by handHerbert Xu1-21/+16
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells6-0/+905
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells5-0/+248
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells5-1/+374
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells5-1/+126
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells2-0/+140
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells2-0/+159
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells2-4/+138
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells3-1/+415
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells3-0/+156
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 Howells2-0/+154
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 Howells4-0/+177