issues Search Results · repo:wahern/luaossl language:C
Filter by
126 results
(58 ms)126 results
inwahern/luaossl (press backspace or delete to remove)According to the main page:
Basic bindings to OpenSSL s SSL* session and SSL_CTX* prototype objects are available, but they cannot yet be used standalone to do SSL I/O.
Is there any work being done ...
ghost
- 2
- Opened on May 30, 2024
- #216
luaossl compilation fails on a Rocky Linux 8.7 x86_64
Linux testbed.local 4.18.0-425.10.1.el8_7.x86_64 #1 SMP Thu Jan 12 16:32:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
- openssl.x86_64 1:1.1.1k-7.el8_6 ...
4mig4
- 1
- Opened on Dec 13, 2023
- #215
Need to call EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); with the ec pkey and then EVP_PKEY_derive_init from that ctx
then call EVP_PKEY_derive_set_peer and finally EVP_PKEY_derive
Right now there is ...
singpolyma
- Opened on Sep 18, 2023
- #213
Is there any way to set a random x509 serial number when creating a x509 self signed certificate? The openssl command
line tool calls BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY)). ...
dcrawford1
- 3
- Opened on Mar 16, 2023
- #212
Compilation of luaossl fails on :
- Linux test.local 4.18.0-425.10.1.el8_7.x86_64 #1 SMP Thu Jan 12 16:32:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
- Rocky Linux release 8.7 (Green Obsidian)
...
duplicate
4mig4
- 3
- Opened on Feb 7, 2023
- #211
OS: OpenBSD 7.2 -release flavor Hardware: Raspberry pi 4 luarocks: luarocks-5.3 3.9.1 openssl: LibreSSL 3.6.0
$ doas luarocks-5.3 install luaossl
Installing https://luarocks.org/luaossl-20220711-0.src.rock ...
amalgame21
- Opened on Dec 20, 2022
- #209
Starting with Clang-16, there is a warning, which will be in future a fatal and cause compilation to fail.
-Werror=deprecated-non-prototype issues are forbidden in C23 (C2x) so at the latest, this will ...
bug
maintenance
packaging/portability
ConiKost
- Opened on Nov 13, 2022
- #206
Luaossl does not see this option. If you try to use it, the module will return nil.
Bug is in src/openssl.c file in this line: #ifdef SSL_OP_NO_RENEGOTIATION5
It looks like a typo. When I changed SSL_OP_NO_RENEGOTIATION5 ...
bigben93
- 1
- Opened on Oct 28, 2022
- #205
Compile with -DOPENSSL_API_COMPAT=0x10100000L to see the failures. Mostly missing headers. Example:
src/openssl.c: In function ossl_version :
src/openssl.c:3081:38: warning: implicit declaration of function ...
neheb
- Opened on Jul 17, 2022
- #203

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.