* Addition of support for SHA1 to SHA512 needed for future additions to
commit626eccdd8d0a325842d736596348e9d1d81ca105
authorEduardo Chappa <chappa@washington.edu>
Sat, 20 Nov 2021 19:54:47 +0000 (20 12:54 -0700)
committerEduardo Chappa <chappa@washington.edu>
Sat, 20 Nov 2021 19:54:47 +0000 (20 12:54 -0700)
tree2eb4695b74cf88e15b030e30a751ada1017a0528
parenta9e8d3c24b2bb6d30649d4d3c66f554ae38024bb
   * Addition of support for SHA1 to SHA512 needed for future additions to
     Alpine. The code is taken and adapted from code in RFC 4634.
15 files changed:
imap/src/c-client/c-client.h
imap/src/c-client/hash.h [new file with mode: 0644]
imap/src/c-client/hmac.c [new file with mode: 0644]
imap/src/c-client/sha-private.h [new file with mode: 0644]
imap/src/c-client/sha.c [new file with mode: 0644]
imap/src/c-client/sha.h [new file with mode: 0644]
imap/src/c-client/sha1.c [new file with mode: 0644]
imap/src/c-client/sha224-256.c [new file with mode: 0644]
imap/src/c-client/sha384-512.c [new file with mode: 0644]
imap/src/c-client/usha.c [new file with mode: 0644]
imap/src/osdep/nt/makefile.nt
imap/src/osdep/nt/makefile.ntk
imap/src/osdep/nt/makefile.w2k
imap/src/osdep/unix/Makefile
pith/pine.hlp