tests/tls-certificate: Add PEM files containing CRLF

Add test case to ensure correct parsing of PEM files containing CRLF
(\r\n) line endings.
This commit is contained in:
Fredrik Ternerot
2018-12-18 11:21:19 +01:00
parent c7ee522172
commit 73ca761a8d
4 changed files with 76 additions and 0 deletions

View File

@@ -228,11 +228,13 @@ cert_tests = \
cert1.pem \
cert2.pem \
cert3.pem \
cert-crlf.pem \
cert-key.pem \
cert-list.pem \
key8.pem \
key-cert.pem \
key.pem \
key-crlf.pem \
nothing.pem \
$(NULL)