summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/iso
AgeCommit message (Collapse)Author
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-19Add OKP verificationMatthew Miller
2022-11-19Add missing key type to errorMatthew Miller
2022-11-19Move complexity of sig ver into isoCrypto.verify()Matthew 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-16Go ham on adding more type guardsMatthew Miller
2022-11-16Support leaf cert sig verificationMatthew Miller
2022-11-16Tweak typing for JWKMatthew Miller
2022-11-16Define COSECRV as enumsMatthew 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-13Replace isBase64URLString with isoBase64URL funcMatthew Miller
2022-11-13Tweak isoCrypto docstringMatthew Miller
2022-11-13Move raw Crypto stuff into an iso helperMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller