[gnutls-devel] GnuTLS | Add CI tarball build (!809)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Nov 21 20:34:56 CET 2018


Nikos Mavrogiannopoulos started a new discussion on tests/cert-tests/pem-decoding:

>  	exit ${rc}
>  fi
>  
> -cat "${srcdir}/data/complex-cert.pem" |grep -v "Not After:" >${TMPFILE1}
> -cat ${TMPFILE} |grep -v "Not After:" >${TMPFILE2}
> -${DIFF} -I 'Algorithm Security Level' ${TMPFILE1} ${TMPFILE2} || ${DIFF} -I 'Algorithm Security Level' --strip-trailing-cr ${TMPFILE1} ${TMPFILE2}
> +grep -v "Not After:" "${srcdir}/data/complex-cert.pem" >${TMPFILE1}
> +grep -v "Not After:" ${TMPFILE} >${TMPFILE2}

The `Algorithm Security Level` seems to be missed here and in some of the following.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/809#note_119175825
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181121/36cbdf62/attachment.html>


More information about the Gnutls-devel mailing list