[InterNetNews/inn] 9a0e5a: TLS support: Update the logging facility to new Op...
Russ Allbery
noreply at github.com
Sun Oct 17 08:50:55 UTC 2021
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: 9a0e5ae619ea3c112598da7a63b0f1f169ab3a4e
https://github.com/InterNetNews/inn/commit/9a0e5ae619ea3c112598da7a63b0f1f169ab3a4e
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)
Changed paths:
M nnrpd/tls.c
Log Message:
-----------
TLS support: Update the logging facility to new OpenSSL API
BIO_set_callback() was deprecated in OpenSSL 3.0.0. Replace it with
BIO_set_callback_ex() which was introduced in OpenSSL 1.1.1.
Commit: df5a09b5d6ccbc45baa4570e2a993e55635e7807
https://github.com/InterNetNews/inn/commit/df5a09b5d6ccbc45baa4570e2a993e55635e7807
Author: Russ Allbery <eagle at eyrie.org>
Date: 2021-10-17 (Sun, 17 Oct 2021)
Changed paths:
M nnrpd/tls.c
Log Message:
-----------
Add casts to new bio_dump_cb
Some of the types weren't compatible on 32-bit architectures.
Compare: https://github.com/InterNetNews/inn/compare/0d664dfc9ab7...df5a09b5d6cc
More information about the inn-committers
mailing list