Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not support NSS #3

Closed
shareinto opened this issue Mar 17, 2022 · 1 comment
Closed

does not support NSS #3

shareinto opened this issue Mar 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shareinto
Copy link

shareinto commented Mar 17, 2022

curl --version curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0
ldd /usr/bin/curl | grep ssl libssl3.so => /usr/lib64/libssl3.so (0x00007f255286b000) libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f254f9e4000)

libssl3.so is NSS , it does not contain SSL_read/SSL_write function

@cfc4n cfc4n added good first issue Good for newcomers enhancement New feature or request and removed good first issue Good for newcomers labels Mar 17, 2022
@cfc4n cfc4n self-assigned this Mar 19, 2022
@cfc4n
Copy link
Member

cfc4n commented Mar 28, 2022

supported at v0.1.5 as nspr flag.

@cfc4n cfc4n closed this as completed Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants