]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - tls/dane.go
DANE check utility
[tofuproxy.git] / tls / dane.go
index 5d017ec0790aff169d21b5e09e52e9cc3e35abcb..ba6e7d059422718af4c74e934df409940c9afc43 100644 (file)
@@ -32,7 +32,7 @@ import (
 
 var DNSSrv string
 
-func dane(addr string, cert *x509.Certificate) (bool, bool) {
+func DANE(addr string, cert *x509.Certificate) (bool, bool) {
        if DNSSrv == "" {
                return false, false
        }