summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers
AgeCommit message (Collapse)Author
2023-08-17Update convertCOSEtoPKCS testsMatthew Miller
2023-08-17Update convertCertBufferToPEM testsMatthew Miller
2023-08-17Update verifyOKP testsMatthew Miller
2023-08-17Update convertAAGUIDToString testsMatthew Miller
2023-08-17Update generateRegistrationOptions testsMatthew Miller
2023-08-17Don't mutate original CBOR bytesMatthew Miller
2023-08-17Refactor verifyRegistrationResponse testsMatthew Miller
2023-08-17Update verifyAuthenticationResponse testsMatthew Miller
2023-08-16Add missing awaitMatthew Miller
2023-08-16Deal with making getRandomValues asyncMatthew 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-16Convert typescripti-types imports into deps.tsMatthew Miller
2023-08-16Address `deno lint` issuesMatthew Miller
2023-08-16Map cbor-x to deno.landMatthew Miller
2023-08-16Change @hexagon/base64 to point to deno.landMatthew Miller
2023-08-16Add COSECRV.SECP256K1Matthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2023-07-20Add matched RPID to verify responseCorentin Mors
2023-06-22Change syntax for readonly propertyMatthew Miller
2023-06-04Support PEM certs with leading spaces on each lineMatthew Miller
2022-12-18Add note about unwrapping signatureMatthew Miller
2022-12-18Pull out EC2 signature unwrapping into helperMatthew Miller
2022-12-18Turn pemToBytes into a helperMatthew Miller
2022-12-18Run lintingMatthew Miller
2022-12-15Pass on no cert extensionsMatthew 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 "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-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