Move RSA key generation into the wrappers.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 14 Dec 2008 12:47:26 +0000 (12:47 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 14 Dec 2008 12:47:26 +0000 (12:47 +0000)
commit551cd19406a560d0d206bff5b4e9da064ec222b6
treef0ecb3ff69ad6b8dc1c53a09ffdb51714eabad19
parent911c05f873ad967c40d04aa7347b1067fe62c055
Move RSA key generation into the wrappers.
18 files changed:
configure.in
have.h
src/Makefile.am
src/connection.h
src/gcrypt/cipher.c
src/gcrypt/cipher.h
src/gcrypt/digest.h
src/gcrypt/rsa.c
src/gcrypt/rsagen.c [new file with mode: 0644]
src/gcrypt/rsagen.h [new file with mode: 0644]
src/meta.c
src/net.h
src/node.h
src/openssl/cipher.h
src/openssl/digest.h
src/openssl/rsagen.c [new file with mode: 0644]
src/openssl/rsagen.h [new file with mode: 0644]
src/tincctl.c