Change #273335
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 30 Jun 2026 11:36:55 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 5b10939ef77a3ab7941eefb4a1e2d03cf0d74121 |
Comments
mbedtls: replace `memset()` with `psa_hash_operation_init()` To initialize hash contexts. Ref: https://arm-software.github.io/psa-api/crypto/1.1/api/ops/hashes.html#c.psa_hash_operation_init Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077 Closes #22220
Changed files
- lib/md5.c
- lib/sha256.c