Skip to content

Releases: bgpsecurity/rpstir

v0.13

21 Mar 12:13
Compare
Choose a tag to compare

v0.12

17 Jun 18:28
Compare
Choose a tag to compare
  • Fixed a bug where an "evil twin" certificate (maliciously crafted certificate that uses the same public key, SKI, and issuer as another valid certificate) could cause RPSTIR to treat valid objects as invalid.
  • Fixed some potentially exploitable buffer overflow bugs.
  • Fixed unsafe use of snprintf().
  • Compatibility improvements for MySQL 5.7.
  • The undocumented, incomplete, and probably buggy support for LTAM has been removed. (draft-ietf-sidr-ltamgmt has been deprecated in favor of draft-ietf-sidr-slurm.)
  • Miscellaneous code clean-up and minor bug fixes.
  • Adjusted README to instruct users to build a shared version of OpenSSL.
  • Bumped copyright year to 2016.
  • A compiler with C99 support is now required.
  • Build system improvements. Autoconf 2.60 is now required.
  • Test suite improvements.

v0.11

25 Nov 21:41
Compare
Choose a tag to compare
  • Fix a bug where ROAs with hundreds of ROAIPAddresses or more would be truncated.
  • Add support for new-style Trust Anchor Locators (TALs).
  • Fix a potential buffer overflow in code that handles untrusted input.
  • Fix performance scaling of rpki-rtr-daemon. The rpki-rtr-daemon previously had poor performance with very large rtr_incremental or rtr_full tables.
  • Decrease the likelihood of a malformed rsync URI resulting in a successful attack, by passing the --protect-args option to rsync.
  • Improve conformance to RFC6810 by sending a No Data Available PDU instead of a Cache Reset PDU in response to a serial query for which we don't have data yet.
  • Fix expired certificates in the test suite.
  • Fix a potential infinite loop in one of the self tests.
  • Fix a compatibility bug in the test suite, where the tests were failing on several popular systems that use a particular version of netcat.

v0.10

25 Nov 21:41
Compare
Choose a tag to compare
change based on reviews

v0.9

25 Nov 21:42
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/topic.273.upgrade'

v0.8

25 Nov 21:42
Compare
Choose a tag to compare
Update changelog for v0.8

v0.7

25 Nov 21:42
Compare
Choose a tag to compare
match tenses with the line below

v0.6

25 Nov 21:42
Compare
Choose a tag to compare
use debug level for sockline log message

v0.5

25 Nov 21:43
Compare
Choose a tag to compare
version bump

v0.4

25 Nov 21:42
Compare
Choose a tag to compare
add some output of AC_CONFIG_FILES() to .gitignore