[krbdev.mit.edu #7929] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jun 2 18:53:37 EDT 2014
Add a simple KDC proxy test server
This proxy server uses python-paste to run the kdcproxy from
https://pypi.python.org/pypi/kdcproxy. It should be used along
with the proxy.pem certificate in ../tests/dejagnu/proxy-certs.
https://github.com/krb5/krb5/commit/142255ba9af4ce1016a8eadf147e599ee490f1f7
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 142255ba9af4ce1016a8eadf147e599ee490f1f7
Branch: master
src/tests/dejagnu/proxy-certs/ca.pem | 28 +++++
src/tests/dejagnu/proxy-certs/make-certs.sh | 124 ++++++++++++++++++++++
src/tests/dejagnu/proxy-certs/proxy-badsig.pem | 56 ++++++++++
src/tests/dejagnu/proxy-certs/proxy-ideal.pem | 56 ++++++++++
src/tests/dejagnu/proxy-certs/proxy-no-match.pem | 54 ++++++++++
src/tests/dejagnu/proxy-certs/proxy-san.pem | 56 ++++++++++
src/tests/dejagnu/proxy-certs/proxy-subject.pem | 54 ++++++++++
src/util/paste-kdcproxy.py | 18 +++
8 files changed, 446 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list