Skip to content

rabbitmq-c v0.10.0

Compare
Choose a tag to compare
@alanxz alanxz released this 02 Dec 04:41
· 172 commits to master since this release

Added:

  • amqp_ssl_socket_get_context can be used to get the current OpenSSL CTX*
    associated with a connection.

Changed:

  • openssl: missing OpenSSL config is ignored as an OpenSSL init error (#523)
  • AMQP_DEFAULT_MAX_CHANNELS is now set to 2047 to follow current default channel
    limit in the RabbitMQ broker. (#513)

Fixed:

  • add additional input validation to prevent integer overflow when parsing a
    frame header. This addresses CVE-2019-18609.