1 repository
Disables real-time clock usage so X.509 certificate expiration validation is omitted when time is unavailable.
Distinct from TLS Certificate Validations: Distinct from TLS Certificate Validations: specifically allows skipping expiration checks when no real-time clock is available, not general validation logic.
Explore 1 awesome GitHub repository matching security & cryptography · Certificate Validity Skippers. Refine with filters or upvote what's useful.
Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t
Provides a configuration option to skip certificate expiration checks when no real-time clock is available.