platform layer: address types, stdlib tls client wrapper, mbedtls tls server
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
//! Test fixtures embedded as a separate module so `@embedFile` paths stay
|
||||
//! inside this directory (a module root may not embed files above itself).
|
||||
//! See tests/fixtures/README.md — the private key is not a secret.
|
||||
|
||||
pub const cert_pem: [:0]const u8 = @embedFile("self_signed_cert.pem");
|
||||
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");
|
||||
Reference in New Issue
Block a user