[Cryptography-dev] Adding custom attributes to a CSR

2019-02-08 Thread Ben Kinsella
In pyOpenSSL and pyca/cryptography, I can't find any way to add custom attributes to a CSR. i.e. I want to pass some extra information to the CA, but these will NOT appear as Extensions in the final cert. Is this possible? Regards, Ben. ___ Cryptograp

Re: [Cryptography-dev] Adding custom attributes to a CSR

2019-02-08 Thread Alex Gaynor
Neither cryptography nor pyOpenSSL support CSR attributes. There is a long standing issue about it: https://github.com/pyca/cryptography/issues/3384 Alex On Fri, Feb 8, 2019 at 4:42 PM Ben Kinsella wrote: > In pyOpenSSL and pyca/cryptography, I can’t find any way to add custom > attributes to a