File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3076,6 +3076,12 @@ instances. The following common OIDs are available as constants.
3076
3076
3077
3077
Corresponds to the dotted string ``"2.5.4.9" ``.
3078
3078
3079
+ .. attribute :: ORGANIZATION_IDENTIFIER
3080
+
3081
+ .. versionadded :: 42.0.0
3082
+
3083
+ Corresponds to the dotted string ``"2.5.4.97" ``.
3084
+
3079
3085
.. attribute :: ORGANIZATION_NAME
3080
3086
3081
3087
Corresponds to the dotted string ``"2.5.4.10" ``.
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ class NameOID:
60
60
LOCALITY_NAME = ObjectIdentifier ("2.5.4.7" )
61
61
STATE_OR_PROVINCE_NAME = ObjectIdentifier ("2.5.4.8" )
62
62
STREET_ADDRESS = ObjectIdentifier ("2.5.4.9" )
63
+ ORGANIZATION_IDENTIFIER = ObjectIdentifier ("2.5.4.97" )
63
64
ORGANIZATION_NAME = ObjectIdentifier ("2.5.4.10" )
64
65
ORGANIZATIONAL_UNIT_NAME = ObjectIdentifier ("2.5.4.11" )
65
66
SERIAL_NUMBER = ObjectIdentifier ("2.5.4.5" )
You can’t perform that action at this time.
0 commit comments