Hi
I'm using phpseclib to generate CSR, for some specific certificates, I need the Organization Identifier in the DN field.
The OID for this identifier is 2.5.4.97 (https://oidref.com/2.5.4.97)
It would be great if this can be added into OIDs list, and in translateProp method to allow call setDNProp('OI')
Thanks