-
Notifications
You must be signed in to change notification settings - Fork 9
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
is darling-corecrypto already included in main darlingHQ #8
Comments
It is included. You need to be more specific. |
Thank you LibosD. I'm trying to generate a new keychain with the following command:
Once I launch the command the following message appears instantly:
I left it running for hours and then I decided to kill the execution with CTRL+C. Basically nothing happened and content of ~/Library/Keychains is the the following:
3 files with 0 bytes. I tried to build a new keychain because the system one doesn't seem to exist in darling. In fact even if the following command the System.keychain file doesn't exist on the file system. Is there any specific issue with keychains in darling or am I missing something about that? Thank you. |
Well, the "specific issue with keychains" is just that our corecrypto is not complete. As you saw above, In addition, the |
Thank you facekapow for the clarification. Is there any plan to complete the corecrypto implementaton with that functionalities? I'm testing darling because the ultimate goal of the company I'm working for, is to find an alternative way to sign IPA applications without relying on a MacOS. According to what you said above I can conclude this is not possible at the moment with darling. |
Are you, perhaps, looking to contribute the missing implementation? 🙂 |
Please check my PR: #9. This replaces the stubs with proper DES functions but does not fully solve this problem yet, there seems to be some bugs related to |
Sorry, not clear if darling-corecrypto is already included in main darlingHQ. I'm having problems with crypto functions while using darling and I landend here.
The text was updated successfully, but these errors were encountered: