Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EncryptedReader #84

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jief666
Copy link
Contributor

@jief666 jief666 commented Jul 21, 2018

To be able to mount encrypted compressed dmg, I had to modify DMGDisk to search for the koly block in the last 1024 bytes instead of the last 512.

@tomkoen
Copy link
Contributor

tomkoen commented Jul 22, 2018

I'd modify openssl includes from

#include "openssl/sha.h"
#include "openssl/aes.h"
#include "openssl/hmac.h"
#include "openssl/evp.h"

to

#include <openssl/sha.h>
#include <openssl/aes.h>
#include <openssl/hmac.h>
#include <openssl/evp.h>

@jief666
Copy link
Contributor Author

jief666 commented Jul 22, 2018

Oups, yes. I wonder how come my compiler found them anyway ??
@tomkoen : if you prefer embedded crypto, I have embedded crypto with a openssl compatibility layer that I've made, that you just have to add to the project, without modifying anything in darling.

@jief666 jief666 mentioned this pull request Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants