mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: add new TLS extension type numbers from IANA
This commit is contained in:
commit
cfda4113f4
3 changed files with 19 additions and 1 deletions
14
CHANGES
14
CHANGES
|
@ -1,4 +1,18 @@
|
||||||
|
|
||||||
|
2.3-beta-14 | 2014-06-05 14:43:33 -0700
|
||||||
|
|
||||||
|
* Add new TLS extension type numbers from IANA (Bernhard Amann)
|
||||||
|
|
||||||
|
* Switch to double hashing for Bloomfilters for better performance.
|
||||||
|
(Matthias Vallentin)
|
||||||
|
|
||||||
|
* Bugfix to use full digest length instead of just one byte for
|
||||||
|
Bloomfilter's universal hash function. Addresses BIT-1140.
|
||||||
|
(Matthias Vallentin)
|
||||||
|
|
||||||
|
* Make buffer for X509 certificate subjects larger. Addresses
|
||||||
|
BIT-1195 (Bernhard Amann)
|
||||||
|
|
||||||
2.3-beta-5 | 2014-05-29 15:34:42 -0500
|
2.3-beta-5 | 2014-05-29 15:34:42 -0500
|
||||||
|
|
||||||
* Fix misc/load-balancing.bro's reference to
|
* Fix misc/load-balancing.bro's reference to
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-beta-5
|
2.3-beta-14
|
||||||
|
|
|
@ -94,6 +94,10 @@ export {
|
||||||
[16] = "application_layer_protocol_negotiation",
|
[16] = "application_layer_protocol_negotiation",
|
||||||
[17] = "status_request_v2",
|
[17] = "status_request_v2",
|
||||||
[18] = "signed_certificate_timestamp",
|
[18] = "signed_certificate_timestamp",
|
||||||
|
[19] = "client_certificate_type",
|
||||||
|
[20] = "server_certificate_type",
|
||||||
|
[21] = "padding", # temporary till 2015-03-12
|
||||||
|
[22] = "encrypt_then_mac", # temporary till 2015-06-05
|
||||||
[35] = "SessionTicket TLS",
|
[35] = "SessionTicket TLS",
|
||||||
[40] = "extended_random",
|
[40] = "extended_random",
|
||||||
[13172] = "next_protocol_negotiation",
|
[13172] = "next_protocol_negotiation",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue