readium / readium-lcp-client

This repository is for the Readium Licenced Content Protection (LCP) client side implementation work.
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

support for ECDSA SHA256 signature verification #23

Closed danielweck closed 7 years ago

danielweck commented 7 years ago

(in addition to RSA / PKCS1v15) switch based on detected type in loaded certificate (root and provider certs)

danielweck commented 7 years ago

In progress additions for ECDSA support (now we're testing with real certificates): https://github.com/readium/readium-lcp-client/commit/e2573c062fc5eee77184770f1966bb9ec84e8923

danielweck commented 7 years ago

New branches:

LCP client lib: https://github.com/readium/readium-lcp-client/tree/feature/sha256ecdsa

Android launcher: https://github.com/readium/SDKLauncher-Android/tree/feature/sha256ecdsa

danielweck commented 7 years ago

Followed-up via PR: https://github.com/readium/readium-lcp-client/pull/29