1. 216db67 Also add OPENSSL_calloc by David Benjamin · 1 year, 6 months ago
  2. dd68e4b Add OPENSSL_zalloc by David Benjamin · 1 year, 6 months ago
  3. 70be012 Use constant curve-specific groups whenever possible by David Benjamin · 2 years, 2 months ago
  4. 80dcb67 Embed the generator into EC_GROUP by David Benjamin · 2 years, 2 months ago
  5. 8e8f87e Don't store a redundant copy of the EC_GROUP field modulus by David Benjamin · 2 years, 2 months ago
  6. 6f13380 Don't store a redundant copy of the order in EC_GROUP by David Benjamin · 2 years, 2 months ago
  7. 5e988c4 Rename EC_RAW_POINT to EC_JACOBIAN by David Benjamin · 1 year, 11 months ago
  8. 4b6d950 Align TRUST_TOKEN_pst_v1_voprf with draft-21 of VOPRF by Steven Valdez · 2 years ago
  9. c5f762d Add Trust Token version using standardized hash2curve. by Steven Valdez · 2 years ago
  10. 8843d98 If the ret is not null, it needs to be released before return by wangjiale3 · 2 years ago
  11. 9a56503 RESOURCE_LEAK in method STACK_OF(TRUST_TOKEN) *voprf_unblind before return 0 by wangjiale3 · 2 years ago
  12. ec64d7e Fix a -Wignored-qualifiers warning in trust_token_test.cc by David Benjamin · 2 years, 2 months ago
  13. dcabfe2 Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure. by Bob Beck · 2 years, 2 months ago
  14. 80a243e Remove old Trust Token redeem API. by Steven Valdez · 2 years, 2 months ago
  15. fa4555a Add over_message issuance and redemption to Trust Tokens. by Steven Valdez · 2 years, 4 months ago
  16. da663b7 Skip the field inversion when just measuring output size. by David Benjamin · 2 years, 5 months ago
  17. fd4315d Remove tautological comparison. by David Benjamin · 2 years, 5 months ago
  18. 9d64d8d Miscellaneous -Wshorten-64-to-32 fixes. by David Benjamin · 2 years, 7 months ago
  19. 254b8e1 Some CBB_init_fixed simplifications. by David Benjamin · 2 years, 9 months ago
  20. aa5f601 Add fixed key generation for Trust Token. by Steven Valdez · 2 years, 10 months ago
  21. 227ff6e Remove unions in EC_SCALAR and EC_FELEM. by David Benjamin · 2 years, 11 months ago
  22. 0782715 Add raw redeem API. by Steven Valdez · 4 years, 6 months ago
  23. 043fba2 Clear some reported gcc -Wshadow warnings. by David Benjamin · 4 years, 5 months ago
  24. f2b2ef8 Update TrustTokenV2 to use VOPRFs and assemble RR. by Steven Valdez · 4 years, 6 months ago
  25. 9adcb0a Add TrustTokenV2. by Steven Valdez · 4 years, 7 months ago
  26. d0637e9 Remove TRUST_TOKEN_experiment_v0. by Steven Valdez · 4 years, 10 months ago
  27. 78b3337 Fix TRUST_TOKEN experiment_v1 SRR map. by Steven Valdez · 4 years, 11 months ago
  28. a810d82 Use public multi-scalar mults in Trust Tokens where applicable. by David Benjamin · 4 years, 11 months ago
  29. b55a8c1 Use batched DLEQ proofs for Trust Token. by Steven Valdez · 5 years ago
  30. d4a97fa Use a 5-bit comb for some Trust Tokens multiplications. by David Benjamin · 5 years ago
  31. 5f43b12 Use a (mostly) constant-time multi-scalar mult for Trust Tokens. by David Benjamin · 5 years ago
  32. ce1665b Batch inversions in Trust Tokens. by David Benjamin · 5 years ago
  33. 54a59c6 Rearrange the DLEQ logic slightly. by David Benjamin · 5 years ago
  34. 5430473 Use token hash to encode private metadata for Trust Token Experiment V1. by Steven Valdez · 5 years ago
  35. 802523a Introduce an EC_AFFINE abstraction. by David Benjamin · 5 years ago
  36. aa764c4 Introduce TRUST_TOKENS_experiment_v1. by David Benjamin · 5 years ago
  37. 69402f3 Route PMBToken calls through TRUST_TOKEN_METHOD. by David Benjamin · 5 years ago
  38. 239634d Introduce a TRUST_TOKEN_METHOD hook to select TRUST_TOKEN variations. by David Benjamin · 5 years ago
  39. 90bb72c Move serialization of points inside pmbtoken.c. by David Benjamin · 5 years ago
  40. 090ee96 Introduce PMBTOKENS key abstractions. by David Benjamin · 5 years ago
  41. 17078f2 Fix the types used in token counts. by David Benjamin · 5 years ago
  42. eeb5bb35 Switch the P-384 hash-to-curve to draft-07. by David Benjamin · 5 years ago
  43. e2af857 Don't retain T in PMBTOKEN_PRETOKEN. by David Benjamin · 5 years ago
  44. cbe128b Check for trailing data in TRUST_TOKEN_CLIENT_finish_issuance. by David Benjamin · 5 years ago
  45. 188b65a Add bssl speed support for hashtocurve and trusttoken. by Steven Valdez · 5 years ago
  46. 78987bb Implement DLEQ checks for Trust Token. by Steven Valdez · 5 years ago
  47. 8f3019e Fix Trust Token CBOR. by Steven Valdez · 5 years ago
  48. 538a124 Trust Token Implementation. by Steven Valdez · 5 years ago
  49. 58add79 Add EC_RAW_POINT serialization function. by David Benjamin · 5 years ago
  50. 0b710a3 Trust Token Key Generation. by Steven Valdez · 5 years ago