Konstantin Shemyak

Results 7 issues of Konstantin Shemyak

Two booleans `leaf_cert.is_issued_by(ca_cert)` and `ca_cert.is_issuer_of(leaf_cert)`, mirroring each other, are implemented. The functions return True if the "issuer" field of `leaf_cert` is the same as the "subject" of `ca_cert`, and the...

This PR is the first step in implementing #5116 . Here, we only check the validity of the cryptographic signature. As this method is likely to be used only inside...

This is a Request-For-Comments implementation of verifying X.509 certificate against set of intermediate CA certificates and set of trusted CA certificates. It provides the following API: ``` certificate.verify(intermediates, trusted_roots, check_callback)...

Rst2pdf used as Sphinx builder does not find images, generated by some Sphinx extensions (tested extensions: [sphinxcontrib-blockdiag](https://pypi.python.org/pypi/sphinxcontrib-blockdiag), [sphinxcontrib-gnuplot](https://bitbucket.org/birkenfeld/sphinx-contrib) ). Sphinx built-in builders (tested: `html`, `ePub`) find them as expected. index.rst:...

Sphinx

This option is implemented, but has not been documented.

"Yq" is a lightweight YAML (and other) command-line processor. List it under "related projects" in yaml.org front page.

If all values to put on the chart are zero, then the size of the largest "circle axis" is maxValue. But if the user did not supply a value via...