connectivity check update

This commit is contained in:
Jozef Šimko 2023-11-02 15:37:02 +00:00
parent 1dddc55ff6
commit 42e86f3898

View File

@ -312,24 +312,24 @@ make
## ##
| | Linux rust client| Win rust client | Linux C++ client| Win C++ client | OpenSSL client (Docker) | Win OpenSSL client | Linux OpenSSL client | | | Linux rust client| Win rust client | Linux C++ client| Win C++ client | Win OpenSSL client | Linux OpenSSL client | OpenSSL client (Docker) |
|-------------------|--------------------|------------------|-------------------|-------------------|---------------------------| |-------------------|--------------------|------------------|-------------------|-------------------|---------------------------|----------------------|-----------------|
| Linux Rust server | Y | Y | Y | N | | |Linux Rust server | Y | Y | Y | N |Y(2) | Y(2) |
|Win Rust server | Y* | Y | Y* | N | | |Win Rust server | Y(1) | Y | Y(1) | N | Y(2) | Y(2) |
|OpenSSL server (Docker)| | | | | | |OpenSSL server | Y(3) | Y(3) | | | Y | Y |
|OpenSSL server | | | | | | |OpenSSL server (Docker)| | | | |
|OpenSSL server (OQS-provider)| | | | | | |OpenSSL server (OQS-provider)| | | | |
``` ```
Y* Y(1)
Hostname NOT found in certificate Hostname NOT found in certificate
Handshake Failed Handshake Failed
Alert sent to Server - Bad Certificate Alert sent to Server - Bad Certificate
``` ```
``` ```
linux rust server - typical (not PQ) Y(2)
open ssl (linux + win) Typical setting (not PQ)
Signature Algorithm is RSA_PSS_RSAE_SHA256 Signature Algorithm is RSA_PSS_RSAE_SHA256
FULL handshake succeeded FULL handshake succeeded
Sending Resumption Ticket Sending Resumption Ticket
@ -339,8 +339,9 @@ ssl3_read_n:unexpected eof while reading:ssl/record/rec_layer_s3.c:303:
``` ```
``` ```
openssl 3.0.10 linux Y(3)
rust client win + linux - typical (not PQ) Openssl 3.0.10
Typical setting (not PQ)
Handshake Failed Handshake Failed
Missing Extension Missing Extension
Resumption Ticket not found or invalid Resumption Ticket not found or invalid