csrbuilder
csrbuilder copied to clipboard
Python library for generating certificate signing requests (CSRs)
@wbond This PR uses a different approach to break the dependency from oscrypto. The user just needs to pass a class to `build` that has the `algorithm` property and the...
The goal of this PR it to help with the long-standing issue wbond/asn1crypto#6 where we want to use the existing work in csrbuilder to create a CertificationRequestInfo but let the...
The `.hash_algo` attribute only accepts a very limited number of hash algorithm names. It should accept a wider range - possibly anything the underlying crypto will support. In particular sha384...