diff --git a/test/test_pkcs7.rb b/test/test_pkcs7.rb index 93b62ce..eec72ff 100644 --- a/test/test_pkcs7.rb +++ b/test/test_pkcs7.rb @@ -53,4 +53,90 @@ def test_load_empty_pkcs7 p7 = OpenSSL::PKCS7.new(EMPTY_PEM) assert_equal(EMPTY_PEM, p7.to_pem) end + + PKCS7_ENCODED = <