Closed kirillkovalenko closed 1 year ago
Indeed, it was there and fixed some time ago, just wasn't pushed. Here is the commit: 04374ea
https://github.com/PKISolutions/ADCS-SID-Extension-Policy-Module/releases/tag/v1.2.0 please, give it a try.
@kirillkovalenko did you try updated version if it resolves the issue?
Yes, I have.
Thanks for confirming!
Apparently the EncodeSidExtension function does not encode OID properly. It misses tag-length prefix (06 0A)
It should be something like this
But instead it does not encode OID envelope properly and generates something like this which cannot be decoded
the fix is probably single line, e.g.