lua-resty-openssl icon indicating copy to clipboard operation
lua-resty-openssl copied to clipboard

FFI-based OpenSSL binding for OpenResty

Results 6 lua-resty-openssl issues
Sort by recently updated
recently updated
newest added

Hi how could this error be resolved? journalctl -xe [log] ``` nginx: [error] init_by_lua error: /usr/local/share/lua/5.1/resty/openssl/version.lua:60: OpenSSL has encountered an error: /usr/local/share/lua/5.1/resty/openssl/version.lua:45: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: SSLeay; is OpenSSL library loaded?...

https://www.openssl.org/docs/manmaster/man7/migration_guide.html - [x] Library context (for non-global provider) - [ ] EVP_PKEY_get_x_params to replace TYPE_get0_PRARM, EVP_PKEY_fromdata to replace TYPE_set0_x (pkey:get_parameters/pkey:set_parameters) - [ ] RSA_get0_x, RSA_set0_x - [ ] DH_get0_x -...

It has ``` $(INSTALL) lib/resty/openssl*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/ $(INSTALL) lib/resty/openssl/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/openssl/ ``` but this misses "auxiliary", "include" and "x509" subdirs in resty/openssl/ dir I guess the same problem was in #2

bug

I receive the following error when constructing a public key from an exponent and modulus: > ignoring stale global SSL error (SSL: error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding error:04067072:rsa routines:rsa_ossl_public_decrypt:padding check failed) This...

https://github.com/fffonion/lua-resty-openssl/blob/c155a3a9afd4ca833f62851c1335eae2f2604943/lib/resty/openssl/auxiliary/jwk.lua#L248 This parameter should be removed / not be set if `is_priv` is false.