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)
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.


No differences found