Parse PEM RSA keys ourself, and use libgcrypt to do RSA encryption and decryption.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 20 May 2007 22:28:49 +0000 (22:28 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 20 May 2007 22:28:49 +0000 (22:28 +0000)
commit465837dd7f7b727d489b354e4b75489dd49fd6e3
tree5bf81d5a3d9d56bd5c587a6c02c142d844da1673
parentfbf305c09d91bf34b1504b58d50392df2e6bcfba
Parse PEM RSA keys ourself, and use libgcrypt to do RSA encryption and decryption.
configure.in
src/Makefile.am
src/connection.h
src/net_setup.c
src/protocol_auth.c
src/rsa.c [new file with mode: 0644]
src/rsa.h [new file with mode: 0644]