summaryrefslogtreecommitdiff
path: root/common/u2f.c
Commit message (Expand)AuthorAgeFilesLines
* cr50: Refactor access to U2F stateLouis Collard2019-09-231-14/+36
* cr50: Delete legacy U2F implementationLouis Collard2019-08-231-312/+0
* cr50: Change G2F cert CN to "CrOS"Louis Collard2019-05-211-1/+4
* cr50: Support legacy U2F key handlesLouis Collard2019-04-251-5/+48
* ec: U2F: Verify key handles before user presenceLouis Collard2019-03-111-3/+7
* cr50: Update error codes returned from U2F_SIGN.Louis Collard2019-03-011-1/+1
* ec: Fix response size returned by new U2F functions.Louis Collard2019-02-281-7/+23
* ec: Update U2F_ATTEST function for new-style key handles.Louis Collard2019-02-281-24/+35
* cr50: Change U2F key derivation to include user secrets.Louis Collard2019-01-311-25/+24
* cr50: Add new U2F generate, sign and attest commands.Louis Collard2019-01-311-0/+240
* cr50: Make G2F attestation certificate available in vNVRAM.Louis Collard2019-01-301-0/+15
* cr50: Add NIST SP 800-90A HMAC DRBG.Louis Collard2019-01-291-2/+2
* u2f: accept short APDUVincent Palatin2018-04-111-1/+1
* g: use deterministic k for individual attestation certificate ECDSAVincent Palatin2017-08-031-2/+6
* Add U2F implementationVincent Palatin2017-06-291-0/+372