Skip to content

issues Search Results · repo:fffonion/lua-resty-openssl language:Lua

Filter by

48 results
 (67 ms)

48 results

infffonion/lua-resty-openssl (press backspace or delete to remove)

local pkey = require resty.openssl.pkey local digest = require resty.openssl.digest -- 自定义 SM2 私钥(PEM 格式) local priv_key_pem = [[ -----BEGIN PRIVATE KEY----- MIGHAgEAMBMGByqGSM49AgEGCCqBHM9VAYItBG0wawIBAQQglZcHzcDmdgHMDike ...
  • imrzyang
  • 2
  • Opened 
    on Feb 16
  • #201

There might be a problem with pkey:verify function. I am running on WSL Alpine. /app # apk info lua-resty-openssl lua-resty-openssl-1.5.1-r0 description: FFI-based OpenSSL binding for OpenResty I use ...
  • MarkusSateri
  • 3
  • Opened 
    on Jan 21
  • #198

Hey! Thanks for the great lib. I am not 100% sure if there is an issue I am facing or this is intended behaviour. I wasn t able to find a better place to ask / report this. I am developing a custom kong ...
  • LeszekBlazewski
  • 2
  • Opened 
    on Jan 21
  • #197

I posted a question on StackOverflow, https://stackoverflow.com/questions/79360326/ecdh-exchange-in-go-nodejs-and-lua. Anyone please help.
  • ari-salt
  • Opened 
    on Jan 16
  • #196

When I run the program, I encounter an assertion failed error, while PBKDF2 works correctly and returns a value of 69. However, HKDF, TLS1-PRF, and id-scrypt all have issues. My OpenSSL version is 3.0. ...
  • wangqimeng0910
  • 4
  • Opened 
    on Dec 24, 2024
  • #190

If I do: local pkey = require resty.openssl.pkey local key, err = pkey.new({ type = Ed25519 , params = { public = ngx.decode_base64( JhDWbww+dYIZs3RkR9t829Ltbx6glz8KeviWTCPSYng= ), ...
  • wfjsw
  • 3
  • Opened 
    on Nov 16, 2024
  • #187

EVP_PKEY_OP_TYPE_CRYPT is not used in openssl3.x but I dont know how to fix it error info is lua entry thread aborted: runtime error: ...openresty/site/lualib/resty/openssl/include/evp/pkey.lua:218: ...
  • wintergl
  • 2
  • Opened 
    on Oct 9, 2024
  • #186

pre local cipher = require( resty.openssl.cipher ) local key = 12345678901234567890123456789012 -- 32 bytes local iv = 1234567890123456 -- 16 bytes local function init_encryption() local aes = cipher.new( ...
  • anbu1506
  • 5
  • Opened 
    on Sep 26, 2024
  • #185

There is some an unexpected behavior of this code: local hmac = assert(require( resty.openssl.hmac )) hmac.new( Secret , sha256 ) hmac:update( Key ) assert(hmac:final()) The logs show: 2024/09/16 16:22:13 ...
  • altrifon-te
  • 1
  • Opened 
    on Sep 16, 2024
  • #184
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub