]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - tests/testoids.py
Fixed incompatibility with OpenSSL 1.1-pre for digest, cipher and MAC modules. Change...
[oss/ctypescrypto.git] / tests / testoids.py
index 981b1bd89f8d399919b8a5645761d43ca558abc9..66a6c7f1dd5346c9349800974369844cf78d1014 100644 (file)
@@ -57,8 +57,8 @@ class TestCustom(unittest.TestCase):
         x=Oid(sn)
         self.assertEqual(o,x)
     def testCleanup(self):
-        d='1.2.643.100.3'
-        sn="SNILS"
+        d='1.2.643.100.9'
+        sn="SNILX"
         long_name="Russian Pension security number"
         o=create(d,sn,long_name)
         cleanup()