summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2022-12-10Require uv:true when verifying reg and auth respMatthew Miller
2022-12-10Explicitly prefer UV in auth optionsMatthew 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-21Always use SHA-256 for fido-u2fMatthew 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-20Run linter over everythingMatthew Miller
2022-11-20Fix server tests after type updateMatthew Miller
2022-11-19Restore registration error case detectionMatthew Miller
2022-11-19Add some docsMatthew Miller
2022-11-19Add OKP verificationMatthew Miller
2022-11-19Add missing key type to errorMatthew Miller
2022-11-19Add crv to COSEPublicKeyOKPMatthew Miller
2022-11-19Add support for RS1 alg in X.509 certsMatthew Miller
2022-11-19Update helpers exportsMatthew Miller
2022-11-19Remove unused methodMatthew Miller
2022-11-19Streamline calls to verifySignature()Matthew Miller
2022-11-19Map TPM alg to COSE algMatthew Miller
2022-11-19Move complexity of sig ver into isoCrypto.verify()Matthew Miller
2022-11-19Add helper to convert X.509 pubKeys to COSEMatthew Miller
2022-11-19Tighten up .digest() with COSE valuesMatthew Miller
2022-11-19Split out COSE-specific valuesMatthew Miller
2022-11-17Break up isoCryptoMatthew Miller
2022-11-17Update verifySignature() optionsMatthew Miller
2022-11-17Update to TypeScript 4.9Matthew Miller
2022-11-16Go ham on adding more type guardsMatthew Miller
2022-11-16Tweak verifySignature argument nameMatthew Miller
2022-11-16Update calls to verifySignature()Matthew Miller
2022-11-16Support leaf cert sig verificationMatthew Miller
2022-11-16Add test helper for webcryptoMatthew Miller
2022-11-16Make new isoVerify default sig verifier for pubkeyMatthew Miller
2022-11-16Tweak typing for JWKMatthew Miller
2022-11-16Rename credentialPublicKey argumentMatthew Miller
2022-11-16Define COSECRV as enumsMatthew Miller
2022-11-16Use new isoCrypto for EC sig verificationMatthew Miller
2022-11-16Add EC public key supportMatthew Miller
2022-11-16Tighten up typing on normalizeAlgorithmMatthew Miller
2022-11-16Add methods for mapping from COSE to WebCryptoMatthew Miller
2022-11-13Bump up apple test time to 30 secondsMatthew Miller
2022-11-13Replace isBase64URLString with isoBase64URL funcMatthew Miller
2022-11-13Tweak isoCrypto docstringMatthew Miller
2022-11-13Update helpers to use isoCryptoMatthew Miller
2022-11-13Move raw Crypto stuff into an iso helperMatthew Miller
2022-11-13Update toHash to use SubtleCryptoMatthew Miller
2022-11-13Figure out a slow part of cert path validationMatthew Miller