Lines Matching refs:ObjectIdentifier
196 - Minor ObjectIdentifier type performance optimization.
279 - Fix to ObjectIdentifier initialization from unicode string.
285 - ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 values.
286 - Explicit limit on ObjectIdentifier arc value size removed.
392 - Added some more checks to ObjectIdentifier BER encoder catching
412 - Fix to substrate underrun error handling at ObjectIdentifier BER decoder
415 - Fix to leading 0x80 octet handling in DER/CER/DER ObjectIdentifier decoder.
431 - Minor fix towards ObjectIdentifier.prettyIn() reliability
432 - ObjectIdentifier.__str__() is aliased to prettyPrint()
503 + a few pre-computed values configured to ObjectIdentifier BER encoder.
508 + added a shortcut ObjectIdentifier.asTuple() to be used instead of
522 - Fix to univ.ObjectIdentifier input value handler to disallow negative
620 * ObjectIdentifier.prettyOut() fixes