Will Bond

Results 458 comments of Will Bond

No, currently the builder does not support multiple certificates. The ASN.1 definitions from `asn1crypto.ocsp` do, but the API for this builder would need to be augmented to support multiple certificates...

You are right, there is nothing to support this right now. I've got a whole ton going on at work right now, so it is doubtful I would be able...

Something like this should be fine. What I am thinking is that `ocspbuilder` should provide a base class that has an API such as: ```python class CertificateInfo(object): def issuer_name_hash(self, hash_name):...

Mostly this is just a side effect of following a file layout pattern from some of the other light-weight modules sitting on top of oscrypto and asn1crypto. It would probably...

As of ddb424decd0d5d422c85a1f80c046f6cc26233f1, `ocspbuilder.version` exists and is used in `setup.py`, which should prevent this issue. I haven't made a new release yet due to a backlog on Travis CI.

@eragonriddle This is not the cryptography project.

I am unable to replicate this issue. You mention having a development version, in addition to the releases. There are no newer development builds than the latest release. Can you...

I apologize for missing your comment the run_command() statement. The only time I've seen anything like this before is when a python module dependency was not loading properly. To see...

@falsyvalues What is there to fix?

Hmm, probably not since it would break for hundreds of thousands of users. I could, however, add a note for users with international keyboards to add their own custom key...