Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ew/hash-with-openssl-evp' | Junio C Hamano | 2023-08-10 | 1 | -0/+49 |
|\ | |||||
| * | sha256: avoid functions deprecated in OpenSSL 3+ | Eric Wong | 2023-08-01 | 1 | -0/+49 |
* | | sha256/gcrypt: die on gcry_md_open failures | Eric Wong | 2023-07-31 | 1 | -1/+3 |
* | | sha256/gcrypt: fix memory leak with SHA-256 repos | Eric Wong | 2023-07-31 | 1 | -0/+1 |
* | | sha256/gcrypt: fix build with SANITIZE=leak | Eric Wong | 2023-07-31 | 1 | -4/+4 |
|/ | |||||
* | sha256: add support for Nettle | brian m. carlson | 2022-07-10 | 1 | -0/+31 |
* | hash: implement and use a context cloning function | brian m. carlson | 2020-02-24 | 1 | -0/+6 |
* | sha256: add an SHA-256 implementation using libgcrypt | brian m. carlson | 2018-11-14 | 1 | -0/+30 |
* | Add a base implementation of SHA-256 support | brian m. carlson | 2018-11-14 | 2 | -0/+220 |