=== 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.
An implementation of RFC 2617 - Digest Access Authentication. At this time
the gem does not fully integrate with Net::HTTP and can be used for with
other HTTP clients.