Skip to content

v1.1.1

Choose a tag to compare

@pcarana pcarana released this 31 Oct 18:20
v1.1.1
8005195

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.bgpsec path, 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.
  • 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.