From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm/html/NMSetting8021x.html | 310 +++++++++++++++++++++--------------- 1 file changed, 181 insertions(+), 129 deletions(-) (limited to 'docs/libnm/html/NMSetting8021x.html') diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 38a438bd..41c3a2f9 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -51,6 +51,14 @@ +NMSetting8021xCKScheme + + +nm_setting_802_1x_check_cert_scheme () + + + + guint32 @@ -915,7 +923,7 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ├── NMSetting8021xCKFormat
     ╰── NMSetting8021xCKScheme
     GObject
@@ -958,6 +966,50 @@ nm_setting_802_1x_new (void
 
+

nm_setting_802_1x_check_cert_scheme ()

+
NMSetting8021xCKScheme
+nm_setting_802_1x_check_cert_scheme (gconstpointer pdata,
+                                     gsize length,
+                                     GError **error);
+

Determines and verifies the blob type. +When setting certificate properties of NMSetting8021x +the blob must be not UNKNOWN (or NULL).

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

pdata

the data pointer.

[allow-none]

length

the length of the data

 

error

(out): validation reason.

[allow-none]
+
+
+

Returns

+

the scheme of the blob or NM_SETTING_802_1X_CK_SCHEME_UNKNOWN. +For NULL it also returns NM_SETTING_802_1X_CK_SCHEME_UNKNOWN.

+
+

Since: 1.2

+
+
+

nm_setting_802_1x_get_num_eap_methods ()

guint32
 nm_setting_802_1x_get_num_eap_methods (NMSetting8021x *setting);
@@ -967,7 +1019,7 @@ network. Generally only one EAP method is used. Use the functions and nm_setting_802_1x_remove_eap_method() for adding, removing, and retrieving allowed EAP methods.

-

Parameters

+

Parameters

@@ -982,7 +1034,7 @@ allowed EAP methods.

-

Returns

+

Returns

the number of allowed EAP methods

@@ -995,7 +1047,7 @@ nm_setting_802_1x_get_eap_method (Returns the name of the allowed EAP method at index i .

-

Parameters

+

Parameters

@@ -1017,7 +1069,7 @@ nm_setting_802_1x_get_eap_method (
-

Returns

+

Returns

the name of the allowed EAP method at index i

@@ -1032,7 +1084,7 @@ nm_setting_802_1x_add_eap_method (“eap” property for a list of allowed EAP methods.

-

Parameters

+

Parameters

@@ -1054,7 +1106,7 @@ allowed EAP methods.

-

Returns

+

Returns

TRUE if the EAP method was successfully added, FALSE if it was not a valid method or if it was already allowed.

@@ -1067,7 +1119,7 @@ nm_setting_802_1x_remove_eap_method (guint32 i);

Removes the allowed EAP method at the specified index.

-

Parameters

+

Parameters

@@ -1099,7 +1151,7 @@ nm_setting_802_1x_remove_eap_method_by_value

Removes the allowed EAP method method .

-

Parameters

+

Parameters

@@ -1121,7 +1173,7 @@ nm_setting_802_1x_remove_eap_method_by_value
-

Returns

+

Returns

TRUE if the EAP method was founs and removed, FALSE if it was not.

@@ -1132,7 +1184,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (NMSetting8021x *setting);

Clears all allowed EAP methods.

-

Parameters

+

Parameters

@@ -1155,7 +1207,7 @@ nm_setting_802_1x_get_identity (Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.

-

Parameters

+

Parameters

@@ -1170,7 +1222,7 @@ authenticate the user. Often this is a username or login name.

-

Returns

+

Returns

the user identifier

@@ -1185,7 +1237,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the “identity” in a secure form, if applicable for that EAP method.

-

Parameters

+

Parameters

@@ -1200,7 +1252,7 @@ a secure form, if applicable for that EAP method.

-

Returns

+

Returns

the anonymous identifier

@@ -1211,7 +1263,7 @@ a secure form, if applicable for that EAP method.

nm_setting_802_1x_get_pac_file (NMSetting8021x *setting);

Returns the file containing PAC credentials used by EAP-FAST method.

-

Parameters

+

Parameters

@@ -1226,7 +1278,7 @@ nm_setting_802_1x_get_pac_file (
-

Returns

+

Returns

the PAC file

@@ -1242,7 +1294,7 @@ properties are ignored if the -

Parameters

+

Parameters

@@ -1257,7 +1309,7 @@ of these properties.

-

Returns

+

Returns

TRUE if a system CA certificate path should be used, FALSE if not

@@ -1272,7 +1324,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the “ca-cert” property to add more CA certificates for verifying the network to client.

-

Parameters

+

Parameters

@@ -1287,7 +1339,7 @@ certificates for verifying the network to client.

-

Returns

+

Returns

the CA certificate directory path

@@ -1302,7 +1354,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the “phase2-ca-cert” property to add more CA certificates for verifying the network to client.

-

Parameters

+

Parameters

@@ -1317,7 +1369,7 @@ to add more CA certificates for verifying the network to client.

-

Returns

+

Returns

the "phase 2" CA certificate directory path

@@ -1330,7 +1382,7 @@ nm_setting_802_1x_get_ca_cert_scheme (NM_SETTING_802_1X_CK_SCHEME_BLOB, use nm_setting_802_1x_get_ca_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_ca_cert_path().

-

Parameters

+

Parameters

@@ -1345,7 +1397,7 @@ if -

Returns

+

Returns

scheme used to store the CA certificate (blob or path)

@@ -1361,7 +1413,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -1376,7 +1428,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

the CA certificate data.

[transfer none]

@@ -1393,7 +1445,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -1408,7 +1460,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

path to the CA certificate file

@@ -1426,7 +1478,7 @@ with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_PATH scheme.

-

Parameters

+

Parameters

@@ -1468,7 +1520,7 @@ clears the CA certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -1478,7 +1530,7 @@ clears the CA certificate.

const char *
 nm_setting_802_1x_get_subject_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1493,7 +1545,7 @@ nm_setting_802_1x_get_subject_match (
-

Returns

+

Returns

the “subject-match” property. This is the substring to be matched against the subject of the authentication server certificate, or NULL no subject verification is to be @@ -1509,7 +1561,7 @@ nm_setting_802_1x_get_num_altsubject_matches

Returns the number of entries in the “altsubject-matches” property of this setting.

-

Parameters

+

Parameters

@@ -1524,7 +1576,7 @@ nm_setting_802_1x_get_num_altsubject_matches
-

Returns

+

Returns

the number of altsubject-matches entries.

@@ -1538,7 +1590,7 @@ nm_setting_802_1x_get_altsubject_match

Returns the altSubjectName match at index i .

-

Parameters

+

Parameters

@@ -1560,7 +1612,7 @@ nm_setting_802_1x_get_altsubject_match
-

Returns

+

Returns

the altSubjectName match at index i

@@ -1576,7 +1628,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.

-

Parameters

+

Parameters

@@ -1598,7 +1650,7 @@ server is not verified.

-

Returns

+

Returns

TRUE if the alternative subject name match was successfully added, FALSE if it was already allowed.

@@ -1612,7 +1664,7 @@ nm_setting_802_1x_remove_altsubject_match guint32 i);

Removes the allowed altSubjectName at the specified index.

-

Parameters

+

Parameters

@@ -1644,7 +1696,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value

Removes the allowed altSubjectName altsubject_match .

-

Parameters

+

Parameters

@@ -1666,7 +1718,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value
-

Returns

+

Returns

TRUE if the alternative subject name match was found and removed, FALSE if it was not.

@@ -1679,7 +1731,7 @@ nm_setting_802_1x_clear_altsubject_matches (NMSetting8021x *setting);

Clears all altSubjectName matches.

-

Parameters

+

Parameters

@@ -1704,7 +1756,7 @@ nm_setting_802_1x_get_client_cert_scheme is NM_SETTING_802_1X_CK_SCHEME_BLOB, use nm_setting_802_1x_get_client_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -1719,7 +1771,7 @@ if -

Returns

+

Returns

scheme used to store the client certificate (blob or path)

@@ -1733,7 +1785,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -1748,7 +1800,7 @@ authentication method.

-

Returns

+

Returns

the client certificate data.

[transfer none]

@@ -1763,7 +1815,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -1778,7 +1830,7 @@ authentication method.

-

Returns

+

Returns

path to the client certificate file

@@ -1799,7 +1851,7 @@ file if using the
-

Parameters

+

Parameters

@@ -1842,7 +1894,7 @@ clears the client certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -1852,7 +1904,7 @@ clears the client certificate.

const char *
 nm_setting_802_1x_get_phase1_peapver (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1867,7 +1919,7 @@ nm_setting_802_1x_get_phase1_peapver ( -

Returns

+

Returns

the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the “phase1-peapver” property. Valid values are NULL (unset), "0" (PEAP version 0), and "1" (PEAP version 1).

@@ -1880,7 +1932,7 @@ values are NULL (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1895,7 +1947,7 @@ nm_setting_802_1x_get_phase1_peaplabel
-

Returns

+

Returns

whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the “phase1-peaplabel” property. Valid values are NULL (unset), @@ -1910,7 +1962,7 @@ wpa_supplicant documentation for more details.

nm_setting_802_1x_get_phase1_fast_provisioning (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1925,7 +1977,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning
-

Returns

+

Returns

whether "phase 1" PEAP fast provisioning should be used, as specified by the “phase1-fast-provisioning” property. See the wpa_supplicant documentation for more details.

@@ -1937,7 +1989,7 @@ wpa_supplicant documentation for more details.

const char *
 nm_setting_802_1x_get_phase2_auth (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1952,7 +2004,7 @@ nm_setting_802_1x_get_phase2_auth (
-

Returns

+

Returns

the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the “phase2-auth” property.

@@ -1963,7 +2015,7 @@ specified by the const char * nm_setting_802_1x_get_phase2_autheap (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1978,7 +2030,7 @@ nm_setting_802_1x_get_phase2_autheap ( -

Returns

+

Returns

the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the “phase2-autheap” property.

@@ -1994,7 +2046,7 @@ returned scheme is nm_setting_802_1x_get_ca_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_ca_cert_path().

-

Parameters

+

Parameters

@@ -2009,7 +2061,7 @@ use -

Returns

+

Returns

scheme used to store the "phase 2" CA certificate (blob or path)

@@ -2026,7 +2078,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -2041,7 +2093,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

the "phase 2" CA certificate data.

[transfer none]

@@ -2059,7 +2111,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -2074,7 +2126,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

path to the "phase 2" CA certificate file

@@ -2092,7 +2144,7 @@ property with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_BLOB scheme, or with the path to the certificate file if using the NM_SETTING_802_1X_CK_SCHEME_PATH scheme.

-

Parameters

+

Parameters

@@ -2134,7 +2186,7 @@ clears the "phase2" CA certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -2145,7 +2197,7 @@ clears the "phase2" CA certificate.

nm_setting_802_1x_get_phase2_subject_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2160,7 +2212,7 @@ nm_setting_802_1x_get_phase2_subject_match
-

Returns

+

Returns

the “phase2-subject-match” property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or NULL no subject verification @@ -2176,7 +2228,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches

Returns the number of entries in the “phase2-altsubject-matches” property of this setting.

-

Parameters

+

Parameters

@@ -2191,7 +2243,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches
-

Returns

+

Returns

the number of phase2-altsubject-matches entries.

@@ -2205,7 +2257,7 @@ nm_setting_802_1x_get_phase2_altsubject_match

Returns the "phase 2" altSubjectName match at index i .

-

Parameters

+

Parameters

@@ -2227,7 +2279,7 @@ nm_setting_802_1x_get_phase2_altsubject_match
-

Returns

+

Returns

the "phase 2" altSubjectName match at index i

@@ -2243,7 +2295,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.

-

Parameters

+

Parameters

@@ -2266,7 +2318,7 @@ connection

-

Returns

+

Returns

TRUE if the "phase 2" alternative subject name match was successfully added, FALSE if it was already allowed.

@@ -2280,7 +2332,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match guint32 i);

Removes the allowed "phase 2" altSubjectName at the specified index.

-

Parameters

+

Parameters

@@ -2312,7 +2364,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value

Removes the allowed "phase 2" altSubjectName phase2_altsubject_match .

-

Parameters

+

Parameters

@@ -2334,7 +2386,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value
-

Returns

+

Returns

TRUE if the alternative subject name match for "phase 2" was found and removed, FALSE if it was not.

@@ -2347,7 +2399,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (NMSetting8021x *setting);

Clears all "phase 2" altSubjectName matches.

-

Parameters

+

Parameters

@@ -2374,7 +2426,7 @@ returned scheme is NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -2389,7 +2441,7 @@ returned scheme is -

Returns

+

Returns

scheme used to store the "phase 2" client certificate (blob or path)

@@ -2403,7 +2455,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2418,7 +2470,7 @@ authentication method.

-

Returns

+

Returns

the "phase 2" client certificate data.

[transfer none]

@@ -2433,7 +2485,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2448,7 +2500,7 @@ authentication method.

-

Returns

+

Returns

path to the "phase 2" client certificate file

@@ -2470,7 +2522,7 @@ file if using the
-

Parameters

+

Parameters

@@ -2513,7 +2565,7 @@ clears the "phase2" client certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -2523,7 +2575,7 @@ clears the "phase2" client certificate.

const char *
 nm_setting_802_1x_get_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2538,7 +2590,7 @@ nm_setting_802_1x_get_password (
-

Returns

+

Returns

the password used by the authentication method, if any, as specified by the “password” property

@@ -2549,7 +2601,7 @@ by the NMSettingSecretFlags nm_setting_802_1x_get_password_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2564,7 +2616,7 @@ nm_setting_802_1x_get_password_flags ( -

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “password”

@@ -2574,7 +2626,7 @@ nm_setting_802_1x_get_password_flags (GBytes * nm_setting_802_1x_get_password_raw (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2589,7 +2641,7 @@ nm_setting_802_1x_get_password_raw (
-

Returns

+

Returns

the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the “password-raw” property.

@@ -2603,7 +2655,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2618,7 +2670,7 @@ nm_setting_802_1x_get_password_raw_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “password-raw”

@@ -2629,7 +2681,7 @@ nm_setting_802_1x_get_password_raw_flags
const char *
 nm_setting_802_1x_get_pin (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2644,7 +2696,7 @@ nm_setting_802_1x_get_pin ( -

Returns

+

Returns

the PIN used by the authentication method, if any, as specified by the “pin” property

@@ -2655,7 +2707,7 @@ by the NMSettingSecretFlags nm_setting_802_1x_get_pin_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2670,7 +2722,7 @@ nm_setting_802_1x_get_pin_flags (
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “pin”

@@ -2687,7 +2739,7 @@ nm_setting_802_1x_get_private_key_scheme NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -2702,7 +2754,7 @@ nm_setting_802_1x_get_private_key_scheme
-

Returns

+

Returns

scheme used to store the private key (blob or path)

@@ -2719,7 +2771,7 @@ authentication method.

unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.

-

Parameters

+

Parameters

@@ -2734,7 +2786,7 @@ keys should always be encrypted with a private key password.

-

Returns

+

Returns

the private key data.

[transfer none]

@@ -2749,7 +2801,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2764,7 +2816,7 @@ authentication method.

-

Returns

+

Returns

path to the private key file

@@ -2802,7 +2854,7 @@ unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.

-

Parameters

+

Parameters

@@ -2851,7 +2903,7 @@ an error is returned.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -2862,7 +2914,7 @@ an error is returned.

nm_setting_802_1x_get_private_key_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2877,7 +2929,7 @@ nm_setting_802_1x_get_private_key_password
-

Returns

+

Returns

the private key password used to decrypt the private key if previously set with nm_setting_802_1x_set_private_key(), or the “private-key-password” property.

@@ -2890,7 +2942,7 @@ previously set with NMSetting8021x *setting
);
-

Parameters

+

Parameters

@@ -2905,7 +2957,7 @@ nm_setting_802_1x_get_private_key_password_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “private-key-password”

@@ -2917,7 +2969,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2932,7 +2984,7 @@ nm_setting_802_1x_get_private_key_format
-

Returns

+

Returns

the data format of the private key data stored in the “private-key” property

@@ -2949,7 +3001,7 @@ scheme is NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -2964,7 +3016,7 @@ scheme is -

Returns

+

Returns

scheme used to store the "phase 2" private key (blob or path)

@@ -2981,7 +3033,7 @@ authentication method.

unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.

-

Parameters

+

Parameters

@@ -2996,7 +3048,7 @@ keys should always be encrypted with a private key password.

-

Returns

+

Returns

the "phase 2" private key data.

[transfer none]

@@ -3011,7 +3063,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -3026,7 +3078,7 @@ authentication method.

-

Returns

+

Returns

path to the "phase 2" private key file

@@ -3065,7 +3117,7 @@ thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.

-

Parameters

+

Parameters

@@ -3115,7 +3167,7 @@ an error is returned.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -3126,7 +3178,7 @@ an error is returned.

nm_setting_802_1x_get_phase2_private_key_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3141,7 +3193,7 @@ nm_setting_802_1x_get_phase2_private_key_password
-

Returns

+

Returns

the private key password used to decrypt the private key if previously set with nm_setting_802_1x_set_phase2_private_key() or the “phase2-private-key-password” property.

@@ -3154,7 +3206,7 @@ previously set with NMSetting8021x *setting
);
-

Parameters

+

Parameters

@@ -3169,7 +3221,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “phase2-private-key-password”

@@ -3181,7 +3233,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3196,7 +3248,7 @@ nm_setting_802_1x_get_phase2_private_key_format
-

Returns

+

Returns

the data format of the "phase 2" private key data stored in the “phase2-private-key” property

-- cgit 1.3.0-6-gf8a5