x509-validation 1.4.0 → 1.4.1
raw patch · 2 files changed
+4/−3 lines, 2 filesdep +crypto-pubkey-typesdep ~crypto-pubkey
Dependencies added: crypto-pubkey-types
Dependency ranges changed: crypto-pubkey
Files
Data/X509/Validation/Signature.hs view
@@ -75,4 +75,4 @@ verifyF _ = Nothing -- TODO : need to work out how to get R/S from the bytestring- dsaToSignature _ = (0,0)+ dsaToSignature _ = DSA.Signature 0 0
x509-validation.cabal view
@@ -1,5 +1,5 @@ Name: x509-validation-Version: 1.4.0+Version: 1.4.1 Description: X.509 Certificate and CRL validation License: BSD3 License-file: LICENSE@@ -21,7 +21,8 @@ , asn1-types , x509 , x509-store- , crypto-pubkey+ , crypto-pubkey >= 0.1.4+ , crypto-pubkey-types >= 0.4.0 , cryptohash , containers , directory