We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neon 0.32.2 + GnuTLS 3.7.3 + PaKChoiS 0.4 fails test ssl:pkcs11: (Gentoo GNU/Linux, x86_64)
ssl:pkcs11
uri-tests............. 15/15 passed util-tests............ 9/ 9 passed string-tests.......... 31/32 SKIPPED - strhash_sha_512_256 (SHA-2-512/256 not supported) string-tests.......... 31/32 passed (1 skipped) socket................ 8/47 WARNING: reverse lookup for 127.0.0.1 got '...' socket................ 47/47 passed (1 warning) session............... 8/ 8 passed request............... 92/92 passed auth.................. 9/21 SKIPPED - digest_sha512_256 (SHA-512/256 not supported) auth.................. 20/21 passed (1 skipped) basic................. 11/11 passed stubs................. 1/ 1 passed redirect.............. 6/ 6 passed socket-ssl............ 9/48 WARNING: reverse lookup for 127.0.0.1 got '...' socket-ssl............ 48/48 passed (1 warning) ssl................... 13/63 WARNING: no friendly name given ssl................... 62/63 server child failed (pkcs11): SSL accept failed: SSL error: Certificate is required. ssl................... 62/63 FAIL - pkcs11 (line 277: HTTP error: Could not read status line: connection was closed by server) ssl................... 63/63 server child failed (pkcs11_dsa): SSL accept failed: SSL error: Certificate is required. ssl................... 63/63 XFAIL - pkcs11_dsa (line 277: HTTP error: Could not read status line: connection was closed by server) ssl................... 62/63 passed, 1 failed (1 warning) compress.............. 22/22 passed xml................... 5/ 5 passed xmlreq................ 3/ 3 passed oldacl................ 4/ 4 passed acl3744............... 4/ 4 passed props................. 7/ 7 passed lock.................. 16/16 passed make[1]: *** [Makefile:74: check] Error 1
When using GnuTLS 3.7.3 and support for PKCS#11 is disabled, then test ssl:pkcs11 and another test are skipped:
PKCS#11
uri-tests............. 15/15 passed util-tests............ 9/ 9 passed string-tests.......... 31/32 SKIPPED - strhash_sha_512_256 (SHA-2-512/256 not supported) string-tests.......... 31/32 passed (1 skipped) socket................ 8/47 WARNING: reverse lookup for 127.0.0.1 got '...' socket................ 47/47 passed (1 warning) session............... 8/ 8 passed request............... 92/92 passed auth.................. 9/21 SKIPPED - digest_sha512_256 (SHA-512/256 not supported) auth.................. 20/21 passed (1 skipped) basic................. 11/11 passed stubs................. 1/ 1 passed redirect.............. 6/ 6 passed socket-ssl............ 9/48 WARNING: reverse lookup for 127.0.0.1 got '...' socket-ssl............ 48/48 passed (1 warning) ssl................... 13/63 WARNING: no friendly name given ssl................... 62/63 SKIPPED - pkcs11 (pakchois library required for PKCS#11 support) ssl................... 63/63 SKIPPED - pkcs11_dsa (pakchois library required for PKCS#11 support) ssl................... 61/63 passed (2 skipped) (1 warning) compress.............. 22/22 passed xml................... 5/ 5 passed xmlreq................ 3/ 3 passed oldacl................ 4/ 4 passed acl3744............... 4/ 4 passed props................. 7/ 7 passed lock.................. 16/16 passed
When using OpenSSL 1.1.1m + PaKChoiS 0.4, then test ssl:pkcs11 passes:
uri-tests............. 15/15 passed util-tests............ 9/ 9 passed string-tests.......... 32/32 passed socket................ 8/47 WARNING: reverse lookup for 127.0.0.1 got '...' socket................ 47/47 passed (1 warning) session............... 8/ 8 passed request............... 92/92 passed auth.................. 21/21 passed basic................. 11/11 passed stubs................. 1/ 1 passed redirect.............. 6/ 6 passed socket-ssl............ 9/48 WARNING: reverse lookup for 127.0.0.1 got '...' socket-ssl............ 22/48 SKIPPED - ssl_session_id (zero-length session ID, cannot test further) socket-ssl............ 47/48 passed (1 skipped) (1 warning) ssl................... 63/63 server child failed (pkcs11_dsa): SSL accept failed: SSL error: peer did not return a certificate ssl................... 63/63 XFAIL - pkcs11_dsa (line 277: HTTP error: Could not read status line (TLS client certificate was requested): SSL error: tlsv13 alert certificate required) ssl................... 63/63 passed compress.............. 22/22 passed xml................... 5/ 5 passed xmlreq................ 3/ 3 passed oldacl................ 4/ 4 passed acl3744............... 4/ 4 passed props................. 7/ 7 passed lock.................. 16/16 passed
The text was updated successfully, but these errors were encountered:
I'm aware of this but haven't worked out how to fix it. I recommend using OpenSSL if you need the PKCS#11 API.
Sorry, something went wrong.
No branches or pull requests
Neon 0.32.2 + GnuTLS 3.7.3 + PaKChoiS 0.4 fails test
ssl:pkcs11
:(Gentoo GNU/Linux, x86_64)
When using GnuTLS 3.7.3 and support for
PKCS#11
is disabled, then testssl:pkcs11
and another test are skipped:When using OpenSSL 1.1.1m + PaKChoiS 0.4, then test
ssl:pkcs11
passes:The text was updated successfully, but these errors were encountered: