commit | 5f9eea4e4c5982f78deb0802610a4f965bafec43 | [log] [tgz] |
---|---|---|
author | Bulat Gaifullin <gaifullinbf@gmail.com> | Tue Sep 23 19:35:15 2014 +0400 |
committer | Bulat Gaifullin <gaifullinbf@gmail.com> | Tue Sep 23 19:35:15 2014 +0400 |
tree | db3b3f15ef3c7f42d23efe57b8a7e087f10bb0e0 | |
parent | 925f786703d126c684c80df2fb5bc8f4da5c274a [diff] [blame] |
update docs
diff --git a/OpenSSL/test/test_crypto.py b/OpenSSL/test/test_crypto.py index dacbf9e..5c4eac4 100644 --- a/OpenSSL/test/test_crypto.py +++ b/OpenSSL/test/test_crypto.py
@@ -3017,6 +3017,10 @@ def test_export_unknown_digest(self): + """ + Calling :py:obj:`OpenSSL.CRL.export` with a unsupported digest results + in a :py:obj:`ValueError` being raised. + """ crl = CRL() self.assertRaises(ValueError, crl.export, self.cert, self.pkey, FILETYPE_PEM, 10, "strange-digest")