cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

CFSSL: Cloudflare's PKI and TLS toolkit

Results 136 cfssl issues
Sort by recently updated
recently updated
newest added

what is missing to have this feature?

enhancement

I may simply be missing where to look, but I cannot see all the API endpoint calls in "github.com/cloudflare/cfssl/api/client" The "client" package only seems to implement: - authsign - info...

I don't see any documentation within the cfssl project about how you would like security vulnerabilities to be reported. Does cfssl fall within Cloudflare's general disclosure recommendations? https://www.cloudflare.com/disclosure/

Maybe I'm misunderstanding something but I think #842 should be reverted? When using `cfssljson` against the result of sign request submitted via API, I can either generate `ca-bundle.pem` + `ca-root.pem`...

CFSSL used as a CA can have a PostgreSQL backend. There is no example using the sslmode functionality of PostgreSQL. As it is the backend of the CA it should...

question

I hope someone can perfect it with me. link: https://github.com/zxc0254/cfssl-chinese-document

documentation

I am not entirely sure what is going on here, but it seems that there is no way to generate a valid CA having an expiry less than 5 minutes....

`certIsRevokedCRL` fetches issuer certificate from AIA extension defined URLs. If none are defined or fetching fails, CRL is used without signature checks even if HardFail is `true`.

Hello. What would be involved with adding [Delegated Credentials for TLS](https://tlswg.org/tls-subcerts/draft-ietf-tls-subcerts.html) support to cfssl? I believe there are two main cases: 1. cfssl issuing a "delegation certificate" to operators, with...

internal/github.com/hyperledger/fabric-ca/api/client.go:393:9: undefined: csr.NewBasicKeyRequest where is function NewBasicKeyRequest ??