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.
Updated by Felix Tiede over 7 years ago
- Precedes Feature #214: Provide means to add manually defined extensions to new certificates. added
Updated by Felix Tiede over 5 years ago
- Status changed from In Progress to Closed
- Target version changed from 19 to 6.0.1
- % Done changed from 0 to 100
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.
Actions