On 5 Mar 2024, at 19:55, Timothy Redaelli wrote:

> In OpenSSL 3.2.0 (81b741f) all the "alert" error messages was updated to

was -> were

> replace "sslv3" with "ssl/tls".
>
> This commit updates the "SSL db: implementation" test to support both the
> pre-openssl 3.2.0 error message: "sslv3 alert certificate unknown" and the
> post-openssl 3.2.0 error message: "ssl/tls alert certificate unknown".
>
> Signed-off-by: Timothy Redaelli <tredae...@redhat.com>
> ---

Other than the small grammer correction this patch look good to me. So assuming 
the change is applied on commit;

Acked-by: Eelco Chaudron <echau...@redhat.com>

>  tests/ovsdb-server.at | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at
> index b8ccc4c8e..35447a52e 100644
> --- a/tests/ovsdb-server.at
> +++ b/tests/ovsdb-server.at
> @@ -936,8 +936,10 @@ AT_CHECK_UNQUOTED(
>    [ignore])
>  # The error message for being unable to negotiate a shared ciphersuite
>  # is 'sslv3 alert handshake failure'. This is not the clearest message.
> +# In openssl 3.2.0 all the error messages was updated to replace "sslv3" with

was -> were

> +# "ssl/tls".
>  AT_CHECK_UNQUOTED(
> -  [grep "sslv3 alert handshake failure" output], [0],
> +  [grep -E "(sslv3|ssl/tls) alert handshake failure" output], [0],
>    [stdout],
>    [ignore])
>  OVSDB_SERVER_SHUTDOWN(["
> -- 
> 2.43.2
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to