Skip to content

Commit c980143

Browse files
authored
chore(*): release 4.1.3 (#201)
1 parent 584072d commit c980143

19 files changed

+24
-18
lines changed

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `lua-resty-session` will be documented in this file.
44

5+
## [4.1.3] - 2025-07-29
6+
### Fixed
7+
- fix(utils): disable the SP800-132 compliance checks (on FIPS mode, but doesn't violate FIPS)
8+
9+
510
## [4.1.2] - 2025-06-11
611
### Fixed
712
- fix(sesssion): revert caching hmac instance (fix #194, #196)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,7 @@ The `PBKDF2` settings:
13081308
- password: `<key>`
13091309
- salt: `"encryption:<sid>"`
13101310
- iterations: `<1000|10000|100000|1000000>`
1311+
- 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)
13111312

13121313
Iteration counts are based on `remember_safety` setting (`"Low"`, `"Medium"`, `"High"`, `"Very High"`),
13131314
if `remember_safety` is set to `"None"`, we will use the HDKF as above.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h2>Modules</h2>
121121
</div> <!-- id="main" -->
122122
<div id="about">
123123
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
124-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
124+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
125125
</div> <!-- id="about" -->
126126
</div> <!-- id="container" -->
127127
</body>

docs/modules/resty.session.dshm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h3>Returns:</h3>
392392
</div> <!-- id="main" -->
393393
<div id="about">
394394
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
395-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
395+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
396396
</div> <!-- id="about" -->
397397
</div> <!-- id="container" -->
398398
</body>

docs/modules/resty.session.file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h3>Returns:</h3>
362362
</div> <!-- id="main" -->
363363
<div id="about">
364364
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
365-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
365+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
366366
</div> <!-- id="about" -->
367367
</div> <!-- id="container" -->
368368
</body>

docs/modules/resty.session.file.thread.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h3>Returns:</h3>
326326
</div> <!-- id="main" -->
327327
<div id="about">
328328
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
329-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
329+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
330330
</div> <!-- id="about" -->
331331
</div> <!-- id="container" -->
332332
</body>

docs/modules/resty.session.file.utils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h3>Returns:</h3>
345345
</div> <!-- id="main" -->
346346
<div id="about">
347347
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
348-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
348+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
349349
</div> <!-- id="about" -->
350350
</div> <!-- id="container" -->
351351
</body>

docs/modules/resty.session.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ <h3>Usage:</h3>
13431343
</div> <!-- id="main" -->
13441344
<div id="about">
13451345
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
1346-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
1346+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
13471347
</div> <!-- id="about" -->
13481348
</div> <!-- id="container" -->
13491349
</body>

docs/modules/resty.session.memcached.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ <h3>Returns:</h3>
395395
</div> <!-- id="main" -->
396396
<div id="about">
397397
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
398-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
398+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
399399
</div> <!-- id="about" -->
400400
</div> <!-- id="container" -->
401401
</body>

docs/modules/resty.session.mysql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ <h3>Usage:</h3>
475475
</div> <!-- id="main" -->
476476
<div id="about">
477477
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
478-
<i style="float:right;">Last updated 2025-06-10 17:17:38 </i>
478+
<i style="float:right;">Last updated 2025-07-29 12:02:00 </i>
479479
</div> <!-- id="about" -->
480480
</div> <!-- id="container" -->
481481
</body>

0 commit comments

Comments
 (0)