summaryrefslogtreecommitdiffstats
path: root/test/lua/unit/rsa.lua
Commit message (Collapse)AuthorAgeFilesLines
* Provide OpenSSL 3.0 support for lua_rsa (#5101)Ivan Stakhov2024-08-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Provide OSSL 3.0 support for lua_rsa (not working) * [Fix] Provide full OpenSSL 3.0 for lua_rsa * [Minor] Little clean up * [Minor] Clean up code from debug * [Test] Replace for fixed size fstring allocation * [Test] Add rsa padding and signature md for pctx * [Test] Little changes * [Fix] Little fix for rsa_sign_memory work correctly * [Minor] Little clean up * [Minor] Small fix * [Minor] Little clean up * [Test] Add signature verification test for rsa2048
* [Test] Add unit testingVsevolod Stakhov2023-04-071-0/+10
|
* [Minor] Fix another stupid tests regressionVsevolod Stakhov2020-11-181-1/+1
|
* [Minor] Pet luacheckVsevolod Stakhov2018-10-231-2/+2
|
* [Fix] Fix lua RSA verify and its testsVsevolod Stakhov2018-03-291-5/+13
|
* Adopt RSA test for telescope.Vsevolod Stakhov2015-02-281-34/+21
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-0/+45