-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
This is not desired if we already use other crypto providers or no providers at all.
Might require upstream contributions to crates such as rcgen and/or x509-parser.
This hardcoded ring dependency is new since the introduction of rama-crypto crate:
$ cargo tree -i ring
ring v0.17.14
└── x509-parser v0.17.0
└── rcgen v0.14.3
└── rama-crypto v0.3.0-alpha.2 (/Users/glendc/code/github.com/plabayo/rama/rama-crypto)
└── rama v0.3.0-alpha.2 (/Users/glendc/code/github.com/plabayo/rama)
For now doesn't seem to be causing issues but it is undesired non the less as we have worked very hard in the past to
avoid such forced dependencies.