[Python-Dev] frozenset C API?

"Martin v. Löwis" martin at v.loewis.de
Wed Sep 5 07:48:11 CEST 2007


> Here's an example of the new format:
> 
>   {'issuer': (('countryName', u'US'),
>               ('organizationName', u'VeriSign, Inc.'),
>               ('organizationalUnitName', u'VeriSign Trust Network'),
>               ('organizationalUnitName',
>                u'Terms of use at https://www.verisign.com/rpa (c)06'),
>               ('commonName',
>                u'VeriSign Class 3 Extended Validation SSL SGC CA')),

Can you please take a look at the attached certificates? How are they
represented? The DNs of these are structurally different, one being
/DC=org/DC=python/CN=foo/CN=bar and the other
/DC=org/DC=python/CN=foo2+CN=bar2

Regards,
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ca1.crt
Type: application/x-x509-ca-cert
Size: 1008 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-dev/attachments/20070905/61187ed8/attachment-0002.crt 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ca2.crt
Type: application/x-x509-ca-cert
Size: 1008 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-dev/attachments/20070905/61187ed8/attachment-0003.crt 


More information about the Python-Dev mailing list