- Allow ASN1 style keys to be in the config files.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 13 Jan 2001 16:36:23 +0000 (16:36 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 13 Jan 2001 16:36:23 +0000 (16:36 +0000)
commita56df1e06be3f47a775919e564c147687e961b5d
tree6bbdee883438f70d5a2f6af62910076c7c159a98
parent44c85ab07ed07165b80140da4e2910ca51fa8887
- Allow ASN1 style keys to be in the config files.
  Note: tinc ignores private key in the main config file, tinc.conf,
  because it should really be in a separate file.
- When generating new keys, check if name is known and by default append
  the public key to the host configuration file (otherwise rsa_key.pub).
src/conf.c
src/conf.h
src/net.c
src/tincd.c