Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed LEC to LECP. It is really a proxy. | Emmanuel Raviart | 2004-08-09 | 1 | -130/+0 |
| | |||||
* | LECP now nearly works. Still a segmentation fault at the end, but Valos is | Emmanuel Raviart | 2004-08-09 | 1 | -0/+22 |
| | | | | aware of it. | ||||
* | Updated Python tests. Not finished but Valos want it to debug Lasso. | Emmanuel Raviart | 2004-08-09 | 1 | -9/+12 |
| | |||||
* | Updated Python unit tests infrastructure, so that it can be reused for | Emmanuel Raviart | 2004-08-09 | 1 | -17/+15 |
| | | | | independant simulation applications. | ||||
* | Added LECP support in Python simulator and unit tests. I think I have found | Emmanuel Raviart | 2004-08-07 | 1 | -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? |