Paul Bryan

Results 4 issues of Paul Bryan

Adrian to carve-out a first stab that Paul B. can build upon.

It would be good to clarify how implementations should handle "format": "binary" when the value expressed in a JSON representation (i.e. not encoded directly in the entity-body). The choices I...

schema-object

# Documentation This passage is problematic: > At runtime, isinstance(x, T) will raise [TypeError](https://docs.python.org/3/library/exceptions.html#TypeError). In general, [isinstance()](https://docs.python.org/3/library/functions.html#isinstance) and [issubclass()](https://docs.python.org/3/library/functions.html#issubclass) should not be used with types. 1. It says "in general",...

docs
expert-typing

What's the best way to create a certificate that advertises multiple CDPs or OCSP endpoints? I could manipulate the _crl_distribution_points and _authority_information_access variables directly, but it won't be pretty. Open...