csrbuilder icon indicating copy to clipboard operation
csrbuilder copied to clipboard

Python library for generating certificate signing requests (CSRs)

Results 4 csrbuilder issues
Sort by recently updated
recently updated
newest added

@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...