summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/iso/isoCrypto
AgeCommit message (Collapse)Author
2024-07-22Tweak error messagingMatthew Miller
2024-07-22Format Source FilesNicholas Rodrigues Lordello
Formatted with `deno fmt --config deno.jsonc`
2024-07-21Implement PR Review suggestionsNicholas Rodrigues Lordello
Co-authored-by: Matthew Miller <matthew@millerti.me>
2024-07-20Stricter Leading 0 ChecksNicholas Rodrigues Lordello
2024-07-20Add Unit TestsNicholas Rodrigues Lordello
2024-07-19Fix ECDSA Signature UnwrappingNicholas Rodrigues Lordello
2024-03-05Tweak comment wordingMatthew Miller
2024-02-26Update getWebCrypto for Node 20 globalThis.cryptoMatthew Miller
2024-02-08Add note about webpackIgnore magic commentMatthew Miller
2024-02-08fix: ignore `import("node: crypto")` by webpackBalázs Orbán
Fixes https://github.com/MasterKale/SimpleWebAuthn/issues/517
2023-10-27Remove console.log statementsMatthew Miller
2023-10-27Update testsMatthew Miller
2023-10-27Make node:crypto import more resilientMatthew Miller
2023-10-26Fix tests in buildMatthew Miller
2023-10-26Add more test coverageMatthew Miller
2023-10-26Remove console.logMatthew Miller
2023-10-26Add testsMatthew Miller
2023-10-26Try to use globalThis.crypto firstMatthew Miller
2023-08-23Fix dynamic import attemptMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix issue with getWebCrypto in NodeMatthew Miller
2023-08-18Finish thought in getWebCryptoMatthew Miller
2023-08-17Update verifyOKP testsMatthew Miller
2023-08-16Add missing awaitMatthew Miller
2023-08-16Remove unused old WebCrypto importMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Add getWebCrypto to isoCryptoMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Move @peculiar libs to deps.tsMatthew Miller
2023-08-16Move more deps into deps.tsMatthew Miller
2023-08-16Address `deno lint` issuesMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-12-18Add note about unwrapping signatureMatthew Miller
2022-12-18Pull out EC2 signature unwrapping into helperMatthew Miller
2022-12-15Refine COSE alg mapper errorsMatthew Miller
2022-12-15Map RS1 COSE alg to WebCrypto alg nameMatthew Miller
2022-12-01Address PR feedbackMatthew Miller
2022-11-29Run linting on everythingMatthew Miller
2022-11-29Update server to use iso-webcryptoMatthew Miller
2022-11-21Set proper salt lengths for RSA-PSSMatthew Miller
2022-11-21Make mapCoseAlgToWebCryptoAlg more readableMatthew Miller
2022-11-21Add some notesMatthew Miller
2022-11-21Add support for RSA-PSSMatthew Miller
2022-11-20Add helper for mapping COSE alg to key algMatthew Miller
2022-11-19Add OKP verificationMatthew Miller
2022-11-19Add missing key type to errorMatthew Miller
2022-11-19Move complexity of sig ver into isoCrypto.verify()Matthew Miller
2022-11-19Tighten up .digest() with COSE valuesMatthew Miller
2022-11-19Split out COSE-specific valuesMatthew Miller
2022-11-17Break up isoCryptoMatthew Miller