|
1 | 1 | # osslsigncode change log
|
2 | 2 |
|
3 |
| -### 2.8 (unreleased) |
| 3 | +### 2.8 (2024.03.03) |
4 | 4 |
|
5 | 5 | - Microsoft PowerShell signing sponsored by Cisco Systems, Inc.
|
6 |
| -- fixed setting unauthenticated attributes (Countersignature, |
7 |
| - Unauthenticated Data Blob) in a nested signature |
8 |
| -- added support for verifying the signature at a certain position ("-index" option) |
9 |
| -- added support for adding unauthenticated attributes to the signature |
10 |
| - at a certain position ("-index" option) |
11 |
| -- added CAT file verification and listing each member of the CAT file |
12 |
| - by using the "-verbose" option |
13 |
| -- added new command "extract-data" to extract a PKCS#7 data content to be signed |
14 |
| -- PKCS9_SEQUENCE_NUMBER authenticated attribute support |
| 6 | +- fixed setting unauthenticated attributes (Countersignature, Unauthenticated |
| 7 | + Data Blob) in a nested signature |
| 8 | +- added the "-index" option to verify a specific signature or modify its |
| 9 | + unauthenticated attributes |
| 10 | +- added CAT file verification |
| 11 | +- added listing the contents of a CAT file with the "-verbose" option |
| 12 | +- added the new "extract-data" command to extract a PKCS#7 data content to be |
| 13 | + signed with "sign" and attached with "attach-signature" |
| 14 | +- added PKCS9_SEQUENCE_NUMBER authenticated attribute support |
15 | 15 | - added the "-ignore-cdp" option to disable CRL Distribution Points (CDP)
|
16 |
| - online verification, inability to retrieve CRL from CDP is a critical error |
17 |
| -- modified the "-p" option to also connect to CRL Distribution Points |
18 |
| - through the configured proxy when verifying |
19 |
| -- added Microsoft Root Authority, serial number: 00C1008B3C3C8811D13EF663ECDF40 |
20 |
| - to the certificate whitelist |
21 |
| -- added listing of certificate chain retrieved from the signature in case |
22 |
| - of verification failure |
| 16 | + online verification |
| 17 | +- unsuccessful CRL retrieval and verification changed into a critical error |
| 18 | +- the "-p" option modified to also use to configured proxy to connect CRL |
| 19 | + Distribution Points |
| 20 | +- added implicit allowlisting of the Microsoft Root Authority serial number |
| 21 | + 00C1008B3C3C8811D13EF663ECDF40 |
| 22 | +- added listing of certificate chain retrieved from the signature in case of |
| 23 | + verification failure |
23 | 24 |
|
24 | 25 | ### 2.7 (2023.09.19)
|
25 | 26 |
|
|
0 commit comments