diff --git a/.haskell-ci b/.haskell-ci index 0365eb3..e93ae28 100644 --- a/.haskell-ci +++ b/.haskell-ci @@ -8,8 +8,8 @@ compiler: ghc-8.10 lts-18.28 compiler: ghc-9.0 lts-19.33 compiler: ghc-9.2 lts-20.26 compiler: ghc-9.4 lts-21.25 -compiler: ghc-9.6 lts-22.7 -compiler: ghc-9.8 nightly-2024-03-11 +compiler: ghc-9.6 lts-22.20 +compiler: ghc-9.8 nightly-2024-05-04 # options option: x509min extradep=basement-0.0.7 extradep=foundation-0.0.20 extradep=memory-0.14.18 extradep=cryptonite-0.26 extradep=x509-1.7.5 diff --git a/ChangeLog.md b/ChangeLog.md index e94569a..1eeed10 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for cryptostore +## 0.3.1.0 - 2024-05-05 + +* Strict validation of GCM/CCM authentication tag length + ## 0.3.0.1 - 2023-06-25 * Add optional flag to use crypton instead of cryptonite diff --git a/cryptostore.cabal b/cryptostore.cabal index a879c5e..a0f0c9c 100644 --- a/cryptostore.cabal +++ b/cryptostore.cabal @@ -1,5 +1,5 @@ name: cryptostore -version: 0.3.0.1 +version: 0.3.1.0 synopsis: Serialization of cryptographic data types description: Haskell implementation of PKCS \#8, PKCS \#12 and CMS (Cryptographic Message Syntax). diff --git a/stack.yaml b/stack.yaml index 4910889..2fa2420 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,3 @@ -# ~*~ auto-generated by haskell-ci with config : d81b060362548706ab6befc1b8b8ac8dda7f1cc7fe3e8aad6de5df9d3d279717 ~*~ +# ~*~ auto-generated by haskell-ci with config : 0841188bd0368b58b1df06fb12a4bf369f992548c6d1b5240cb0f48db540c1e5 ~*~ { resolver: lts-18.28, packages: [ '.' ], extra-deps: [], flags: {} }