@@ -28,6 +28,10 @@ breaking changes, and mappings for the large list of deprecated functions.
|
28 | 28 | |
29 | 29 | [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod |
30 | 30 | |
| 31 | +### Changes between 3.0.16 and 3.0.17 [1 Jul 2025] |
| 32 | + |
| 33 | + * none yet |
| 34 | + |
31 | 35 | ### Changes between 3.0.15 and 3.0.16 [11 Feb 2025] |
32 | 36 | |
33 | 37 | * Fixed timing side-channel in ECDSA signature computation. |
@@ -3273,7 +3277,7 @@ OpenSSL 1.1.1
|
3273 | 3277 | * Support for TLSv1.3 added. Note that users upgrading from an earlier |
3274 | 3278 | version of OpenSSL should review their configuration settings to ensure |
3275 | 3279 | that they are still appropriate for TLSv1.3. For further information see: |
3276 | | - <https://wiki.openssl.org/index.php/TLS1.3> |
| 3280 | + <https://github.com/openssl/openssl/wiki/TLS1.3> |
3277 | 3281 | |
3278 | 3282 | *Matt Caswell* |
3279 | 3283 | |
@@ -4561,7 +4565,7 @@ OpenSSL 1.1.0
|
4561 | 4565 | |
4562 | 4566 | * The GOST engine was out of date and therefore it has been removed. An up |
4563 | 4567 | to date GOST engine is now being maintained in an external repository. |
4564 | | - See: <https://wiki.openssl.org/index.php/Binaries>. Libssl still retains |
| 4568 | + See: <https://github.com/openssl/openssl/wiki/Binaries>. Libssl still retains |
4565 | 4569 | support for GOST ciphersuites (these are only activated if a GOST engine |
4566 | 4570 | is present). |
4567 | 4571 | |
@@ -5340,6 +5344,11 @@ OpenSSL 1.1.0
|
5340 | 5344 | |
5341 | 5345 | *Rob Percival <robpercival@google.com>* |
5342 | 5346 | |
| 5347 | + * SSLv3 is by default disabled at build-time. Builds that are not |
| 5348 | + configured with "enable-ssl3" will not support SSLv3. |
| 5349 | + |
| 5350 | + *Kurt Roeckx* |
| 5351 | + |
5343 | 5352 | OpenSSL 1.0.2 |
5344 | 5353 | ------------- |
5345 | 5354 | |
|