summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2020-07-02Enable hashing stringsMatthew Miller
2020-07-02Add `payload.no` check when downloading TOCMatthew Miller
2020-07-02Add hash check for downloaded statementsMatthew Miller
2020-07-02Remove empty comment lineMatthew Miller
2020-07-02Add MetadataService for coordinating MDSMatthew Miller
2020-06-30Add some TODO’s to verifyPackedMatthew Miller
2020-06-30Check for leftover bytes after parsing authDataMatthew Miller
2020-06-30Parse extensions data buffer from authDataMatthew Miller
2020-06-30Use CBOR decoder to extract pubKey from authDataMatthew Miller
2020-06-30Require minimum buffer size when parsing authDataMatthew Miller
2020-06-25Add certificate path validation to Android-KeyMatthew Miller
2020-06-24Update SafetyNet to use new cert path validatorMatthew Miller
2020-06-24Update SafetyNet to use existing PEM converterMatthew Miller
2020-06-24Add validateCertificatePath helperMatthew Miller
2020-06-23Confirm definition of SafetyNet cert CNMatthew Miller
2020-06-23Add another TODO verification android-keyMatthew Miller
2020-06-23Fix error message when public keys don’t matchMatthew Miller
2020-06-23Perform additional validationsMatthew Miller
2020-06-23Remove old tpmInfo from certificateInfo typeMatthew Miller
2020-06-23Pass in credPubKey to verifyAndroidKeyMatthew Miller
2020-06-23Add more comments to TPMMatthew Miller
2020-06-23Remove ASN1 parsing from getCertificateInfoMatthew Miller
2020-06-23Update verifyTPM to use new ASN.1 utilsMatthew Miller
2020-06-23Prepare some ASN.1 utilitiesMatthew Miller
2020-06-23Install @lapo/asn1jsMatthew Miller
2020-06-22Add verification support for Android-KeyMatthew Miller
2020-06-22Make tpmInfo in certInfo optionalMatthew Miller
2020-06-22Prepare for returning extra cert infoMatthew Miller
2020-06-22Reorganize attestation testsMatthew Miller
2020-06-22Clean up some commentsMatthew Miller
2020-06-22Fix TPM SHA1 testsMatthew Miller
2020-06-22Add test for TPM attestation using SHA1Matthew Miller
2020-06-22Add ability to specify an algo when verifying sigMatthew Miller
2020-06-22Successfully verify a TPM attestation!Matthew Miller
2020-06-22Include optional, additional TPM cert infoMatthew Miller
2020-06-22Add known manufacturers to TPM constantsMatthew Miller
2020-06-21Perform basic TPM signature verificationsMatthew Miller
2020-06-21Finish verifying TPM structureMatthew Miller
2020-06-21Support empty subjects in leaf certsMatthew Miller
2020-06-21Move more COSE lookups into convert functionMatthew Miller
2020-06-21Collapse some errorsMatthew Miller
2020-06-21Move TPM_ECC_CURVE into constantsMatthew Miller
2020-06-21Verify RSA pubArea against credentialPublicKeyMatthew Miller
2020-06-21Make explicit what values `pubArea.type` can beMatthew Miller
2020-06-20Add some TPM TODOsMatthew Miller
2020-06-20Perform some basic checksMatthew Miller
2020-06-20Fix incorrect exponent int conversionMatthew Miller
2020-06-20Remove unused import from verifyTPMMatthew Miller
2020-06-20Move TPM_ST into constants for reuseMatthew Miller
2020-06-20Start verifying TPM attestationsMatthew Miller