Minor enhancements
Relaxed parser to accept quoted algorithm to work with Linksys SPA922. Pull request #8 by Ismail Hanli, Issue #5 by bearded
Minor enhancements
The cnonce is regenerated for every request to improve security.
SecureRandom is used to generate the cnonce instead of Kernel#rand
Bug fix
cnonce and nonce-count are no longer sent when qop was not provided per RFC 2617 section 3.2.2.
Bug fix
Fixed -sess authentication. This also fixes pull request #4 by joe81
Minor enhancement
Now thread safe. Issue #2 by chrisochs.
Bug fix
Fix syntax error on ruby 1.8
Minor enhancements
Add support for SHA1, SHA2, SHA256, SHA384, SHA512, RMD160 algorithms
Bug fixes
Support opaque per RFC 2617 3.2.1
Support MD5-sess per RFC 2617 3.2.2.2
Support unspecified qop for RFC 2069 compatibility per RFC 2617 3.2.2.1
Major enhancements
Birthday!