Skip to content

Commit

Permalink
docs/release-notes: note Azure SSH regression fix with new openssl
Browse files Browse the repository at this point in the history
On versions of the openssl crate new enough to have parse2(), the legacy
parse() function is a wrapper that panics when parsing the Azure SSH key
certificate:

    thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', [...]/openssl-0.10.52/src/pkcs12.rs:42:31

We've switched to parse2() in the current codebase, but older versions
built with newer openssl will fail.  Note the fix.

See coreos/fedora-coreos-tracker#1492.
  • Loading branch information
bgilbert committed May 19, 2023
1 parent f7e2fe1 commit 0e159be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Major changes:

Minor changes:

- Fix SSH key fetching on Azure with `openssl` crate ≥ 0.10.46

Packaging changes:

Expand Down

0 comments on commit 0e159be

Please sign in to comment.