NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

docs: libssl1 is EOL #1225

Open pinkforest opened 2 months ago

pinkforest commented 2 months ago

OpenSSL 1 has gone EOL last year and the openssl Rust dependency has been ignoring the feature to use it.

In fact it brings libssl3 if vendored / staticly built behind the scenes via openssl-sys

The documentation probably should be updated

Also people should be warned about pitfalls of relying on static binaries containing openssl - it tends to attract holes