[Python-Dev] frozenset C API?

"Martin v. Löwis" martin at v.loewis.de
Wed Sep 5 17:49:10 CEST 2007


>> Ok. I think this will still not support multi-valued RDNs properly, but
>> those are uncommon in PKI.
> 
> I'm not sure why not...  Can you say more?

See the example certificates. If you get (('cn','a'),('email','b')),
you can't tell whether that's two single-valued RDNs in a DN,
or one multi-valued RDN with two attribute/value pairs.

Regards,
Martin


More information about the Python-Dev mailing list