Commit c995029
MB-59071: Upgrade to OpenSSL 3.x
As part of upgrade to OpenSSL 3 remove the MD5 hash as it is
deprecated in OpenSSL3 (and not used in our product anymore after
we dropped support for CRAM-MD5)
Include the fix for MB-58222 causing cbstats to fail due to
use of `inspect.getargspec` (Upgrade of OpenSSL brought in a
new version of Python)
Change-Id: I044cf40864ef391027e630a72ccfa3d1a9f4e15c
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/199148
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Trond Norbye <[email protected]>
Well-Formed: Restriction Checker1 parent 1f1f244 commit c995029
File tree
19 files changed
+24
-813
lines changed- cbcrypto
- cbsasl
- daemon
- engines/ep/management
- include/cbcrypto
- protocol/connection
- tests/testapp
- utilities
19 files changed
+24
-813
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 5 | + | |
16 | 6 | | |
17 | 7 | | |
18 | 8 | | |
| |||
0 commit comments