NetworkManager/system-settings/plugins
Dan Williams bebe3e891b ifcfg-rh: fix read/write of EAP-TLS connections
TLS uses the 'identity' which previously wasn't read.  The private key
password should also only be used for PKCS#12 files, becuase they aren't
decrypted when read into the setting.

Private keys also need to be handled differently; PKCS#12 keys are written
out unchanged (ie, still encrypted) with their corresponding private key.
DER keys are stored in the setting unencrypted, so they are re-encrypted
before being written out to disk.  But because the private key password
isn't known for DER keys, a random password must be used to re-encrypt
the key.
2009-04-14 09:09:43 -04:00
..
ifcfg-rh ifcfg-rh: fix read/write of EAP-TLS connections 2009-04-14 09:09:43 -04:00
ifcfg-suse system-settings: implement common GetSettings and GetSecrets methods (rh #486696) 2009-02-22 17:35:47 -05:00
ifupdown ifupdown: inherit from NMSysconfigConnection to get PolicyKit authorization 2009-04-04 16:37:47 -04:00
keyfile keyfile: fix chmod() error checking 2009-03-27 16:52:08 -04:00
Makefile.am 2008-11-25 Dan Williams <dcbw@redhat.com> 2008-11-25 22:42:21 +00:00