Samuel-Tyler / fast_ber

A C++11 ASN.1 BER Encoding and Decoding Library
Boost Software License 1.0
84 stars 11 forks source link

Add support for DER mode #6

Open Samuel-Tyler opened 4 years ago

Samuel-Tyler commented 4 years ago

Mode should be specified for each type, as a property of TypeSetting class. Unit tests should be added, especially for optional and default objects.

jfinkhaeuser commented 1 year ago

I have no particularly urgent need, but if I were to use ASN.1, I'd need DER mode. So is there any progress on this, or was that just an idea?

Samuel-Tyler commented 1 year ago

Sadly I'm no longer actively developing the project. For the most part types are encoded as DER however (there may be some missing edge cases with defaulted types)

jfinkhaeuser commented 1 year ago

Ah, okay. Thank you for that reply!