takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

Probably Bug in Associaton Creation #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
org.openid4java.association.AssociationSessionType.create(String, String,
                                                boolean)

else if (! compatibility && "no-encryption".equals(sessType) &&
                Association.TYPE_HMAC_SHA256.equals(assocType))
                result =  NO_ENCRYPTION_SHA1MAC;

Looks like there should be:
result =  NO_ENCRYPTION_SHA256MAC;

Original issue reported on code.google.com by bone....@gmail.com on 27 Apr 2008 at 6:41

GoogleCodeExporter commented 8 years ago
Fixed in r468, thank you for finding this!

Original comment by Johnny.B...@gmail.com on 27 Apr 2008 at 9:04