<div dir="ltr">Were there no updates to md4/md5 code in libmd? git blame shows md4.c as having mostly no updates in 15 years.<div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 8, 2022 at 8:27 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Alan Somers (1):<br>
  Fix C++ includability of crypto headers with static array sizes<br>
<br>
Allan Jude (2):<br>
  Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c<br>
  Implement SHA-512 truncated (224 and 256 bits)<br>
<br>
Colin Percival (1):<br>
  Retune SHA2 code for improved performance on CPUs<br>
<br>
Conrad Meyer (2):<br>
  crypto routines: Hint minimum buffer sizes to the compiler<br>
  Implement SHA2-224 submode of SHA2-256<br>
<br>
Pedro F. Giffuni (2):<br>
  General further adoption of SPDX licensing ID tags.<br>
  lib: further adoption of SPDX licensing ID tags.<br>
<br>
Sebastian Huber (4):<br>
  libtests/sha: Add tests for SHA224<br>
  libtests/sha: Add tests for SHA384<br>
  libtests/sha: Add tests for SHA512-224<br>
  libtests/sha: Add tests for SHA512-256<br>
<br>
Xin LI (3):<br>
  libmd: Always erase context in _Final method,<br>
  Get rid of unused variables.<br>
  libcrypt: There is no need to clear message digest<br>
<br>
 cpukit/include/sha224.h        |  62 ++++++<br>
 cpukit/include/sha256.h        |  16 +-<br>
 cpukit/include/sha384.h        |  61 ++++++<br>
 cpukit/include/sha512.h        |  17 +-<br>
 cpukit/include/sha512t.h       |  68 ++++++<br>
 cpukit/libcrypt/crypt-md5.c    |   2 +<br>
 cpukit/libcrypt/crypt-sha256.c |  15 +-<br>
 cpukit/libcrypt/crypt-sha512.c |  15 +-<br>
 cpukit/libcrypt/misc.c         |   4 +-<br>
 cpukit/libmd/sha256c.c         | 230 ++++++++++++--------<br>
 cpukit/libmd/sha512c.c         | 377 +++++++++++++++++++++++----------<br>
 testsuites/libtests/sha/init.c | 215 ++++++++++++++++++-<br>
 12 files changed, 843 insertions(+), 239 deletions(-)<br>
 create mode 100644 cpukit/include/sha224.h<br>
 create mode 100644 cpukit/include/sha384.h<br>
 create mode 100644 cpukit/include/sha512t.h<br>
<br>
-- <br>
2.35.3<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>