Doc: OpenSSL API modernization (SparkPost/Momentum#1276)#850
Open
dkoerichbird wants to merge 11 commits into
Open
Doc: OpenSSL API modernization (SparkPost/Momentum#1276)#850dkoerichbird wants to merge 11 commits into
dkoerichbird wants to merge 11 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>
deepakpn
requested changes
Jun 5, 2026
| | Feature | I-1214 | Removed `msys-nodejs` RPM from the Momentum bundle, to be replaced with the 3rd-party `nodejs` package. Node.js LTS 24+ must be installed separately from the system or a vendor repository. | | ||
| | Feature | I-1216 | Added the [log_hires_timestamp](/momentum/4/config/ref-log-hires-timestamp) option to emit microsecond-resolution timestamps in the `mainlog`, `bouncelog`, `rejectlog`, `paniclog`, custom logs, chunk logs, and message generation logs, preserving event ordering when reading multiple log files together. | | ||
| | Feature | I-1225 | Added optional `--meta` / `--header` filtering to the [`reroute queue`](/momentum/4/console-commands/reroute-queue#reroute_queue_selective) console command, to selectively move queued messages by metadata or RFC822 header match. | | ||
| | Enhancement | I-1276 | The supported range of OpenSSL covers 1.1.1 (RHEL 8) through the 3.5.x series — all pre-1.1.1 compatibility code has been retired. No configuration changes are required — the removed options are silently ignored if still present. | |
Contributor
There was a problem hiding this comment.
Can we also list the deprecated/now-removed config options so customers can get an overview of any potential config changes they might have to make to remove them as they review the changelog?
Contributor
Author
There was a problem hiding this comment.
@deepakpn Can you provide your latest review, please?
…Momentum#1276) 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. |
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
…m#1276) Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
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 changes with no runtime or code impact; operators should note that scripts calling
tls rekeywill fail on 5.3.0+.Overview
Documents Momentum 5.3.0 (I-1276) OpenSSL 1.1.1–3.x cleanup for operators and module authors.
5.3.0 changelog adds the I-1276 enhancement and a dedicated note on config/console impact:
ssl_lock_methodandcrypto_lock_methodare deprecated (accepted but ignored with warnings),tls rekeyis removed (automation gets an error), legacytls_protocolstokens are inert, andcrypto_engineonly works on OpenSSL 1.1.1 (not 3.x ENGINE API).Config and console pages get matching callouts and summary-table version caps (through 5.2 for the lock options and
tls rekey).tls_protocolsis rewritten around real negotiation (TLS_method(), OS crypto policy, typical RHEL 8 = TLS 1.2/1.3).tlsv13_ciphersuitesupdates CLI examples fromopenssl11toopenssland states support across 1.1.1–3.x.ec_ssl_SSL_CTX_fixupgains a 5.3.0+ note: hook unchanged; temp-RSA already no-op; ENGINE-based SSL_CTX tweaks need review on OpenSSL 3.x.Reviewed by Cursor Bugbot for commit 4db5750. Bugbot is set up for automated code reviews on this repo. Configure here.