Merge pull request #5 from DevataDev/feat/add-one-more-feature

Add Revocation List as Client Feature
This commit is contained in:
larley 2024-11-16 15:26:32 +01:00 committed by GitHub
commit eea731642b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
]) ])
) )