mtrojnar / osslsigncode

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

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

Closed olszomal closed 1 year ago

olszomal commented 1 year 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