stevemit
stevemit
Thanks! Not to press my luck, but I found that analogously I needed to also add setters for constructor arguments to X509v3CertificateBuilder. The use case is the same -- equivalence...
The CMS spec [RFC 5652](https://datatracker.ietf.org/doc/html/rfc5652#section-5.1) uses a CONTEXT SENSITIVE [0] IMPLICIT SET OF for the certificates member of a SignedData structure. A second example in CMS is the signedAttrs member...
The function `der_encode_set()` overwrites the member `ltc_asn1_list.used`, then passes the list to the function `der_encode_sequence_ex()`. Maybe `der_encode_set()` should use the member `ltc_asn1_list.optional` instead for set ordering. It wouldn't be a...