Update bcert.py add revocationlists as feature

add revocationlists as feature
This commit is contained in:
DevataDev
2024-11-16 18:52:09 +08:00
committed by GitHub
parent 02f4cfa90e
commit 34263bd109

View File

@@ -237,9 +237,10 @@ class Certificate(_BCertStructs):
) )
feature = Container( feature = Container(
feature_count=2, feature_count=3,
features=ListContainer([ features=ListContainer([
4, # SECURE_CLOCK 4, # SECURE_CLOCK
9, # REVOCATION_LIST_FEATURE
13 # SUPPORTS_PR3_FEATURES 13 # SUPPORTS_PR3_FEATURES
]) ])
) )