Skip to content

v1.18.0

Compare
Choose a tag to compare
@ananthb ananthb released this 12 Apr 14:44
· 58 commits to main since this release
e789040

Standard Key Serialisation Formats

Bifrost private keys will be read and written in PKCS#8, ASN.1 DER form and public keys in PKIX, ASN.1 DER form.

Implemented marshalers and unmarshalers for binary, text, JSON, and DynamoDB.

Binary formats are the ASN.1 DER form and text forms are their PEM encoded representations.
DynamoDB uses binary forms and JSON uses text forms.

Note that SEC.1 EC PRIVATE KEY private keys are still read from in the bf CLI and in the cafiles package for backwards compatibility.

Full Changelog: v1.17.1...v1.18.0