From: Guus Sliepen Date: Tue, 3 Feb 2009 13:54:45 +0000 (+0100) Subject: Disable old RSA keys when generating new ones. X-Git-Tag: release-1.0.10~87 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=23730375f27c32e0fe1a59c7a761dd85296a7a4a;hp=23730375f27c32e0fe1a59c7a761dd85296a7a4a;p=tinc 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. ---