| Summary: | PROTOCOL.key mis-describes private section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Simon Tatham <anakin> | ||||||||
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | normal | CC: | anakin, cjwatson, djm, tylercashea33 | ||||||||
| Priority: | P5 | ||||||||||
| Version: | 6.8p1 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 3418 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Simon Tatham
2015-04-27 04:04:16 AEST
Created attachment 2608 [details]
hex dump of testkey
Also attached the full hex dump of the decoded base64 in my test key file.
Created attachment 3174 [details]
Make PROTOCOL.key agree more closely with reality
I ran into this independently and put together the attached patch to improve the protocol documentation. It probably shouldn't close this bug as I haven't done anything about describing the internal encoding of each private key, but it's a step forward.
This was mostly fixed in openssh-8.7, except for the s/char/byte/. I just committed a fix for that too. Thanks Closing bugs from OpenSSH 9.1 release cycle |