Re: [Spice-devel] [PATCH spice-common] test-ssl-verify: Improve subject_to_x509_name coverage

2019-03-13 Thread Christophe Fergeau

Acked-by: Christophe Fergeau 

On Wed, Mar 13, 2019 at 12:20:22PM +, Frediano Ziglio wrote:
> Check that attempting to quote an invalid character result in
> a error.
> 
> Signed-off-by: Frediano Ziglio 
> ---
>  tests/test-ssl-verify.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/test-ssl-verify.c b/tests/test-ssl-verify.c
> index e307e3f..f5c5881 100644
> --- a/tests/test-ssl-verify.c
> +++ b/tests/test-ssl-verify.c
> @@ -126,6 +126,7 @@ int main(int argc, char *argv[])
>  TEST_SUCCESS(quote2, "=a", "\\:a");
>  TEST_SUCCESS(quote3, "a=\\,b,c=d", "a:,b:c:d");
>  TEST_ERROR(quote4, ",", "");
> +TEST_ERROR(quote5, "a\\w=x", "");
>  
>  TEST_ERROR(no_value1, "a", "");
>  TEST_ERROR(no_value2, "a,b=c", "");
> -- 
> 2.20.1
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH spice-common] test-ssl-verify: Improve subject_to_x509_name coverage

2019-03-13 Thread Frediano Ziglio
Check that attempting to quote an invalid character result in
a error.

Signed-off-by: Frediano Ziglio 
---
 tests/test-ssl-verify.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-ssl-verify.c b/tests/test-ssl-verify.c
index e307e3f..f5c5881 100644
--- a/tests/test-ssl-verify.c
+++ b/tests/test-ssl-verify.c
@@ -126,6 +126,7 @@ int main(int argc, char *argv[])
 TEST_SUCCESS(quote2, "=a", "\\:a");
 TEST_SUCCESS(quote3, "a=\\,b,c=d", "a:,b:c:d");
 TEST_ERROR(quote4, ",", "");
+TEST_ERROR(quote5, "a\\w=x", "");
 
 TEST_ERROR(no_value1, "a", "");
 TEST_ERROR(no_value2, "a,b=c", "");
-- 
2.20.1

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel