• Leo Le Bouter's avatar
    Use rustls instead of openssl · 4d94b540
    Leo Le Bouter authored
    With rustls it's easier to embed the root CA certificates inside
    the compiled binary itself using the webpki-roots crate. We need to
    do this because it's the easiest way of getting TLS certificate
    validation working inside the initramfs where /etc/ssl/certs or
    else does not exist.
    4d94b540
Cargo.lock 34.8 KB