eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Add support for parsing ASN.1 GeneralizedTime in X509 Certificates #267

Open sjscymru opened 2 months ago

sjscymru commented 2 months ago

These changes implement support for parsing of ASN.1 GeneralizedTime strings contained in X509 certificates.

Support has also been added to allow the notBefore and notAfter time formats to be different. The current released version of NetX Secure assumed that both time formats would be the same.

sjscymru commented 2 months ago

Need to update tests