Add support for OpenSSL 3.0+
authorKirill Isakov <bootctl@gmail.com>
Thu, 17 Mar 2022 14:49:29 +0000 (20:49 +0600)
committerKirill Isakov <bootctl@gmail.com>
Thu, 17 Mar 2022 16:15:37 +0000 (22:15 +0600)
commitdcf9e6c3e444fd39318f8d5b261bdc22e5031f67
treedc75bddeedbe3fd12ad4c1da7c98d5ac5aff2918
parente1d5459339d7417cda45a7fa0d3c47db555ae6a9
Add support for OpenSSL 3.0+

Also use centralized logging for OpenSSL errors.

https://github.com/gsliepen/tinc/issues/347
src/Makefile.am
src/openssl/cipher.c
src/openssl/crypto.c
src/openssl/digest.c
src/openssl/digest.h
src/openssl/log.c [new file with mode: 0644]
src/openssl/log.h [new file with mode: 0644]
src/openssl/rsa.c
src/openssl/rsagen.c