1.4.1 / 2017-02-08¶ ↑
-
Bug fix
-
Set license to MIT in spec, matching README. Issue #9 by Benjamin Fleischer
-
Allow any digest length per RFC 7616 section 3.4.2. Issue #14 by Joshua Gross.
-
1.4 / 2013-07-23¶ ↑
-
Minor enhancements
-
Relaxed parser to accept quoted algorithm to work with Linksys SPA922. Pull request #8 by Ismail Hanli, Issue #5 by bearded
-
1.3 / 2012-03-28¶ ↑
-
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.
-
1.2.1 / 2012-05-18¶ ↑
-
Bug fix
-
Fixed -sess authentication. This also fixes pull request #4 by joe81
-
1.2 / 2011-11-22¶ ↑
-
Minor enhancement
-
Now thread safe. Issue #2 by chrisochs.
-
1.1.1 / 2011-04-03¶ ↑
-
Bug fix
-
Fix syntax error on ruby 1.8
-
1.1 / 2011-03-29¶ ↑
-
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
-
1.0 / 2010-09-10¶ ↑
-
Major enhancements
-
Birthday!
-