FreeDSx / ASN1

An ASN.1 Library for PHP.
MIT License
10 stars 3 forks source link

Implement a CER Encoder #2

Open ChadSikorra opened 6 years ago

ChadSikorra commented 6 years ago

A lot of the work is already done in both the BER encoder and the CerDerTrait. The largest issue to implementation is the indefinite encoding and how to handle that in the encoding/decoding process.