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 a TLS Client Hello contains the "Delegated Credentials" extension, for example, JA4 will include those Signature Hash Algorithms in JA4_c when it should only include the Signature Hash Algorithms from the "Signature Algorithms" extension.
The text was updated successfully, but these errors were encountered:
* JA4: Include SNI and ALPN in the "original" outputs
Include SNI (0000) and ALPN (0010) in `ja4_o` and `ja4_ro` output.
Context: #40 (comment)
* JA4H: Ignore case when searching for "Cookie" and "Referer" fields
* JA4: Take `sig_hash_alg` values from `signature_algorithms` extension only
Related issue: #41
* Update Rust dependencies
If a TLS Client Hello contains the "Delegated Credentials" extension, for example, JA4 will include those Signature Hash Algorithms in JA4_c when it should only include the Signature Hash Algorithms from the "Signature Algorithms" extension.
The text was updated successfully, but these errors were encountered: