File: 50_bug_report.md

package info (click to toggle)
osslsigncode 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,216 kB
  • sloc: ansic: 12,466; python: 1,001; sh: 74; makefile: 12; javascript: 1
file content (77 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
name: Other bug report
about: Report a bug
labels: bug
---

<!--
Thank you for your bug report.
Note: Please search to see if an issue already exists for the bug you encountered.
-->

### Current Behavior
<!--
A concise description of what is happening.
Include error messages or incorrect results.
-->

### Expected Behavior
<!--
A concise description of what you expected to happen instead.
-->

### Steps To Reproduce & Observed Output
<!--
Provide exact, reproducible steps together with full stdout/stderr for each.
-->
1. Signing with osslsigncode
<!--
Full `osslsigncode sign` command and complete stdout/stderr output.
-->

2. Verification with osslsigncode
<!--
Full `osslsigncode verify` command and complete stdout/stderr output.
-->

3. Signing / verification with Windows signtool (if applicable)
<!--
Full signtool command (`signtool verify /pa /v`) and complete stdout/stderr output.
-->

### Environment
- Operating system and version (e.g. Ubuntu 24.04):
- Architecture (x86_64, arm64, etc.):

### Versions
<!--
Please verify that the issue is reproducible with the current upstream master.
-->
- osslsigncode built from:
  - [ ] upstream master
  - [ ] upstream release (tag):
  - [ ] distribution package (name and version):
- `openssl version -a`
- `osslsigncode --version`

### Files
<!--
Attach files if possible, or mention that you will share them privately.
-->
- [ ] unsigned file
- [ ] file signed with osslsigncode
- [ ] file signed with signtool or the other tool (for comparison)
- [ ] certificate chain used for verification (PEM format)

### Configuration / Settings
<!--
Anything that could affect signing or verification:
- Custom OpenSSL configuration
- Engine / provider settings
- Environment variables (OPENSSL_CONF, etc.)
-->

### Anything else
<!--
Links, references, related issues, workarounds or additional observations.
-->