Re: [Cryptography-dev] X509_STORE_set_purpose() missing

2021-07-31 Thread Dirk-Willem van Gulik
No trouble - filed as https://github.com/pyca/pyopenssl/issues/1031 I guess that given how common this is - the easiest may actually be to have an extra flag to verify - with the purpose (or all the flags). As that covers most cases. Dw. > On 31 Jul 2021, at 14:27, Paul Kehrer wrote: > >

Re: [Cryptography-dev] X509_STORE_set_purpose() missing

2021-07-31 Thread Paul Kehrer
Searching our history I don't believe we've ever bound X509_STORE_set_purpose. Did this work in a previous version of cryptography and has only recently stopped? In general, cryptography does not bind all of OpenSSL, only the functions, macros, and constants we need to expose our APIs. We have