From 36d5cd6a14f01434d829a381eeb85752f8384dbc Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 19 Nov 2016 22:05:26 +0800 Subject: add a few more OIDs (#3259) pulled from #3244 --- docs/x509/reference.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index d3e72c0a..68e1f73c 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2332,6 +2332,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.65"``. + .. attribute:: USER_ID + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"0.9.2342.19200300.100.1.1"``. + .. attribute:: DOMAIN_COMPONENT Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string @@ -2357,6 +2363,18 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.15"``. + .. attribute:: POSTAL_ADDRESS + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.16"``. + + .. attribute:: POSTAL_CODE + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.17"``. + .. class:: SignatureAlgorithmOID -- cgit v1.2.3