diff --git a/README.md b/README.md index 9ab58b8..ac5b713 100644 --- a/README.md +++ b/README.md @@ -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 server | Y | Y | Y | N | | -|Win Rust server | Y* | Y | Y* | N | | -|OpenSSL server (Docker)| | | | | | -|OpenSSL server | | | | | | -|OpenSSL server (OQS-provider)| | | | | | +| | 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 |Y(2) | Y(2) | +|Win Rust server | Y(1) | Y | Y(1) | N | Y(2) | Y(2) | +|OpenSSL server | Y(3) | Y(3) | | | Y | Y | +|OpenSSL server (Docker)| | | | | +|OpenSSL server (OQS-provider)| | | | | ``` -Y* +Y(1) Hostname NOT found in certificate Handshake Failed Alert sent to Server - Bad Certificate ``` ``` -linux rust server - typical (not PQ) -open ssl (linux + win) +Y(2) +Typical setting (not PQ) Signature Algorithm is RSA_PSS_RSAE_SHA256 FULL handshake succeeded 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 -rust client win + linux - typical (not PQ) +Y(3) +Openssl 3.0.10 +Typical setting (not PQ) Handshake Failed Missing Extension Resumption Ticket not found or invalid