v1.1.1
This release includes bug fixes and minor updates.
The public key to verify the tarball is here (it isn't certified yet).
Changes since v1.1.0:
-
Bug fixes
- Validate
output.bgpsecpath, check if the path is writable during configuration checks. - Fix bad PDU exchange when the ROAs/Router Keys DB was empty, an End of Data was being sent when a Reset Query PDU was received.
- Validate
-
Updates
- Add missing validation from RFC 7935 section 3 (subjectPublicKey modulus and exponent).
- Use type
blksize_t(<sys/types.h>) instead of__blksize_t(<bits/types.h>) to avoid a specific compilation error on Alpine Linux.