| Summary: | Fix openssl-3.0 regression: fix dhgex for non-GCM ciphers | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Marc Kleine-Budde <mkl> | ||||||||
| Component: | Miscellaneous | Assignee: | Damien Miller <djm> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | normal | CC: | djm, dtucker, rajesh.satya | ||||||||
| Priority: | P5 | ||||||||||
| Version: | -current | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 3217 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Marc Kleine-Budde
2020-12-04 01:37:55 AEDT
Created attachment 3462 [details]
v2
*** Bug 3249 has been marked as a duplicate of this bug. *** Current status is that we're waiting for OpenSSL to rename an incompatible API: https://github.com/openssl/openssl/issues/13411 Until then, please consider OpenSSL 3.* unsupported by OpenSSH Created attachment 3473 [details] adapt to OpenSSL 3.x API It looks like OpenSSL did finally fix this: https://github.com/openssl/openssl/commit/0d83b7b9036feea680ba45751df028ff5e86cd63 Here's a patch that tries to use the new names. Darren - do you have a ossl3x builder handy to test this against? this has been committed and will be in openssh-8.5, due real soon close bugs that were resolved in OpenSSH 8.5 release cycle |