From c542cec82472c7e67f3ecd0e0fa857c8cdbdefd8 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sat, 30 Jul 2011 20:13:09 +0200 Subject: Ignore fields in PEM-encoded files --- tests/test_load_save_keys.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/test_load_save_keys.py b/tests/test_load_save_keys.py index facb826..466a3f5 100644 --- a/tests/test_load_save_keys.py +++ b/tests/test_load_save_keys.py @@ -16,6 +16,8 @@ PRIVATE_PEM = ''' Cruft before the key -----BEGIN RSA PRIVATE KEY----- +Comment: something blah + %s -----END RSA PRIVATE KEY----- @@ -34,6 +36,8 @@ PUBLIC_PEM = ''' Cruft before the key -----BEGIN RSA PUBLIC KEY----- +Comment: something blah + %s -----END RSA PUBLIC KEY----- -- cgit v1.2.1