Entitlement rotation support

Updates also include:
- Add APIs to query current Simulcrypt channel & stream status;
- EMM format change (used only to carry fingerprinting and service
blocking info);
- Key fetcher example to use curl key fetcher.
This commit is contained in:
Lu Chen
2021-06-29 14:51:49 -07:00
parent f04e15c48c
commit b3a5fff77d
42 changed files with 1425 additions and 876 deletions

View File

@@ -18,9 +18,7 @@
#include <memory>
#include <string>
#include <cstdint>
#include "absl/base/macros.h"
#include "openssl/rsa.h"
#include "openssl/pem.h"
#include "common/hash_algorithm.h"
namespace widevine {