]> git.meshlink.io Git - meshlink/commit
Use the crypto wrappers again instead of calling OpenSSL directly.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Dec 2008 14:44:44 +0000 (14:44 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Dec 2008 14:44:44 +0000 (14:44 +0000)
commit046158a216e78a0412186ec8463157f6bce45d5d
tree34dcf0a959a31262cc547a9114446c2279f1963e
parent8c69f42d7d9b4d9d5f6b6656cfc1bf1e1abee854
Use the crypto wrappers again instead of calling OpenSSL directly.
This theoretically allows other cryptographic libraries to be used,
and it improves the readability of the code.
src/connection.c
src/connection.h
src/meta.c
src/net_packet.c
src/net_setup.c
src/node.c
src/node.h
src/protocol_auth.c
src/protocol_key.c
src/tincd.c