libimobiledevice-glue icon indicating copy to clipboard operation
libimobiledevice-glue copied to clipboard

Using Openssl for shasums?

Open nteodosio opened this issue 8 months ago • 1 comments

It was noted in https://launchpad.net/bugs/2074086 that this project is using libtomcrypt and it would be in Ubuntu's interest to switch to Openssl, as it is certified there. Would this contribution be welcome in your project or would you rather stick to what is in use?

nteodosio avatar Mar 17 '25 13:03 nteodosio

It is only using checksum calculations, nothing else. And it's bundled so we don't create another dependency, moreover sha1 is being deprecated everywhere. We have a similar issue with libimobiledevice and deprecated hashing algorithms in OpenSSL (there are a few tickets for this too) and I am already thinking about maybe even bundling mbedtls with the project to work around that. So me personally I would rather keep it as is.

nikias avatar Mar 17 '25 14:03 nikias