dislocker icon indicating copy to clipboard operation
dislocker copied to clipboard

fix: Make compatible with macOS 12 Monterey & mbedtls 3

Open jamfor352 opened this issue 2 years ago • 2 comments

Various patches that make this work with the latest libraries, and specifically macOS 12 Monterey. Confirmed by running:


brew install macfuse

xcode-select --install

export CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include

make .

make

sudo make install

jamfor352 avatar Apr 30 '22 17:04 jamfor352

I didn't need any of this. Just build against mbedtls@2 from homebrew?

justinkb avatar Jul 17 '22 11:07 justinkb

I didn't need any of this. Just build against mbedtls@2 from homebrew?

Yes, but mbedtls@2 is superceded by mbedtls@3.

jamfor352 avatar Oct 07 '22 22:10 jamfor352

any update on this? @Aorimn would be nice to use the most up to date version of mbedtls rather than mbedtls@2 https://github.com/Mbed-TLS/mbedtls/blob/development/docs/3.0-migration-guide.md

jamfor352 avatar Nov 17 '22 17:11 jamfor352