hdu-sdlzx opened a new pull request, #509: URL: https://github.com/apache/pulsar-client-cpp/pull/509
Fixes #508 ### Motivation OpenSSL 3.x deprecated some APIs used in pulsar. These APIs will not exist in OpenSSL headers if you configure OpenSSL with "no-deprecated". ### Modifications Use EVP APIs to replace RSA APIs as suggested by OpenSSL 3.x Here is the official example of the new APIs: https://docs.openssl.org/3.5/man3/EVP_PKEY_decrypt/#examples ### Verifying this change - [*] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as BasicEndToEndTest.testRSAEncryption ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [*] `doc-not-needed` (Please explain why) Internal changes, not visible to pulsar users. - [ ] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already added) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
