[gnutls-devel] 3.3.0pre0 - [sparc] Bus error on chainverify test

Nikos Mavrogiannopoulos nmav at gnutls.org
Fri Apr 18 20:48:45 CEST 2014


On Fri, 2014-04-18 at 19:36 +0200, Andreas Metzler wrote:

>  launch_server $$  --priority "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2" --x509certfile $srcdir/cert.dsa.3072.pem --x509keyfile $srcdir/dsa.3072.pem >/dev/null 2>&1 & PID=$!
>  wait_server $PID
> -
> +# startup takes longer here ...
> +sleep 2
>  $CLI $DEBUG -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null || \
>    fail $PID "Failed connection to a server with DSA 3072 key and TLS 1.2!"
> -----------------
> to let the testsuite succeed on sparc. It seems that the server
> startup for DSA-3072 with TLS 1.2 takes longer than 2 seconds for this
> test on sparc.

It must be the new code to check the validity of key/cert pair which
does a sign/verify operation on key load. I've increased the wait time
for all scripts in case we are in some borderline.

regards,
Nikos





More information about the Gnutls-devel mailing list