a-sit-plus / signum

Kotlin Multiplatform Crypto/PKI Library and ASN1 Parser + Encoder
https://a-sit-plus.github.io/signum/
Apache License 2.0
68 stars 4 forks source link

Support all Key Types/Algos in Certificate #4

Open JesusMcCloud opened 1 year ago

JesusMcCloud commented 1 year ago

Currently, our certificate class only plays well with ES256 and ES384.

We still need to support:

JesusMcCloud commented 1 year ago

Also add the option to store raw asn1 structures for unknown algorithms

JesusMcCloud commented 1 year ago

Also add the option to store raw asn1 structures for unknown algorithms

This is still missing. the rest is done