Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove ring dependency from rama-crypto #645

@GlenDC

Description

@GlenDC

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.

Metadata

Metadata

Assignees

Labels

CryptobugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions