You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you are using MongooseIM 4.1.0 to 6.3.1 with SCRAM authentication and OpenSSL >=3.4.1, hashes for algorithms stronger than SHA-1 are calculated incorrectly.
38
38
This issue is fixed in this release. See [SCRAM hashing issue](/doc/developers-guide/SCRAM-serialization.md#scram-hash-calculation-issue-in-mongooseim-410631) for details and required actions.
39
+
- OpenSSL versions below 3.0 are no longer supported. If you are using OpenSSL 1.x or older, you must upgrade to OpenSSL 3.x before updating MongooseIM, as older versions will not work.
39
40
40
41
## Commits, merged PRs and closed issues
41
42
-[List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.3.2)
Cipher suites to use. Please refer to the [OpenSSL documentation](http://www.openssl.org/docs/man1.0.2/apps/ciphers.html) for the cipher string format. For allowed values, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers).
417
+
Cipher suites to use. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format. For allowed values, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers).
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](http://www.openssl.org/docs/man1.0.2/apps/ciphers.html) for the cipher string format. For `fast_tls`, this string can be used to specify versions as well. For `just_tls`, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers) for allowed values.
139
+
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format. For `fast_tls`, this string can be used to specify versions as well. For `just_tls`, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers) for allowed values.
140
140
141
141
### `listen.c2s.tls.protocol_options` - only for `fast_tls`
Copy file name to clipboardexpand all lines: doc/migrations/6.3.1_6.3.2.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,11 @@ Migration scripts for CockroachDB, PostgreSQL, MySQL, and MS SQL are available i
88
88
89
89
System message translations are now handled by [`service_translations`](../configuration/Services.md#service_translations). Translations files can be found in [`priv/translations/`](https://github.com/esl/MongooseIM/tree/master/priv/translations/).
90
90
91
-
###SCRAM hashing fix
91
+
## SCRAM hashing fix
92
92
93
93
In versions 6.3.1 and earlier, a bug caused incorrect hash calculations for SCRAM authentication when using algorithms stronger than SHA-1 with OpenSSL >=3.4.1.
94
94
This release includes a fix for this issue. If you were affected, all users must reset their passwords after upgrading to ensure correct authentication.
95
95
For more details, see [SCRAM hashing issue](../developers-guide/SCRAM-serialization.md#scram-hash-calculation-issue-in-mongooseim-410631).
96
+
97
+
## OpenSSL <3.0 no longer supported
98
+
All OpenSSL versions below 3.0 are no longer supported. If your deployment relies on OpenSSL 1.x or older, you must upgrade to OpenSSL 3.x before updating MongooseIM, as older versions will not work.
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://www.openssl.org/docs/man1.0.2/man1/ciphers.html) for the cipher string format.
238
+
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format.
Copy file name to clipboardexpand all lines: doc/tutorials/How-to-build.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To compile MongooseIM you need:
20
20
* Erlang/OTP 26.0 or higher:
21
21
* `erlang` EPEL package, or,
22
22
* install using [kerl](https://github.com/kerl/kerl),
23
-
* OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption: `openssl` and `openssl-devel`,
23
+
* OpenSSL 3.0.2 or higher, for STARTTLS, SASL and SSL encryption: `openssl` and `openssl-devel`,
24
24
* ODBC library: `unixODBC-devel`,
25
25
* Zlib 1.2.3 or higher: `zlib-devel`.
26
26
@@ -31,7 +31,7 @@ To compile MongooseIM you need:
31
31
* Erlang/OTP 24.0 or higher:
32
32
* `erlang` package, or,
33
33
* install using [kerl](https://github.com/kerl/kerl),
34
-
* OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption: `olibssl-dev`,
34
+
* OpenSSL 3.0.2 or higher, for STARTTLS, SASL and SSL encryption: `olibssl-dev`,
35
35
* ODBC library: `unixodbc-dev`,
36
36
* Zlib 1.2.3 or higher: `zlib1g-dev`.
37
37
@@ -41,9 +41,14 @@ To compile MongooseIM you need:
41
41
* Erlang/OTP 24.0 or higher:
42
42
* [`erlang`](https://formulae.brew.sh/formula/erlang) from Homebrew,
43
43
* install using [kerl](https://github.com/kerl/kerl),
44
-
* OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption: [`openssl`](https://formulae.brew.sh/formula/openssl@1.1) from Homebrew
44
+
* OpenSSL 3.0.2 or higher, for STARTTLS, SASL and SSL encryption: [`openssl`](https://formulae.brew.sh/formula/openssl@3.0) from Homebrew
45
45
* ODBC library: [`unixodbc`](https://formulae.brew.sh/formula/unixodbc) from Homebrew.
46
46
47
+
### OpenSSL Version Compatibility
48
+
49
+
- MongooseIM 6.3.2+ requires OpenSSL 3.0 or newer to compile.
50
+
- MongooseIM 6.3.1 and earlier support OpenSSL <3.0 but may have issues with SCRAM authentication when using OpenSSL 3.4.1+. See the [SCRAM hashing issue](../developers-guide/SCRAM-serialization.md#scram-hash-calculation-issue-in-mongooseim-410631) for details.
0 commit comments