Hi!
Reading openser's docs about qop, it looks like openser supports qop.
turning qop on with www_challenge("", "1") activates the qop parameter:
WWW-Authenticate: Digest realm="foo.bar", nonce="457553154ed7b9d93effa4118b4fe21f11b7f887", qop="auth".
Openser advertises only qop=auth. Looking at the source code I get the impression that auth-int is supported too. How can this be activated?
regards klaus