Disable old RSA keys when generating new ones.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 3 Feb 2009 13:54:45 +0000 (14:54 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 3 Feb 2009 13:54:45 +0000 (14:54 +0100)
commit23730375f27c32e0fe1a59c7a761dd85296a7a4a
tree9acc3cb332771b9e8ba39a709736f32607f23b06
parent0d0dfd0852e9b2c9a7660880966a3c84790d5ea2
Disable old RSA keys when generating new ones.

When generating an RSA keypair, the new public and private keys are appended to
files. However, when OpenSSL reads keys it only reads the first in a file, not
the last. Instead of printing an easily ignored warning, tinc now disables old
keys when appending new ones.
src/conf.c
src/conf.h
src/tincd.c