-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Apothecary Update / Project Generator Update #8068
Conversation
- osx libraries now using /macos/ folder
…io test use window for now -
This needed with macOS libraries updated now in sync in downloaded latest folders |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
return; | ||
} | ||
if (EVP_PKEY_keygen_init(pkey_ctx) <= 0 || | ||
EVP_PKEY_CTX_set_rsa_keygen_bits(pkey_ctx, 2048) <= 0 || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2048 bit ssl local macOS - this could probably use some more randomness
Solid code been using for sometime
if file cacert.pem
in /bin/data/
application ssl cert could be supplied - 2048 bit https://en.wikipedia.org/wiki/X.509
Merging as fixes macOS xcframeworks in this PR and macOS |
Core Fix:
osx
libraries now usingmacOS
folder - fixes macOS vs osx / bleeding and standard libraries ideas #8040 around folder and download - unifying the location of all platforms xCFrameworksapothecary Latest Libraries Updates
projectGenerator