def test_missing_subject(self):
"""
If an extension requires a subject and the C{subject} parameter is
given no value, something happens.
"""
self.assertRaises(
Error, X509Extension, 'subjectKeyIdentifier', False, 'hash')
评论列表
文章目录