Closed (fixed)
Project:
OpenID Provider
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 10:45 UTC
Updated:
7 Jul 2011 at 13:41 UTC
There are two places in the code where dh_modulus and dh_gen is attempted to be used from the request. If the client is a Drupal OpenID client, these will not be provided. The second place where these are used, isset() checks lead them in. However, the first place they are neither checked neither used later in that function. Therefore it looks like entirely safe to remove them.
| Comment | File | Size | Author |
|---|---|---|---|
| dh-modulus-gen-notices.patch | 807 bytes | gábor hojtsy |
Comments
Comment #1
anarcat commentedCommitted, thanks.