Skip to content

v0.12

Compare
Choose a tag to compare
@rhansen rhansen released this 17 Jun 18:28
· 169 commits to master since this release
  • 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.