Parse PEM RSA keys ourself, and use libgcrypt to do RSA encryption and decryption.

This commit is contained in:
Guus Sliepen 2007-05-20 22:28:49 +00:00
parent fbf305c09d
commit 465837dd7f
7 changed files with 355 additions and 129 deletions

View file

@ -145,6 +145,7 @@ AC_CACHE_SAVE
dnl These are defined in files in m4/
AM_PATH_LIBGCRYPT([], [], [AC_MSG_ERROR([Libgcrypt not found.]); break])
tinc_OPENSSL
tinc_ZLIB
tinc_LZO