Mercurial > openid
comparison tests/test.ur @ 8:870d99055dd1
Diffie-Hellman started but not fully tested; successfully checked signature from AOL
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 29 Dec 2010 12:16:32 -0500 |
parents | 2d409aff8800 |
children | 194577b60771 |
comparison
equal
deleted
inserted
replaced
7:976121190b2d | 8:870d99055dd1 |
---|---|
1 fun auth r = | 1 fun auth r = |
2 msg <- Openid.authenticate r.Id; | 2 msg <- Openid.authenticate Openid.HMAC_SHA256 Openid.NoEncryption r.Id; |
3 error <xml>{[msg]}</xml> | 3 error <xml>{[msg]}</xml> |
4 | 4 |
5 fun main () = return <xml><body> | 5 fun main () = return <xml><body> |
6 <form> | 6 <form> |
7 <textbox{#Id}/> | 7 <textbox{#Id}/> |