mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
731 stars 124 forks source link

Create a certificate chain sorted in ascending order by DER encoding #312

Closed olszomal closed 8 months ago

olszomal commented 8 months ago

Starting with this release, Windows will require the validity of DER encoded PKCS#7 content in catalog files. Catalogs files must be signed per section 11.6 of describing DER-encoding for SET OF members in X.690.

Fixed #280 Fixed #310