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

ASN.1 Real #182

Open
JesusMcCloud opened this issue Nov 2, 2024 · 0 comments
Open

ASN.1 Real #182

JesusMcCloud opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@JesusMcCloud
Copy link
Collaborator

If we want to provide a truly universal kotlinx serialization format, we need to cover ASN.1 REAL number encoding and decoding, in all variants supported by the DER. As a first step, just supporting the encoding that maps easiest to Kotlin's Doubleis sufficient.

The real issue here is testing. BC does not support REAL numbers and the online tools also don't implement a parser we could hijack. Even openssl just print prim: REAL

@JesusMcCloud JesusMcCloud added help wanted Extra attention is needed enhancement New feature or request labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant