func github.com/jackc/pgconn.configTLS

2 uses

	github.com/jackc/pgconn (current package)
		config.go#L300: 			tlsConfigs, err = configTLS(settings)
		config.go#L543: func configTLS(settings map[string]string) ([]*tls.Config, error) {