| Summary: | Corrupt KRL file when using multiple CA. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Peter <peter> |
| Component: | ssh-keygen | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | major | CC: | djm |
| Priority: | P5 | ||
| Version: | 6.5p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2266 | ||
|
Description
Peter
2014-11-14 18:25:09 AEDT
Fixed in -current and will be released in OpenSSH 6.8:
> commit 9f9fad0191028edc43d100d0ded39419b6895fdf
> Author: djm@openbsd.org <djm@openbsd.org>
> Date: Mon Nov 17 00:21:40 2014 +0000
>
> upstream commit
>
> fix KRL generation when multiple CAs are in use
>
> We would generate an invalid KRL when revoking certs by serial
> number for multiple CA keys due to a section being written out
> twice.
>
> Also extend the regress test to catch this case by having it
> produce a multi-CA KRL.
>
> Reported by peter AT pean.org
openssh-6.8 is released |