You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #413 it was noted that the ECDiffieHellmanPublicKey type does not expose {Try}ExportSubjectPublicKeyInfo. This would allow other APIs to return instances of this type instead of ECDiffieHellman with the export faculties.
vcsjones
changed the title
API Proposal: export public key on ECDiffieHellmanPublicKey
API Proposal: export SPKI on ECDiffieHellmanPublicKey
Dec 5, 2019
Proposal:
In #413 it was noted that the
ECDiffieHellmanPublicKey
type does not expose{Try}ExportSubjectPublicKeyInfo
. This would allow other APIs to return instances of this type instead ofECDiffieHellman
with the export faculties./cc @bartonjs
The text was updated successfully, but these errors were encountered: