]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: update der-parser to 8.2.0
authorJason Ish <jason.ish@oisf.net>
Mon, 17 Apr 2023 21:27:07 +0000 (15:27 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 1 May 2023 06:03:56 +0000 (08:03 +0200)
commitb4f0d3c741d7673881dc43f4a841c467d9177a84
treec8e4aea1ba1aad1fe73eda5240575884d32f3646
parent59734d16a18708c182a03d5d46c7356c678a44b5
rust: update der-parser to 8.2.0

Minimal modifications required on the Suricata side, mainly for fields
becoming private and needing an accessor instead.

Note: As the kerberos parser still depends on der-parser 6.0, we still
have to depend on that so it is depended on, but renamed to
der-parser6. There is not an udpated kerberos-parser yet that uses
der-parser 8.2.0.

Ticket: #5991
rust/Cargo.lock.in
rust/Cargo.toml.in
rust/src/asn1/mod.rs
rust/src/kerberos.rs
rust/src/krb/krb5.rs
rust/src/smb/auth.rs