<p>Providing same API and functionality as auth module, but using SHA-256 instead of MD5 for digest authentication.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/627'>https://github.com/kamailio/kamailio/pull/627</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge remote-tracking branch 'refs/remotes/kamailio/master'</li>
  <li>Merge remote branch 'upstream/master'</li>
  <li>Add new module auth_sha256 based on module auth, but using SHA-256 instead of MD5 for digest authentication.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-0">modules/auth_sha256/Makefile</a>
    (18)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-1">modules/auth_sha256/README</a>
    (874)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-2">modules/auth_sha256/api.c</a>
    (233)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-3">modules/auth_sha256/api.h</a>
    (162)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-4">modules/auth_sha256/auth.xml</a>
    (695)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-5">modules/auth_sha256/auth_mod.c</a>
    (1206)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-6">modules/auth_sha256/auth_mod.h</a>
    (46)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-7">modules/auth_sha256/challenge.c</a>
    (286)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-8">modules/auth_sha256/challenge.h</a>
    (52)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-9">modules/auth_sha256/doc/Makefile</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-10">modules/auth_sha256/doc/auth.xml</a>
    (77)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-11">modules/auth_sha256/doc/auth_functions.xml</a>
    (398)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-12">modules/auth_sha256/doc/auth_params.xml</a>
    (697)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-13">modules/auth_sha256/nc.c</a>
    (244)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-14">modules/auth_sha256/nc.h</a>
    (74)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-15">modules/auth_sha256/nid.c</a>
    (99)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-16">modules/auth_sha256/nid.h</a>
    (89)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-17">modules/auth_sha256/nonce.c</a>
    (464)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-18">modules/auth_sha256/nonce.h</a>
    (226)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-19">modules/auth_sha256/ot_nonce.c</a>
    (234)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-20">modules/auth_sha256/ot_nonce.h</a>
    (80)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-21">modules/auth_sha256/rfc2617.c</a>
    (148)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-22">modules/auth_sha256/rfc2617.h</a>
    (96)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/627/files#diff-23">modules/auth_sha256/todo.txt</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/627.patch'>https://github.com/kamailio/kamailio/pull/627.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/627.diff'>https://github.com/kamailio/kamailio/pull/627.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/627">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZWAUPTH0uDBsg9pGDEyWf23Bmhlcks5qCbT8gaJpZM4IgObV.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/627"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>