mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-21 09:38:11 +02:00
Move crypto functions from nm-applet to libnm-util. * libnm-util/nm-setting-8021x.c (nm_setting_802_1x_set_ca_cert) (nm_setting_802_1x_set_client_cert) (nm_setting_802_1x_set_phase2_ca_cert) (nm_setting_802_1x_set_phase2_client_cert) (nm_setting_802_1x_set_private_key) (nm_setting_802_1x_set_phase2_private_key): Implement. Given a certificate file (or private key and it's password), read the certificate data. * libnm-util/crypto_nss.c: * libnm-util/crypto_gnutls.c: * libnm-util/crypto.[ch]: Move here from nm-applet. * configure.in: Check for NSS and gnutls here (moved here from nm-applet). * system-settings/plugins/ifcfg-suse/parser.c (read_wpa_eap_settings): Imlement WPA-EAP configuration reading from sysconfig. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3673 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
12 lines
349 B
Text
12 lines
349 B
Text
[encoding: UTF-8]
|
|
# List of source files containing translatable strings.
|
|
# Please keep this file sorted alphabetically.
|
|
src/nm-netlink-monitor.c
|
|
src/NetworkManager.c
|
|
src/named-manager/nm-named-manager.c
|
|
system-settings/plugins/ifcfg-fedora/plugin.c
|
|
system-settings/src/main.c
|
|
libnm-util/crypto.c
|
|
libnm-util/crypto_gnutls.c
|
|
libnm-util/crypto_nss.c
|
|
|