]> Sergey Matveev's repositories - godlighty.git/blobdiff - tls_nogost.go
GOST certificates
[godlighty.git] / tls_nogost.go
diff --git a/tls_nogost.go b/tls_nogost.go
new file mode 100644 (file)
index 0000000..d753ba0
--- /dev/null
@@ -0,0 +1,9 @@
+//go:build nogostls13
+
+package godlighty
+
+import "crypto/tls"
+
+func CHIHasGOST(chi *tls.ClientHelloInfo) bool {
+       return false
+}