summaryrefslogtreecommitdiffstats
path: root/python/tests/LibertyEnabledClient.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed LEC to LECP. It is really a proxy.Emmanuel Raviart2004-08-091-130/+0
|
* LECP now nearly works. Still a segmentation fault at the end, but Valos isEmmanuel Raviart2004-08-091-0/+22
| | | | aware of it.
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-091-9/+12
|
* Updated Python unit tests infrastructure, so that it can be reused forEmmanuel Raviart2004-08-091-17/+15
| | | | independant simulation applications.
* Added LECP support in Python simulator and unit tests. I think I have foundEmmanuel Raviart2004-08-071-0/+107
several bugs in Lasso LECP implementation. My biggest problem is that I didn't find a way for IDP to set userAuthenticated, authenticationMethod, reauthenticateOnOrAfter to lecp before (or when) building response envelope with lecp.build_authn_response_envelope_msg(). Did I overlook something?