⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module certificate

Module certificate 

Source
Expand description

X.509 Certificate Parsing and Validation

Provides simplified X.509 certificate parsing (DER-encoded) and a trust store for root CA chain validation.

Structs§

TrustStore
Trust anchor store for root CAs
X509Certificate
Simplified X.509 certificate representation