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

Openssl binding for Lua

Results 20 lua-openssl issues
Sort by recently updated
recently updated
newest added

Hello, - `uname -a` or OS info: `Linux 1edcdde59df8 5.10.25-linuxkit #1 SMP Tue Mar 23 09:27:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` (Ubuntu 18.04) - `openssl version` or OPENSSL_VERSION_TEXT in...

question
feature

Linux wrt0 4.14.180 #0 Sat May 16 18:32:20 2020 mips GNU/Linux Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio (double int32) OpenSSL 1.1.1g 21 Apr 2020 **Problem details** If openssl.x509 is...

feature

Extension values that are to be returned and haven't been copied by X509_add_ext should not be freed. On the other hand, old extension values which are overwritten and deleted should...

os: ubuntu 18.04 openssl: 1.1.1 ``` openssl ciphers -s -tls1_3 TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 ``` **Problem details** ``` openssl.ssl.ctx_new('TLS', 'TLS_AES_128_GCM_SHA256') bad argument #2 to '?' (Error to set cipher list) ``` If you...

check
GTD

How does it work for RSASSA-PSS-SIGN or RSASSA-PSS-VERIFY ? Can you give me some examples? http://tools.ietf.org/html/rfc3447#section-8.1.1 http://tools.ietf.org/html/rfc3447#section-8.1.2

check
GTD

- `uname -a` or OS info: Linux Galactica 5.11.11-gentoo #1 SMP Sun Apr 4 23:29:23 CEST 2021 x86_64 Intel(R) Atom(TM) CPU C2758 @ 2.40GHz GenuineIntel GNU/Linux - `openssl version` or...

check

* ~https://github.com/zhaozg/lua-openssl/search?q=memleaks&type=code~ * ~https://github.com/zhaozg/lua-openssl/blob/master/test/5.x509_req.lua#L173 related with https://www.openssl.org/docs/man1.1.1/man3/i2d_re_X509_REQ_tbs.html~ * https://github.com/zhaozg/lua-openssl/search?q=TODO&type=code * https://github.com/zhaozg/lua-openssl/search?q=FIXME&type=code

project

1. update version in src/openssl.h 2. make release tag and push 3. LDoc to generate new doc and publish 4. check luarocks with a new release

project

Hi, I'm just wondering if there is an easy way to read subject and extensions from a certificate. What I did to retrieve these is to: * for subject, x509:subject():get_text(identid)...

利用 lua-openssl 的 pkcs7 尝试解析一个 SCEP 协议中 signedData 的 CMS(PKCS#7) 包时,signer info 中没有相关的 attrs,对比 openssl 中 apps/pkcs7 的源代码后,发现缺少对 attrs 的解析,由于本身对 openssl 不太熟,不知道能否添加该功能。或者之后的某个空闲时间我自行 PR 来关闭该 issue。