streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.85k stars 620 forks source link

Regenerate certs with SHA256 to fix test with Go 1.18+ #525

Open anthonyfok opened 2 years ago

anthonyfok commented 2 years ago

This fixes "x509: cannot verify signature: insecure algorithm SHA1-RSA" error with Go 1.18 and up in TestTLSHandshake.

Thanks to @lnussbaum for the bug report; see https://bugs.debian.org/1008423

michaelklishin commented 10 months ago

Team RabbitMQ no longer pays any attention to this fork. Consider switching to, and submitting your PRs again, https://github.com/rabbitmq/amqp091-go/.

anthonyfok commented 10 months ago

For the record (because I have forgotten too), an equivalent PR was submitted on the same day (April 6, 2022) to https://github.com/rabbitmq/amqp091-go as rabbitmq/amqp091-go#66 (which was approved and merged on the same day)