Change #262329
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 25 Mar 2026 18:56:40 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | bf6a34d8eb51cf88024210c6f10c49e00d2c6840 |
Comments
md4, md5: switch to wolfCrypt API in wolfSSL builds Replacing the OpenSSL-like compatibility interface, and syncing with other hashes, when building with wolfSSL. Also: stop stomping on OpenSSL public MD4 symbols. This makes the wolfSSL coexist workaround unnecessary, while also syncing up with MD5 sources. After this patch the only remaining reference to wolfSSL's OpenSSL compatibility layer is in `lib/curl_ntlm_core.c`. Closes #21093
Changed files
- lib/md4.c
- lib/md5.c