Skip to content

Commit

Permalink
user: root cause detail.
Browse files Browse the repository at this point in the history
Co-Authored-By: blaisewang <[email protected]>
Signed-off-by: CFC4N <[email protected]>
  • Loading branch information
cfc4n and blaisewang committed Oct 9, 2022
1 parent 29492b8 commit ebfa025
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion user/module/probe_openssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,12 @@ func (this *MOpenSSLProbe) saveMasterSecret(secretEvent *event.MasterSecretEvent
length = 48
transcript = crypto.SHA384
default:
// TODO need to get root cause,
// TODO: multi version compatible.
// root cause : cipher's offset in ssl_st struct was changed between 1.1.1*.
// group a : 1.1.1a
// group b : 1.1.1b-1.1.1c
// group c : 1.1.1d-1.1.1i
// group e : 1.1.1j-1.1.1q
length = 32
transcript = crypto.SHA256
this.logger.Printf("non-TLSv1.3 cipher suite in tls13_hkdf_expand, CipherId: %d, use SHA256 default.", secretEvent.CipherId)
Expand Down

0 comments on commit ebfa025

Please sign in to comment.