tls-parser icon indicating copy to clipboard operation
tls-parser copied to clipboard

TLS parser written in rust with nom

Results 14 tls-parser issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. Release notes Sourced from clap's releases. v4.0.2 [4.0.2] - 2022-09-28 Fixes (parser) SetFalse should conflict with itself like SetTrue and...

dependencies

Rule writers have reported that Suricata can't inspect some fields in a cert if the issuer is missing from it. https://redmine.openinfosecfoundation.org/issues/5439 Suricata's call to `parse_x509_der` errors with: `(suricata::x509::rs_x509_decode) -- Error(Der(NomError(Many1)))`...

Updates the requirements on [phf_codegen](https://github.com/sfackler/rust-phf) to permit the latest version. Release notes Sourced from phf_codegen's releases. v0.11.0 What's Changed Implement PhfHash for integral arrays of any size. by @​turbocool3r in...

dependencies

Updates the requirements on [phf](https://github.com/sfackler/rust-phf) to permit the latest version. Release notes Sourced from phf's releases. v0.11.0 What's Changed Implement PhfHash for integral arrays of any size. by @​turbocool3r in...

dependencies

0.8.1 is used by the Suricata 5.0.x stable branch. It was reported to us that there are CVEs assigned to `rand_core` versions used by this version of `tls-parser`. Advisory: https://github.com/rust-random/rand/security/advisories/GHSA-mmc9-pwm7-qj5w...

~# REQUIRES #47 TO LAND FIRST #~ This PR builds upon #47. The aim is to provide a correct helper that combines DTLS fragments into a full message. The test...

In local `cargo build` and `cargo test` do no raise errors.

Hello, Would it be possible to handle the SSLv2 protocol ? Also, it could be great I think, if the cipher suites list would contain the cipher suites not listed...

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.9. Release notes Sourced from clap's releases. v4.5.9 [4.5.9] - 2024-07-09 Fixes (error) When defining a custom help flag, be sure to suggest it like...

dependencies
rust

Hi. do you have any plans to release 0.12 also on crates as there is 0.11.0 as latest version https://crates.io/crates/tls-parser/