commit | 3feeec87b370958ea24595aa30d8d8e953a601f5 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Oct 01 07:12:27 2016 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Oct 01 08:12:27 2016 -0400 |
tree | 7d51baa75e060f4d0cb00358db4f781ae06638cd | |
parent | 9e66d10732f96eb24861b1a252c8783e75121929 [diff] |
support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182) * support encoding IPv4Network and IPv6Network, useful for NameConstraints * add changelog entry * add more networks with full and no masking (/32, /128, /0) * parametrize the nc tests to fix coverage