RustCrypto / formats

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

Addition of BER #1382

Closed Firstyear closed 2 months ago

Firstyear commented 2 months ago

Hi there,

I was curious if there were plans or interest to add BER to in addition to DER?

tarcieri commented 2 months ago

We do plan on supporting a limited number of BER productions as needed to support certain cryptographic formats (a bit confusing in a library named der, but it's where we are).

See #779 as the current open issue for that.

1321 added some preliminary work to allow for it.

Closing this in favor of #779.