cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
291 stars 51 forks source link

Refactor the DC minting API #106

Closed cjpatton closed 6 years ago

cjpatton commented 6 years ago

This exports the Credential type and adds a new function Delegate() for creating a DC from a *Credentialand a *Certificate.

cjpatton commented 6 years ago

Hmm ... I may actually want to drop this PR. We want to be able to issue ed25519 DCs, but we can't add ed25519 support to tris without vendering it. It might make more sense to move the DC minting API to its own repository and leave only the bear minimum stuff here.

kriskwiatkowski commented 6 years ago

Closing the PR as per

"Hmm ... I may actually want to drop this PR"

Please reopen if you change your mind