Changeset 176 for oss/httpauthfilter
- Timestamp:
- 12/21/06 04:36:55 (2 years ago)
- Files:
-
- oss/httpauthfilter/httpauth.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/httpauthfilter/httpauth.py
r172 r176 277 277 H_A1 = H(_A1(params, password, password_is_hashed)) 278 278 279 if qop == "auth" or aop == "auth-int":279 if qop == "auth" or qop == "auth-int": 280 280 # If the "qop" value is "auth" or "auth-int": 281 281 # request-digest = <"> < KD ( H(A1), unq(nonce-value)
