Ticket #200 (closed defect: fixed)
NB! Read about ReportingBugs before filing a ticket!
pkcs15-tool --read-ssh-key 45 -o filename broken
| Reported by: | jmpoure | Owned by: | aj |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.0 |
| Component: | tools | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
For strange reasons, in OpenSC 0.11.6 stable version, -o filename outputs the RSA public key to the console. I was not able to output the RSA key to file. Kind regards, JMP
Change History
comment:2 Changed 2 years ago by aj
- Owner changed from opensc-devel@… to aj
- Status changed from new to assigned
comment:3 Changed 2 years ago by martin
- Component changed from opensc to tools
- Milestone set to 0.12.0
Congratz! 200th bug report, a "2.0" birthday for OpenSC!
Note: See
TracTickets for help on using
tickets.

in all versions of opensc ever since "--read-ssh-key" code was added: the function does ignore "-o"/"--output" parameter and writes to stdout.
will fix that.