]> source.dussan.org Git - rspamd.git/commit
Provide OpenSSL 3.0 support for lua_rsa (#5101)
authorIvan Stakhov <50211739+LeftTry@users.noreply.github.com>
Sat, 17 Aug 2024 17:47:01 +0000 (23:47 +0600)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 17:47:01 +0000 (18:47 +0100)
commit1e661a2fc6e31aa0c5be710dde274ec199ff3853
tree16ce70912222eec16281cce05d7670401fe931f6
parent65f250ee4ea3bced33af0f7b4f56f404906e631b
Provide OpenSSL 3.0 support for lua_rsa (#5101)

* [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
src/lua/lua_rsa.c
test/lua/unit/rsa.lua