Actions
Feature #221
closedSupport creation of multivalue extensions
Description
X509Extension class does only support creation of single value extensions which is f.ex. insufficient for subjectAltNames extensions.
Actions
Added by Felix Tiede over 7 years ago. Updated over 5 years ago.
Description
X509Extension class does only support creation of single value extensions which is f.ex. insufficient for subjectAltNames extensions.
With the merge of branch multivalue-extensions at 6eed7800787a7fcde78fd6d5b8f70fe042299261 and subsequent release of v6.0.0 at 49d7149b1db51307ced1c27945be0dab631d4b37, this is technically complete.
It might need additional code to enforce collection encoding on single-entry values, but this is as of yet not completely designed.