zeek/scripts/policy/protocols/ssl
Jon Siwek 23f04835c6 Deprecate split* family of BIFs.
These functions are now deprecated in favor of alternative versions that
return a vector of strings rather than a table of strings.

Deprecated functions:

- split: use split_string instead.
- split1: use split_string1 instead.
- split_all: use split_string_all instead.
- split_n: use split_string_n instead.
- cat_string_array: see join_string_vec instead.
- cat_string_array_n: see join_string_vec instead.
- join_string_array: see join_string_vec instead.
- sort_string_array: use sort instead instead.
- find_ip_addresses: use extract_ip_addresses instead.

Changed functions:

- has_valid_octets: uses a string_vec parameter instead of string_array.

Addresses BIT-924, BIT-757.
2015-01-21 15:34:42 -06:00
..
expiring-certs.bro re-add notice suppression for expiring certificates 2014-06-06 12:15:38 -07:00
extract-certs-pem.bro Merge remote-tracking branch 'origin/fastpath' 2014-05-21 15:59:26 -05:00
heartbleed.bro and more tiny ssl script fixes 2014-05-21 11:16:24 -07:00
known-certs.bro Merge remote-tracking branch 'origin/fastpath' 2014-05-21 15:59:26 -05:00
log-hostcerts-only.bro Fix missing @load dependencies in some scripts. 2014-04-09 16:32:23 -05:00
notary.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
validate-certs.bro Merge remote-tracking branch 'origin/fastpath' 2014-05-21 15:59:26 -05:00
validate-ocsp.bro fix expression errors in x509 policy scrips when unparseable data is in certificate chain. 2014-05-21 10:50:31 -07:00
weak-keys.bro for dh key exchanges, use p as the parameter for weak key exchanges. 2014-11-17 09:51:47 -08:00