summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/kcrypto.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-19tests/krb5: Fix DES3CBC random_to_key()Joseph Sutton1-1/+1
2023-10-19tests/krb5: Make ‘keybytes’ a bytes object rather than a listJoseph Sutton1-2/+2
2022-04-13python:tests: Add support to print krb5 keys as stringStefan Metzmacher1-1/+4
2021-10-14tests/krb5: Fix sha1 checksum typeJoseph Sutton1-1/+1
2021-09-13tests/krb5: Add methods to obtain the length of checksum typesJoseph Sutton1-0/+26
2021-08-18tests/krb5: Allow cf2 to automatically use the enctype of the first keyJoseph Sutton1-5/+7
2020-12-21tests python krb5: PEP8 cleanupsGary Lockyer1-27/+40
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-05-15selftest: add python S4U2Self tests including unkeyed checksumsIsaac Boukris1-0/+85
2020-03-27python/tests/krb5: add support for Cksumtype.MD5Stefan Metzmacher1-1/+42
2020-03-27python/tests/krb5: convert kcrypto.py to python3-cryptography and a few Samba...Stefan Metzmacher1-187/+273
2020-03-27python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.pyIsaac Boukris1-0/+713