From 119ede8863afd16d91d9ef55d840dae0ebfc8c70 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Tue, 29 Jul 2025 12:03:06 +0000 Subject: [PATCH] chore(*): release 4.1.3 --- Changes.md | 5 +++++ README.md | 1 + docs/index.html | 2 +- docs/modules/resty.session.dshm.html | 2 +- docs/modules/resty.session.file.html | 2 +- docs/modules/resty.session.file.thread.html | 2 +- docs/modules/resty.session.file.utils.html | 2 +- docs/modules/resty.session.html | 2 +- docs/modules/resty.session.memcached.html | 2 +- docs/modules/resty.session.mysql.html | 2 +- docs/modules/resty.session.postgres.html | 2 +- docs/modules/resty.session.redis.cluster.html | 2 +- docs/modules/resty.session.redis.common.html | 2 +- docs/modules/resty.session.redis.html | 2 +- docs/modules/resty.session.redis.sentinel.html | 2 +- docs/modules/resty.session.shm.html | 2 +- docs/modules/resty.session.utils.html | 2 +- lib/resty/session.lua | 2 +- ...on-4.1.2-1.rockspec => lua-resty-session-4.1.3-1.rockspec | 4 ++-- 19 files changed, 24 insertions(+), 18 deletions(-) rename lua-resty-session-4.1.2-1.rockspec => lua-resty-session-4.1.3-1.rockspec (97%) diff --git a/Changes.md b/Changes.md index 7d97a813..bae78dd4 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,11 @@ All notable changes to `lua-resty-session` will be documented in this file. +## [4.1.3] - 2025-07-29 +### Fixed +- fix(utils): disable the SP800-132 compliance checks (on FIPS mode, but doesn't violate FIPS) + + ## [4.1.2] - 2025-06-11 ### Fixed - fix(sesssion): revert caching hmac instance (fix #194, #196) diff --git a/README.md b/README.md index 257660ea..ae131fb0 100644 --- a/README.md +++ b/README.md @@ -1308,6 +1308,7 @@ The `PBKDF2` settings: - password: `` - salt: `"encryption:"` - iterations: `<1000|10000|100000|1000000>` +- pkcs5: `1` (FIPS compliant in our use case, but is needed to disable `SP800-132` based verifications, such as iteration count, see: https://docs.openssl.org/master/man7/provider-kdf/#kdf-parameters) Iteration counts are based on `remember_safety` setting (`"Low"`, `"Medium"`, `"High"`, `"Very High"`), if `remember_safety` is set to `"None"`, we will use the HDKF as above. diff --git a/docs/index.html b/docs/index.html index 1fc229e3..242ace42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,7 +121,7 @@

Modules

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.dshm.html b/docs/modules/resty.session.dshm.html index 7b19ae39..1dd553b6 100644 --- a/docs/modules/resty.session.dshm.html +++ b/docs/modules/resty.session.dshm.html @@ -392,7 +392,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.file.html b/docs/modules/resty.session.file.html index 0de781af..514bdc3a 100644 --- a/docs/modules/resty.session.file.html +++ b/docs/modules/resty.session.file.html @@ -362,7 +362,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.file.thread.html b/docs/modules/resty.session.file.thread.html index 56b75f8f..0bb501b3 100644 --- a/docs/modules/resty.session.file.thread.html +++ b/docs/modules/resty.session.file.thread.html @@ -326,7 +326,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.file.utils.html b/docs/modules/resty.session.file.utils.html index 37861c92..d9838d39 100644 --- a/docs/modules/resty.session.file.utils.html +++ b/docs/modules/resty.session.file.utils.html @@ -345,7 +345,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.html b/docs/modules/resty.session.html index 09845f94..288dca86 100644 --- a/docs/modules/resty.session.html +++ b/docs/modules/resty.session.html @@ -1343,7 +1343,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.memcached.html b/docs/modules/resty.session.memcached.html index 65ff22b1..b1c7f6c4 100644 --- a/docs/modules/resty.session.memcached.html +++ b/docs/modules/resty.session.memcached.html @@ -395,7 +395,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.mysql.html b/docs/modules/resty.session.mysql.html index 20524086..f5cbb4ad 100644 --- a/docs/modules/resty.session.mysql.html +++ b/docs/modules/resty.session.mysql.html @@ -475,7 +475,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.postgres.html b/docs/modules/resty.session.postgres.html index fab30765..151973ea 100644 --- a/docs/modules/resty.session.postgres.html +++ b/docs/modules/resty.session.postgres.html @@ -471,7 +471,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.redis.cluster.html b/docs/modules/resty.session.redis.cluster.html index 7c6ecb40..d6c9322e 100644 --- a/docs/modules/resty.session.redis.cluster.html +++ b/docs/modules/resty.session.redis.cluster.html @@ -458,7 +458,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.redis.common.html b/docs/modules/resty.session.redis.common.html index e108f298..d2b3f76e 100644 --- a/docs/modules/resty.session.redis.common.html +++ b/docs/modules/resty.session.redis.common.html @@ -316,7 +316,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.redis.html b/docs/modules/resty.session.redis.html index 1b5b8410..7cd50e39 100644 --- a/docs/modules/resty.session.redis.html +++ b/docs/modules/resty.session.redis.html @@ -404,7 +404,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.redis.sentinel.html b/docs/modules/resty.session.redis.sentinel.html index 13576479..970089d0 100644 --- a/docs/modules/resty.session.redis.sentinel.html +++ b/docs/modules/resty.session.redis.sentinel.html @@ -455,7 +455,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.shm.html b/docs/modules/resty.session.shm.html index 831088e6..2e81c29e 100644 --- a/docs/modules/resty.session.shm.html +++ b/docs/modules/resty.session.shm.html @@ -359,7 +359,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/docs/modules/resty.session.utils.html b/docs/modules/resty.session.utils.html index ee136d51..43049108 100644 --- a/docs/modules/resty.session.utils.html +++ b/docs/modules/resty.session.utils.html @@ -1426,7 +1426,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2025-06-10 17:17:38 +Last updated 2025-07-29 12:02:00
diff --git a/lib/resty/session.lua b/lib/resty/session.lua index c5b7d37c..bfd7506b 100644 --- a/lib/resty/session.lua +++ b/lib/resty/session.lua @@ -2294,7 +2294,7 @@ end local session = { - _VERSION = "4.1.2", + _VERSION = "4.1.3", metatable = metatable, } diff --git a/lua-resty-session-4.1.2-1.rockspec b/lua-resty-session-4.1.3-1.rockspec similarity index 97% rename from lua-resty-session-4.1.2-1.rockspec rename to lua-resty-session-4.1.3-1.rockspec index 0d7c5ae3..99b92b85 100644 --- a/lua-resty-session-4.1.2-1.rockspec +++ b/lua-resty-session-4.1.3-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-session" -version = "4.1.2-1" +version = "4.1.3-1" source = { url = "git+https://github.com/bungle/lua-resty-session.git", - tag = "v4.1.2", + tag = "v4.1.3", } description = { summary = "Session Library for OpenResty - Flexible and Secure",