mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2025-07-23 08:06:44 +00:00
Update bcert.py add revocationlists as feature
add revocationlists as feature
This commit is contained in:
parent
02f4cfa90e
commit
34263bd109
1 changed files with 2 additions and 1 deletions
|
@ -237,9 +237,10 @@ class Certificate(_BCertStructs):
|
|||
)
|
||||
|
||||
feature = Container(
|
||||
feature_count=2,
|
||||
feature_count=3,
|
||||
features=ListContainer([
|
||||
4, # SECURE_CLOCK
|
||||
9, # REVOCATION_LIST_FEATURE
|
||||
13 # SUPPORTS_PR3_FEATURES
|
||||
])
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue