Skip to content

Commit

Permalink
add openssl 1.1.1u and 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cfc4n committed Jul 16, 2023
1 parent dfb7f4d commit 622858c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/module/probe_openssl_lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const (
const (
MaxSupportedOpenSSL102Version = 'u'
MaxSupportedOpenSSL110Version = 'l'
MaxSupportedOpenSSL111Version = 's'
MaxSupportedOpenSSL30Version = '7'
MaxSupportedOpenSSL111Version = 'u'
MaxSupportedOpenSSL30Version = '9'
)

// initOpensslOffset initial BpfMap
Expand Down
1 change: 1 addition & 0 deletions utils/openssl_offset_1.1.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function run() {
sslVerMap["q"]="j"
sslVerMap["r"]="j"
sslVerMap["s"]="j"
sslVerMap["u"]="j"


# exit 0
Expand Down
2 changes: 2 additions & 0 deletions utils/openssl_offset_3.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ function run() {
sslVerMap["5"]="0"
sslVerMap["6"]="0"
sslVerMap["7"]="0"
sslVerMap["8"]="0"
sslVerMap["9"]="0"

# shellcheck disable=SC2068
for ver in ${!sslVerMap[@]}; do
Expand Down

0 comments on commit 622858c

Please sign in to comment.