From: Jonathan McDowell Date: Tue, 9 Apr 2019 19:54:57 +0000 (+0100) Subject: Add ability to drop overly large packets X-Git-Tag: onak-0.6.0~64 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hp=adc800dbc424a1e246dd4a82a0c2e88eeda25531;p=onak.git Add ability to drop overly large packets As per draft-dkg-openpgp-abuse-resistant-keystore add the ability to drop "large" packets. These are defined as UIDs more than 1024 bytes long, UATs greater than 64k in size and all other packets larger than 8383 bytes (the maximum that will fit in a 2 byte new format packet length). Disabled by default, enable with "check_packet_size" in the verification config section. ---