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
Original issue reported on code.google.com by
bone....@gmail.com
on 27 Apr 2008 at 6:41