Don't keep OpenSSL binaries in source control. Do make it easy to build them. #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I pretty much just intend to automate what
tools/ssl-android
and friends do as an optional part of the makefile.Including prebuilt versions of anything (bundled js files included) is a massive security risk (are you sure I'm not introducing malware in #1 by modifying cm6.js ?). It does make building the app a lot easier, but it's not worth it in the long-term.
https://en.wikipedia.org/wiki/Supply_chain_attack
Yeah, I haven't been distributing them with the source tarballs for that reason, but now that the full tree is public, things need to be better.