The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=6531070132b0210aaaeb08c0dc93cb272bed348e
commit 6531070132b0210aaaeb08c0dc93cb272bed348e Author: Ed Maste <[email protected]> AuthorDate: 2026-05-15 16:16:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-05-15 16:19:49 +0000 openssh: Add reference for another local patch A bug fix was committed locally and submitted upstream. Document it in our upgrade instructions, as these sometimes take a long time before getting merged. Sponsored by: The FreeBSD Foundation --- crypto/openssh/FREEBSD-upgrade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 815c11a8f8ca..6987956ce163 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -188,6 +188,11 @@ internet protocols are supported by the kernel before trying to connect to the target host. This avoids confusing the user with spurious error messages. + +12) EVP_CIPHER_CTX_get_iv() stub bugfix + + Bug fix submitted upstream at + https://bugzilla.mindrot.org/show_bug.cgi?id=3873 This port was brought to you by (in no particular order) DARPA, NAI
