astarte-platform / astarte-device-sdk-rust

Apache License 2.0
6 stars 12 forks source link

refactor(crypto): move to rcgen for the csr #384

Closed joshuachp closed 2 months ago

joshuachp commented 2 months ago

Use rcgen from the rustls family of crates to generate the CSR for the pairing with Astarte. This let us remove 3 dependencies that broke the generation of the documentation.

joshuachp commented 2 months ago

The SemVer compatibility should be fine, since we can yank the 0.9.0 release.