RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
228 stars 121 forks source link

const-oid: migrate database to `ObjectIdentifierRef` #1413

Closed baloo closed 1 month ago

baloo commented 1 month ago

This is an attempt at fixing #1293

baloo commented 1 month ago

The second commit here is to be dropped, this is here only to see how I could apply the changes made to the DB in the other crates.

tarcieri commented 1 month ago

Seems like you got pretty far with this... nice!

tarcieri commented 1 month ago

@baloo I'm wondering if it might make sense to split the database into its own crate that can evolve at a different pace so we can get const-oid to v1.0 more easily while having more time to experiment with database representations.

In the meantime, perhaps we should close this and discuss more on #1417?