mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
![]() This commit fixes a few small issues. * server key exchange parameters are only parsed when a named curve is given. * I removed the ssl-verbose.bro and moved the functionality into the testcase. The information that we get with these events is likely irrelevant to the majority of Bro users; I do not think that we have to ship a script that uses them by default. A script like this would be something to publish via the Bro package manager instead; this is the approach that we have taken with a number of the recent SSL addition. * I marked the ssl_server_curve event as deprecated. More information is contained in the new ssl_ecdh_server_params event. This is an events that is probably seldomly (or never) directly used by anyone; I plan to completely remove it right after the 2.6 release. |
||
---|---|---|
.. | ||
basic.test | ||
common_name.test | ||
cve-2015-3194.test | ||
dhe.test | ||
dpd.test | ||
dtls-stun-dpd.test | ||
dtls.test | ||
ecdhe.test | ||
ecdsa.test | ||
fragment.test | ||
handshake-events.test | ||
keyexchange.test | ||
ocsp-http-get.test | ||
ocsp-request-only.test | ||
ocsp-request-response.test | ||
ocsp-response-only.test | ||
ocsp-revoked.test | ||
ocsp-stapling.test | ||
signed_certificate_timestamp.test | ||
tls-1.2-ciphers.test | ||
tls-1.2-handshake-failure.test | ||
tls-1.2-random.test | ||
tls-1.2.test | ||
tls-extension-events.test | ||
tls13-experiment.test | ||
tls13.test | ||
x509_extensions.test |