Alex Gaynor

Results 912 comments of Alex Gaynor

What are you trying to do? `pip install cryptography` is generally the correct way to install this package, not git cloning and installing with `setup.py install`. In any event, please...

We currently do not have an API for extracitng key attributes from a PKCS#12 archive, so this would be a feature request. On Wed, Jun 30, 2021 at 11:13 AM...

You are correct that we do not currently support ed25519ph variants. There are two reasons for this: 1) No one has asked so far, 2) They have different security properties...

We should figure out _why_ these aren't loading in macOS, and figure out if there's some action we should be pushing Apple to take -- e.g. are they rejecting valid...

Unfortunately that's not sufficient to say whether they're valid. Different vendors may have the same bug, or implement the same limited set of OIDs, so we really need an analytic...

So the problem here is that some signatures are rejected, but there's not a programatic way to interrogate this. Is that right?

Thank you for working on this! As you've discovered, our API doesn't have a clear place to override any options about how encryption is performed. Unfortunately, simply adding `kdf_rounds` to...

Do you know if OpenSSL supports this?

`SSL_export_keying_material` is available in pyca/cryptography, which to me indicates that this is a pyOpenSSL bug, not a pyca/cryptography one.

👍, I think we'd be ok taking a patch for that.