authorgravatar for rofrol@gmail.comRoman Frołow <rofrol@gmail.com> 2025-03-14 23:55:24+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-18 04:58:08+01:00
log74a79da4ecb2a734b479e0a19e004b30e4d5cfd4
tree034bc44a8ef1dfbb9c0c53238ecf848edbd0d54f
parent18b821666e13bf6d0279f328d2575e1b10bf157f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

typo: was issues -> was issued


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/crypto/tls/Client.zig+1-1
...@@ -112,7 +112,7 @@ pub const Options = struct {...@@ -112,7 +112,7 @@ pub const Options = struct {
112 /// No host verification is performed, which prevents a trusted connection from112 /// No host verification is performed, which prevents a trusted connection from
113 /// being established.113 /// being established.
114 no_verification,114 no_verification,
115 /// Verify that the server certificate was issues for a given host.115 /// Verify that the server certificate was issued for a given host.
116 explicit: []const u8,116 explicit: []const u8,
117 },117 },
118 /// How to verify the authenticity of server certificates.118 /// How to verify the authenticity of server certificates.