krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

SHA1 crashes when digesting big data #184

Closed D3vMohab closed 9 months ago

D3vMohab commented 9 months ago

SHA1 crashes on iOS when digesting big data because the memory runs out!

krzyzanowskim commented 9 months ago

you should probably use API that doesn't load whole data at once. also report it to OpenSSL https://github.com/openssl/openssl not here