Android Q Preview 2.5 (QPP2.190228.023)
Update epid_sdk to use Intel IPP crypto library version 2019 update 1, per CVE-2018-12155.

Bug: 128988865
Test: Unit tests passing
Change-Id: I84730b2a7e997c32bff7734c6a021cd30c3bb934
622 files changed
tree: 5acf266863308ea4d4c6e226cfd322730ac74e4c
  1. doc/
  2. epid/
  3. example/
  4. ext/
  5. parts-site/
  6. tools/
  7. Android.bp
  8. CHANGELOG.md
  9. configure
  10. LICENSE
  11. LICENSE.txt
  12. Makefile.in
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. NOTICE
  16. NOTICE.txt
  17. OWNERS
  18. README.md
  19. README.version
  20. SConstruct
README.md

Intel(R) EPID SDK

The Intel(R) Enhanced Privacy ID Software Development Kit

Intel(R) EPID SDK enables adding Intel(R) EPID support to applications and platforms.

Intel(R) EPID is a cryptographic protocol which enables the remote authentication of a trusted platform whilst preserving the user's privacy.

  • For a given public key there are many (e.g., millions) of private keys. The key holders form a group.

  • Any key holder may sign against the one public key.

  • No one can tell which private key signed the data. This is the privacy property.

You can use Intel(R) EPID as a foundational building block for a multitude of security solutions.

Prerequisites

What's New in This Release

See CHANGELOG.md.

Documentation

See doc/index.html to browse the html documentation.

License

See LICENSE.txt.

Math Primitives

The source code used for math primitives in the Intel(R) EPID SDK is a subset of the Intel(R) IPP Cryptography library (version 2017 Update 2) written in pure C and not optimized for performance. For higher performance, you can use the commercial version of the IPP Cryptography library, which is available at https://software.intel.com/articles/download-ipp-cryptography-libraries.

More information on the optimized versions of Intel(R) IPP Cryptography library, including mitigations for a potential side-channel issue are available at https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00060&languageid=en-fr.