]> tinc-vpn.org Git - tinc/commit
Avoid using deprecated OpenSSL functions master
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 8 Nov 2025 23:23:22 +0000 (00:23 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 9 Nov 2025 15:50:02 +0000 (16:50 +0100)
commit3cb899302df930796db2da8bb3b6a36a6d179d96
tree2adba2521648b7a58a5a735d1714d04db4788f1b
parent8026259ca027f56ad4ec89b3570887089d224285
Avoid using deprecated OpenSSL functions

Replace deprecated OpenSSL functions related to RSA key handling with
ones that don't generate warnings from OpenSSL 3.0 and later.

Warn about obsolete PublicKey and PrivateKey statements, which were no
longer generated by tinc since 1.0pre4.
doc/tinc.conf.5.in
doc/tinc.texi
m4/openssl.m4
src/connection.c
src/connection.h
src/net_setup.c
src/protocol_auth.c
src/tincd.c