Skip to content

EncryptedReader#84

Open
jief666 wants to merge 5 commits intodarlinghq:masterfrom
jief666:encrypted_reader
Open

EncryptedReader#84
jief666 wants to merge 5 commits intodarlinghq:masterfrom
jief666:encrypted_reader

Conversation

@jief666
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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