diff 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
line wrap: on
line diff
--- a/tests/test.ur	Tue Dec 28 19:57:25 2010 -0500
+++ b/tests/test.ur	Wed Dec 29 12:16:32 2010 -0500
@@ -1,5 +1,5 @@
 fun auth r =
-    msg <- Openid.authenticate r.Id;
+    msg <- Openid.authenticate Openid.HMAC_SHA256 Openid.NoEncryption r.Id;
     error <xml>{[msg]}</xml>
 
 fun main () = return <xml><body>