summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/convertPublicKeyToPEM.ts
AgeCommit message (Expand)Author
2022-11-19Remove unused methodMatthew Miller
2022-11-16Go ham on adding more type guardsMatthew Miller
2022-11-16Define COSECRV as enumsMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
2022-11-11Refactor more to handle CBOR mapsMatthew Miller
2022-11-06Update COSEPublicKey typing for new cbor outputMatthew Miller
2022-11-06Get consistent on use of decodeCborFirstMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-07-27Export named convertPublicKeyToPEM()Matthew Miller
2022-04-27Update TypeScript to 4.6.3Matthew Miller
2021-02-02Refactor PEM converter to accept BufferMatthew Miller
2020-09-09Remove backwards compatibility codeMatthew Miller
2020-09-08Remove console loggingMatthew Miller
2020-09-08Try to gracefully support existing public keysMatthew Miller
2020-09-07Add method to convert public key to PEMMatthew Miller