summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2023-02-16Update testsMatthew Miller
2023-02-16Shorten list of default public key algsMatthew Miller
2023-01-03Always include credProps in extensionsMatthew Miller
2023-01-03Prefer resident keysMatthew Miller
2022-12-27Revert renaming of registration credentialTypeMatthew Miller
2022-12-27Lint everythingMatthew Miller
2022-12-27Rename `credential` opt to `response`Matthew Miller
2022-12-27Fix testsMatthew Miller
2022-12-27Update server methods to use new typesMatthew Miller
2022-12-18Add more testsMatthew Miller
2022-12-18Add note about unwrapping signatureMatthew Miller
2022-12-18Add test for verifyJWTMatthew Miller
2022-12-18Update MetadaService to use new verifyJWT()Matthew Miller
2022-12-18Pull out EC2 signature unwrapping into helperMatthew Miller
2022-12-18Turn pemToBytes into a helperMatthew Miller
2022-12-18Create JWT verifierMatthew Miller
2022-12-18Run lintingMatthew Miller
2022-12-15Pass on no cert extensionsMatthew Miller
2022-12-15Clean up unused importMatthew Miller
2022-12-15Pass on malformed CRL dataMatthew Miller
2022-12-15Reduce use of jsrsasign in isCertRevoked()Matthew Miller
2022-12-15Reduce more use of jsrsasign for X.509Matthew Miller
2022-12-15Return more certificate infoMatthew Miller
2022-12-15Rename two verifySignature() argumentsMatthew Miller
2022-12-15Remove longer timeout on "apple" testsMatthew 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-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