Simpler OID in generated certificates with migration
Many software packages do not support 128 bits arcs in OIDs (see https://misc.daniel-marschall.de/asn.1/oid_facts.html#chap4), use a registered OID instead, which is: OID 1.3.6.1.4.1.37476.9000.70.0 is for Caucase (https://oidref.com/1.3.6.1.4.1.37476.9000.70.0). Original OID is automatically migrated to the new OID. Mix of work by Vincent Pelletier <vincent@nexedi.com> and Thomas Gambier <thomas.gambier@nexedi.com> finished by Lukasz Nowak <luke@nexedi.com>
Showing
-
Simpler OID in generated certificates with migration
Please reuse the first line of my commit message, to follow the pattern used in this repository.
, which is:
OID 1.3.6.1.4.1.37476.9000.70.0 is for Caucase (https://oidref.com/1.3.6.1.4.1.37476.9000.70.0).
This just duplicates what is already visible in the patch, I think it is superfluous.
Original OID is automatically migrated to the new OID.
I would expand a tiny bit this sentence:
Certificates emitted using the legacy OID are migrated to the new OID on renewal.
-
Also, is there a reason to not include the few test lines I added in my patch ?
Please register or sign in to comment