Displaying 1 result from an estimated 1 matches for "gnucrypt".
Did you mean:
encrypt
2007 Sep 02
2
other crypto apis
...9;m browsing the sourcecode from
1.1 branch and i'm tempted to isolate everything which is looking
like crypto stuff to a separate file and defining some wrapper
functions resulting in an abstraction layer.
From 2.0 README i learn that openssl should be dropped in favour of
gnutls and gnucrypt. I think this might be a good chance to
modularize this part of tinc, so poeple/distributors may choose from
different crypto/auth backends.
Now my two questions:
- Is it worth investing a great effort into tinc 1.1 and create some
abstraction layer?
- Any chances to get something like this...