txacme icon indicating copy to clipboard operation
txacme copied to clipboard

Decide what to do about IDNA encoding

Open mithrandi opened this issue 7 years ago • 1 comments

Cryptography no longer IDNA encodes names for us, should we be doing this instead?

mithrandi avatar Jan 10 '18 08:01 mithrandi

Cryptography no longer IDNA encodes names for us, should we be doing this instead?

Yes - perhaps this can begin by making ICertificateStore impose an encoding for server_name? This should be pretty easy for DirectoryStore because it's already got to deal with whatever sys.getfilesystemencoding claims the PEM path's encoding should be.

markrwilliams avatar Jan 10 '18 08:01 markrwilliams