Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

const-oid: return all matched names when looking up oid #1129

Merged

Conversation

baloo
Copy link
Member

@baloo baloo commented Jun 29, 2023

Multiple RFCs may be defining the same OID. This commit provides a Database::find_names_for_oid method that will return all values that were matched.

@baloo baloo requested a review from tarcieri June 29, 2023 16:53
@baloo baloo force-pushed the baloo/const-oid/find-names-for-oid branch 2 times, most recently from 68a3205 to 7260c42 Compare June 29, 2023 16:57
const-oid/src/db.rs Outdated Show resolved Hide resolved
Multiple RFCs may be defining the same OID. This commit provides
a `Database::find_names_for_oid` method that will return all values
that were matched.
@baloo baloo force-pushed the baloo/const-oid/find-names-for-oid branch from 8505c57 to 630a013 Compare June 29, 2023 18:26
@tarcieri tarcieri merged commit 41bbcec into RustCrypto:master Jun 29, 2023
111 checks passed
tarcieri pushed a commit that referenced this pull request Jun 29, 2023
Multiple RFCs may be defining the same OID. This commit provides
a `Database::find_names_for_oid` method that will return all values
that were matched.
tarcieri added a commit that referenced this pull request Jun 29, 2023
Backport release which includes changes from #1129, which added the
`Database::find_names_for_oid` method.
@tarcieri tarcieri mentioned this pull request Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants