mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix x509 analyzer to correctly return ecdsa as the key_type for ecdsa certs.
Returned dsa so far. Bug found by Michał Purzyński
This commit is contained in:
parent
5436faed69
commit
cd21b7f130
5 changed files with 25 additions and 1 deletions
3
testing/btest/scripts/base/protocols/ssl/ecdsa.test
Normal file
3
testing/btest/scripts/base/protocols/ssl/ecdsa.test
Normal file
|
@ -0,0 +1,3 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/tls/ecdsa-cert.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
# @TEST-EXEC: btest-diff x509.log
|
Loading…
Add table
Add a link
Reference in a new issue