| ... | @@ -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 from | 112 | /// 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. |