dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

Pull out OpenSSL #82

Closed dankamongmen closed 4 years ago

dankamongmen commented 4 years ago

There's a licensing incompatibility between our GPL3 and the OpenSSL license. We could exempt it, but really there's no good reason for us to be using OpenSSL -- we just want random bytes (and maybe to verify a SHA or two). Pull it out.

dankamongmen commented 4 years ago

Done! Switched over to nettle-dev.