x509-validation 1.6.1 → 1.6.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/X509/Validation.hs +1/−1
- x509-validation.cabal +1/−1
Data/X509/Validation.hs view
@@ -357,7 +357,7 @@ -- -- Also '*' is not accepted as a valid wildcard wildcardMatch l- | null l = [InvalidWildcard] -- * is always invalid+ | null l = [InvalidWildcard] -- '*' is always invalid | l == take (length l) (reverse $ splitDot fqhn) = [] -- success: we got a match | otherwise = [NameMismatch fqhn]
x509-validation.cabal view
@@ -1,5 +1,5 @@ Name: x509-validation-Version: 1.6.1+Version: 1.6.2 Description: X.509 Certificate and CRL validation License: BSD3 License-file: LICENSE