RE: modulus and generator optional in association requests

2007-03-20 Thread Granqvist, Hans
> How did you / others deal with this? There are quite a few > ... Same way that you do/propose -- by using the default values if they are not present. -Hans ___ specs mailing list specs@openid.net http://openid.net/mailman/listinfo/specs

Re: modulus and generator optional in association requests

2007-03-20 Thread Johnny Bufu
On 20-Mar-07, at 1:36 PM, Granqvist, Hans wrote: > Once something complex is optional, typically few will > implement it, which means you can run into the inverse: > implementations that do supply optional values run into parties > that cannot treat those values correctly. > > This means that if

Re: modulus and generator optional in association requests

2007-03-20 Thread Josh Hoyt
On 3/20/07, Granqvist, Hans <[EMAIL PROTECTED]> wrote: > Once something complex is optional, typically few will > implement it, which means you can run into the inverse: > implementations that do supply optional values run into parties > that cannot treat those values correctly. They are optional

RE: modulus and generator optional in association requests

2007-03-20 Thread Granqvist, Hans
lf Of Johnny Bufu > Sent: Tuesday, March 20, 2007 1:07 PM > To: OpenID specs list > Subject: modulus and generator optional in association requests > > Hello list! > > The association request [1] seems to be insufficiently specified: > openid.dh_modulus and openid.dh_gen are not

modulus and generator optional in association requests

2007-03-20 Thread Johnny Bufu
Hello list! The association request [1] seems to be insufficiently specified: openid.dh_modulus and openid.dh_gen are not specifically marked as optional, so according to the "Protocol Messages" [2] section they should be mandatory. However, while testing the openid4java code [3], it turns