diff --git a/Cargo.lock b/Cargo.lock index f20804e..dfb0895 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "tls-parser" -version = "0.12.0" +version = "0.12.1" dependencies = [ "clap", "cookie-factory", diff --git a/Cargo.toml b/Cargo.toml index d63e59d..1d8eab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/rusticata/tls-parser" repository = "https://github.com/rusticata/tls-parser.git" documentation = "https://docs.rs/tls-parser" name = "tls-parser" -version = "0.12.0" +version = "0.12.1" authors = ["Pierre Chifflier "] categories = ["network-programming", "parser-implementations"] edition = "2018" diff --git a/README.md b/README.md index 0cafe71..a0d9faa 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,11 @@ values than to get a generic parse error). ## Changes +### 0.12.1 + +- Set MAX_RECORD_LEN to 2^14 + 256 for TLSCipherText (#72) +- Change parse_content_and_signature definition to elide useless lifetimes + ### 0.12.0 - Set MSRV to 1.70 (required by num_enum)