Doc: OpenSSL API modernization (SparkPost/Momentum#1276)#850
Open
dkoerichbird wants to merge 2 commits into
Open
Doc: OpenSSL API modernization (SparkPost/Momentum#1276)#850dkoerichbird wants to merge 2 commits into
dkoerichbird wants to merge 2 commits into
Conversation
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…um#1276) Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Documentation-only updates to TLS/OpenSSL options and 5.3.0 changelog; no product code changes.
Overview
Documents Momentum 5.3.0 / I-1276 OpenSSL modernization (supported 1.1.1 through 3.5.x; pre-1.1.1 compatibility retired).
Removed in 5.3.0 (pages kept for older releases):
crypto_lock_methodandssl_lock_methodare marked removed—OpenSSL is internally thread-safe and legacy locking callbacks are gone; staleecelerity.confentries are silently ignored. Consoletls rekeyis documented as removed (temporary RSA / export-grade path); summary tables now show 4.0 through 5.2 for those options andtls rekey.Updated TLS guidance:
tls_protocolsexplains that config tokens remain for compatibility but negotiated protocols depend on OpenSSL and OS crypto policy (e.g. RHEL 8 DEFAULT → TLS 1.2/1.3 only); example shifts to disabling SSLv3 and TLS 1.0/1.1.tlsv13_ciphersuitesbroadens OpenSSL version wording and replacesopenssl11CLI examples withopenssl.Changelog: Adds the I-1276 enhancement row to 5.3.0.
Reviewed by Cursor Bugbot for commit be3ef72. Bugbot is set up for automated code reviews on this repo. Configure here.