summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/convertX509PublicKeyToCOSE.ts
AgeCommit message (Expand)Author
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Move @peculiar libs to deps.tsMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-12-18Run lintingMatthew Miller
2022-12-15Remove "leaf" from convertX509PublicKeyToCOSE()Matthew Miller
2022-12-15Recognize use of secp384r1 in X.509Matthew Miller
2022-12-15Break out signatureAlgorithmToCOSEAlg into helperMatthew Miller
2022-11-20Run linter over everythingMatthew Miller
2022-11-19Add support for RS1 alg in X.509 certsMatthew Miller
2022-11-19Add helper to convert X.509 pubKeys to COSEMatthew Miller