mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Add very basic ocsp stapling support.
This only allows access to the ocsp stapling response data. No verification or anything else at the moment.
This commit is contained in:
parent
9b7eb293f1
commit
c24629abf4
7 changed files with 41 additions and 2 deletions
|
@ -341,6 +341,7 @@ type Certificate(rec: SSLRecord) = record {
|
|||
|
||||
type CertificateStatus(rec: SSLRecord) = record {
|
||||
status_type: uint8; # 1 = ocsp, everything else is undefined
|
||||
length : uint24;
|
||||
response: bytestring &restofdata;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue