mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fixes for OpenSSL 1.1 support
The following tests currently fail due to what seems like different behavior in OpenSSL 1.1 vs 1.0: scripts/base/protocols/rdp/rdp-x509.bro bifs/x509_verify.bro
This commit is contained in:
parent
e33a3a9c02
commit
8f990036f6
5 changed files with 425 additions and 59 deletions
|
@ -29,8 +29,8 @@ protected:
|
|||
OCSP(RecordVal* args, File* file, bool request);
|
||||
|
||||
private:
|
||||
void ParseResponse(OCSP_RESPVal *, const char* fid = 0);
|
||||
void ParseRequest(OCSP_REQUEST *, const char* fid = 0);
|
||||
void ParseResponse(OCSP_RESPVal*, const char* fid = 0);
|
||||
void ParseRequest(OCSP_REQUEST*, const char* fid = 0);
|
||||
void ParseExtensionsSpecific(X509_EXTENSION* ex, bool, ASN1_OBJECT*, const char*) override;
|
||||
|
||||
std::string ocsp_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue