summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2022-12-15Refine COSE alg mapper errorsMatthew Miller
2022-12-15Map RS1 COSE alg to WebCrypto alg nameMatthew Miller
2022-12-15Use verifySignature() instead of jsrsasignMatthew Miller
2022-12-15Tweak updateHex() callMatthew Miller
2022-12-15Check Subject Key ID if Auth Key ID isn't setMatthew Miller
This means we're potentially dealing with self-signed root certificate. This is a slight tweak based on a deeper reading of RFC 5280 Section 4.2.1.1 and 4.2.1.2
2022-12-10Require resident key in registration optionsMatthew Miller
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