Initial commit

This commit is contained in:
Ariel Abreu 2020-07-19 18:12:28 -04:00
commit 52dbcfd522

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# darling-libressl
This is Darling's version of LibreSSL.
Technically, it contains four different version of LibreSSL, each on its own branch. These versions are chosen to match the versions shipped with macOS.
Why is each one on its own branch? Why not tags? Well, we need to be able to update the code for each version (not so much the sources, but rather the CMakeLists). Tags would make this slightly more difficult (although, I'll admit, it's possible to use them for this; I just personally think it's easier to deal with branch for related but separate code).