NetworkManager/system-settings/plugins/ifcfg-rh/tests/network-scripts
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-test-minimal ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-nm-controlled ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-onboot-no ifcfg-rh: treat lack of ONBOOT as autoconnect=true (rh #489422) 2009-03-10 10:25:53 -04:00
ifcfg-test-wifi-leap ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-open ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wifi-open-ssid-bad-hex ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-open-ssid-hex ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-open-ssid-long-hex ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-open-ssid-long-quoted ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-open-ssid-quoted ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
ifcfg-test-wifi-wep ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wifi-wep-adhoc ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wifi-wep-eap-ttls-chap ifcfg-rh: add tests for Dynamic WEP + TTLS + CHAP 2009-04-14 09:08:03 -04:00
ifcfg-test-wifi-wpa-eap-tls ifcfg-rh: fix read/write of EAP-TLS connections 2009-04-14 09:09:43 -04:00
ifcfg-test-wifi-wpa-eap-ttls-tls ifcfg-rh: fix read/write of EAP-TLS connections 2009-04-14 09:09:43 -04:00
ifcfg-test-wifi-wpa-psk ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wifi-wpa-psk-adhoc ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wifi-wpa-psk-hex ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wired-8021x-peap-mschapv2 ifcfg-rh: add testcases for wired PEAP/MSCHAPV2 connections 2009-04-14 09:07:27 -04:00
ifcfg-test-wired-dhcp ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wired-global-gateway ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wired-never-default ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
ifcfg-test-wired-static ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wifi-leap ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
keys-test-wifi-wep ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wifi-wep-adhoc ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wifi-wep-eap-ttls-chap ifcfg-rh: add tests for Dynamic WEP + TTLS + CHAP 2009-04-14 09:08:03 -04:00
keys-test-wifi-wpa-eap-tls ifcfg-rh: add testcases for WPA-EAP TLS connections 2009-04-14 09:07:46 -04:00
keys-test-wifi-wpa-eap-ttls-tls ifcfg-rh: add WPA EAP-TTLS + TLS testcase & fixes 2009-04-14 09:07:57 -04:00
keys-test-wifi-wpa-psk ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wifi-wpa-psk-adhoc ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wifi-wpa-psk-hex ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
keys-test-wired-8021x-peap-mschapv2 ifcfg-rh: add testcases for wired PEAP/MSCHAPV2 connections 2009-04-14 09:07:27 -04:00
Makefile.am ifcfg-rh: initial write support for wifi & wired 2009-04-14 09:08:14 -04:00
network-test-wired-global-gateway ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
network-test-wired-never-default ifcfg-rh: add testcases 2009-03-01 19:04:55 -05:00
test1_key_and_cert.pem ifcfg-rh: add testcases for wired PEAP/MSCHAPV2 connections 2009-04-14 09:07:27 -04:00
test_ca_cert.pem ifcfg-rh: add testcases for wired PEAP/MSCHAPV2 connections 2009-04-14 09:07:27 -04:00