Will Bond

Results 458 comments of Will Bond

A lineprofiler run could help here to see which part of asn1crypto is most expensive for this use case. I peeked at the script. One aspect is that with asn1crypto...

You don't have to use build if you don't want that behavior. If you've got an idea of an enhancement, also feel free to propose via a PR.

Looks like I need to tweak the dependency resolver now that projects are starting to drop Python 2 support. Could you describe your use case, perhaps with some example code?...

I am a little hesitant to add this, mostly in that certs have subtle elements and there are complex rules for "comparing" them. It probably make sense, however. Any thoughts...

Currently `__eq__` is only defined for Primitive values (string, int, bool, etc), not those derived from Sequence or Set. The exception to this is some of the `x509` sequences have...

@dirkjanm Looking at the ASN.1 at https://datatracker.ietf.org/doc/html/rfc5280#page-128, it does say that the ANY tag is defined by the type-id. It appears the definition of `AnotherName` is currently missing: ```python _oid_pair...

Unfortunately I won't likely have time to look into this soon. If you are keen to figure out what is going on, I'd recommend using https://pypi.org/project/line-profiler/ and see where the...

This sounds pretty reasonable to me. It could also be useful if someone wants to use these projects with other crypto libraries (such as https://github.com/pyca/cryptography). That said, I don't currently...

You originally mentioned having an HSM that you use for your private key. How do you interface with that – is there a Python package for it? Is it like...

I ended up buying a yubikey and a smart card device back in late 2015. Unfortunately I haven't really had any "free" time to pursue investigating this whole area much...