]> git.ipfire.org Git - thirdparty/samba.git/commit
python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.py
authorIsaac Boukris <iboukris@gmail.com>
Sat, 15 Feb 2020 17:33:33 +0000 (18:33 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 27 Mar 2020 18:17:35 +0000 (18:17 +0000)
commit679bb52c957dafcec96ff37f87d8c3496996b909
treee8e4e4b28d57bc0135e6c4c95fb6e6ced1a9dfee
parent0f805db40a4948f9902733aa03ed6ae2789dabb3
python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.py

This is crypto.py of commit f0612aa908062fb239d1c3873595e7204ae1691d
from https://github.com/greghudson/pyk5.git

This will be used in order to do raw protocol testing against
[MS-KILE] KDCs.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Isaac Boukris <iboukris@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/krb5/kcrypto.py [new file with mode: 0644]
python/samba/tests/source.py
python/samba/tests/usage.py