milestone 10: doh and dot listeners, cert store with hot reload and cert reload api

This commit is contained in:
2026-08-02 14:39:18 +02:00
parent 617cc966a2
commit a589df7515
20 changed files with 4398 additions and 21 deletions
+5
View File
@@ -7,3 +7,8 @@ pub const key_pem: [:0]const u8 = @embedFile("self_signed_key.pem");
/// A well-formed private key that does not belong to `cert_pem`.
pub const mismatched_key_pem: [:0]const u8 = @embedFile("mismatched_key.pem");
/// A second, distinct self-signed pair (same profile as the first) so
/// certificate-reload tests can swap between two valid identities.
pub const cert2_pem: [:0]const u8 = @embedFile("self_signed_cert2.pem");
pub const key2_pem: [:0]const u8 = @embedFile("self_signed_key2.pem");