Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | Tweak error messaging | Matthew Miller | |
2024-07-22 | Format Source Files | Nicholas Rodrigues Lordello | |
Formatted with `deno fmt --config deno.jsonc` | |||
2024-07-21 | Implement PR Review suggestions | Nicholas Rodrigues Lordello | |
Co-authored-by: Matthew Miller <matthew@millerti.me> | |||
2024-07-20 | Stricter Leading 0 Checks | Nicholas Rodrigues Lordello | |
2024-07-20 | Add Unit Tests | Nicholas Rodrigues Lordello | |
2024-07-19 | Fix ECDSA Signature Unwrapping | Nicholas Rodrigues Lordello | |
2024-03-05 | Tweak comment wording | Matthew Miller | |
2024-02-26 | Update getWebCrypto for Node 20 globalThis.crypto | Matthew Miller | |
2024-02-08 | Add note about webpackIgnore magic comment | Matthew Miller | |
2024-02-08 | fix: ignore `import("node: crypto")` by webpack | Balázs Orbán | |
Fixes https://github.com/MasterKale/SimpleWebAuthn/issues/517 | |||
2023-10-27 | Remove console.log statements | Matthew Miller | |
2023-10-27 | Update tests | Matthew Miller | |
2023-10-27 | Make node:crypto import more resilient | Matthew Miller | |
2023-10-26 | Fix tests in build | Matthew Miller | |
2023-10-26 | Add more test coverage | Matthew Miller | |
2023-10-26 | Remove console.log | Matthew Miller | |
2023-10-26 | Add tests | Matthew Miller | |
2023-10-26 | Try to use globalThis.crypto first | Matthew Miller | |
2023-08-23 | Fix dynamic import attempt | Matthew Miller | |
2023-08-18 | Use single-quotes and increase line width | Matthew Miller | |
2023-08-18 | Fix issue with getWebCrypto in Node | Matthew Miller | |
2023-08-18 | Finish thought in getWebCrypto | Matthew Miller | |
2023-08-17 | Update verifyOKP tests | Matthew Miller | |
2023-08-16 | Add missing await | Matthew Miller | |
2023-08-16 | Remove unused old WebCrypto import | Matthew Miller | |
2023-08-16 | Run `deno fmt` on everything | Matthew Miller | |
2023-08-16 | Add getWebCrypto to isoCrypto | Matthew Miller | |
2023-08-16 | Run `ddi fmt` over src/ | Matthew Miller | |
2023-08-16 | Move @peculiar libs to deps.ts | Matthew Miller | |
2023-08-16 | Move more deps into deps.ts | Matthew Miller | |
2023-08-16 | Address `deno lint` issues | Matthew Miller | |
2023-08-16 | Add file extensions to imports | Matthew Miller | |
2022-12-18 | Add note about unwrapping signature | Matthew Miller | |
2022-12-18 | Pull out EC2 signature unwrapping into helper | Matthew Miller | |
2022-12-15 | Refine COSE alg mapper errors | Matthew Miller | |
2022-12-15 | Map RS1 COSE alg to WebCrypto alg name | Matthew Miller | |
2022-12-01 | Address PR feedback | Matthew Miller | |
2022-11-29 | Run linting on everything | Matthew Miller | |
2022-11-29 | Update server to use iso-webcrypto | Matthew Miller | |
2022-11-21 | Set proper salt lengths for RSA-PSS | Matthew Miller | |
2022-11-21 | Make mapCoseAlgToWebCryptoAlg more readable | Matthew Miller | |
2022-11-21 | Add some notes | Matthew Miller | |
2022-11-21 | Add support for RSA-PSS | Matthew Miller | |
2022-11-20 | Add helper for mapping COSE alg to key alg | Matthew Miller | |
2022-11-19 | Add OKP verification | Matthew Miller | |
2022-11-19 | Add missing key type to error | Matthew Miller | |
2022-11-19 | Move complexity of sig ver into isoCrypto.verify() | Matthew Miller | |
2022-11-19 | Tighten up .digest() with COSE values | Matthew Miller | |
2022-11-19 | Split out COSE-specific values | Matthew Miller | |
2022-11-17 | Break up isoCrypto | Matthew Miller | |