From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Returns the CA certificate URI analogously to
nm_setting_802_1x_get_ca_cert_blob() and
nm_setting_802_1x_get_ca_cert_path().
Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC +
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC 7512), but may be extended to other schemes in future (such as 'file' URIs for local files and 'data' URIs for inline certificate data).
nm_setting_802_1x_get_client_cert_blob() and
nm_setting_802_1x_get_client_cert_path().
-Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
+
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
7512), but may be extended to other schemes in future (such as 'file' URIs
for local files and 'data' URIs for inline certificate data).
@@ -2684,7 +2684,7 @@ nm_setting_802_1x_get_phase2_ca_cert_uri
Returns the "phase 2" CA certificate URI analogously to
nm_setting_802_1x_get_phase2_ca_cert_blob() and
nm_setting_802_1x_get_phase2_ca_cert_path().
-Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
+
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
7512), but may be extended to other schemes in future (such as 'file' URIs
for local files and 'data' URIs for inline certificate data).
@@ -3204,7 +3204,7 @@ nm_setting_802_1x_get_phase2_client_cert_uri
Returns the "phase 2" client certificate URI analogously to
nm_setting_802_1x_get_phase2_ca_cert_blob() and
nm_setting_802_1x_get_phase2_ca_cert_path().
-Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
+
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
7512), but may be extended to other schemes in future (such as 'file' URIs
for local files and 'data' URIs for inline certificate data).
@@ -3611,7 +3611,7 @@ nm_setting_802_1x_get_private_key_uri (nm_setting_802_1x_get_private_key_blob() and
nm_setting_802_1x_get_private_key_path().
-Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
+
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
7512), but may be extended to other schemes in future (such as 'file' URIs
for local files and 'data' URIs for inline certificate data).
@@ -3908,7 +3908,7 @@ nm_setting_802_1x_get_phase2_private_key_uri
Returns the "phase 2" private key URI analogously to
nm_setting_802_1x_get_phase2_private_key_blob() and
nm_setting_802_1x_get_phase2_private_key_path().
-Currently it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
+
Currently, it's limited to PKCS11 URIs ('pkcs11' scheme as defined by RFC
7512), but may be extended to other schemes in future (such as 'file' URIs
for local files and 'data' URIs for inline certificate data).
@@ -4191,7 +4191,7 @@ authentication fails; Types and Values
NM_SETTING_802_1X_CERT_SCHEME_PREFIX_PATH
-#define NM_SETTING_802_1X_CERT_SCHEME_PREFIX_PATH "file://"
+#define NM_SETTING_802_1X_CERT_SCHEME_PREFIX_PATH "file://"
@@ -4364,187 +4364,187 @@ type.
NM_SETTING_802_1X_IDENTITY
-#define NM_SETTING_802_1X_IDENTITY "identity"
+#define NM_SETTING_802_1X_IDENTITY "identity"
NM_SETTING_802_1X_ANONYMOUS_IDENTITY
-#define NM_SETTING_802_1X_ANONYMOUS_IDENTITY "anonymous-identity"
+#define NM_SETTING_802_1X_ANONYMOUS_IDENTITY "anonymous-identity"
NM_SETTING_802_1X_PAC_FILE
-#define NM_SETTING_802_1X_PAC_FILE "pac-file"
+#define NM_SETTING_802_1X_PAC_FILE "pac-file"
NM_SETTING_802_1X_CA_CERT
-#define NM_SETTING_802_1X_CA_CERT "ca-cert"
+#define NM_SETTING_802_1X_CA_CERT "ca-cert"
NM_SETTING_802_1X_CA_CERT_PASSWORD
-#define NM_SETTING_802_1X_CA_CERT_PASSWORD "ca-cert-password"
+#define NM_SETTING_802_1X_CA_CERT_PASSWORD "ca-cert-password"
NM_SETTING_802_1X_CA_CERT_PASSWORD_FLAGS
-#define NM_SETTING_802_1X_CA_CERT_PASSWORD_FLAGS "ca-cert-password-flags"
+#define NM_SETTING_802_1X_CA_CERT_PASSWORD_FLAGS "ca-cert-password-flags"
NM_SETTING_802_1X_CA_PATH
-#define NM_SETTING_802_1X_CA_PATH "ca-path"
+#define NM_SETTING_802_1X_CA_PATH "ca-path"
NM_SETTING_802_1X_SUBJECT_MATCH
-#define NM_SETTING_802_1X_SUBJECT_MATCH "subject-match"
+#define NM_SETTING_802_1X_SUBJECT_MATCH "subject-match"
NM_SETTING_802_1X_ALTSUBJECT_MATCHES
-#define NM_SETTING_802_1X_ALTSUBJECT_MATCHES "altsubject-matches"
+#define NM_SETTING_802_1X_ALTSUBJECT_MATCHES "altsubject-matches"
NM_SETTING_802_1X_DOMAIN_SUFFIX_MATCH
-#define NM_SETTING_802_1X_DOMAIN_SUFFIX_MATCH "domain-suffix-match"
+#define NM_SETTING_802_1X_DOMAIN_SUFFIX_MATCH "domain-suffix-match"
NM_SETTING_802_1X_DOMAIN_MATCH
-#define NM_SETTING_802_1X_DOMAIN_MATCH "domain-match"
+#define NM_SETTING_802_1X_DOMAIN_MATCH "domain-match"
NM_SETTING_802_1X_CLIENT_CERT
-#define NM_SETTING_802_1X_CLIENT_CERT "client-cert"
+#define NM_SETTING_802_1X_CLIENT_CERT "client-cert"
NM_SETTING_802_1X_CLIENT_CERT_PASSWORD
-#define NM_SETTING_802_1X_CLIENT_CERT_PASSWORD "client-cert-password"
+#define NM_SETTING_802_1X_CLIENT_CERT_PASSWORD "client-cert-password"
NM_SETTING_802_1X_CLIENT_CERT_PASSWORD_FLAGS
-#define NM_SETTING_802_1X_CLIENT_CERT_PASSWORD_FLAGS "client-cert-password-flags"
+#define NM_SETTING_802_1X_CLIENT_CERT_PASSWORD_FLAGS "client-cert-password-flags"
NM_SETTING_802_1X_PHASE1_PEAPVER
-#define NM_SETTING_802_1X_PHASE1_PEAPVER "phase1-peapver"
+#define NM_SETTING_802_1X_PHASE1_PEAPVER "phase1-peapver"
NM_SETTING_802_1X_PHASE1_PEAPLABEL
-#define NM_SETTING_802_1X_PHASE1_PEAPLABEL "phase1-peaplabel"
+#define NM_SETTING_802_1X_PHASE1_PEAPLABEL "phase1-peaplabel"
NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING
-#define NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING "phase1-fast-provisioning"
+#define NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING "phase1-fast-provisioning"
NM_SETTING_802_1X_PHASE1_AUTH_FLAGS
-#define NM_SETTING_802_1X_PHASE1_AUTH_FLAGS "phase1-auth-flags"
+#define NM_SETTING_802_1X_PHASE1_AUTH_FLAGS "phase1-auth-flags"
NM_SETTING_802_1X_PHASE2_AUTH
-#define NM_SETTING_802_1X_PHASE2_AUTH "phase2-auth"
+#define NM_SETTING_802_1X_PHASE2_AUTH "phase2-auth"
NM_SETTING_802_1X_PHASE2_AUTHEAP
-#define NM_SETTING_802_1X_PHASE2_AUTHEAP "phase2-autheap"
+#define NM_SETTING_802_1X_PHASE2_AUTHEAP "phase2-autheap"
NM_SETTING_802_1X_PHASE2_CA_CERT
-#define NM_SETTING_802_1X_PHASE2_CA_CERT "phase2-ca-cert"
+#define NM_SETTING_802_1X_PHASE2_CA_CERT "phase2-ca-cert"
NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD
-#define NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD "phase2-ca-cert-password"
+#define NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD "phase2-ca-cert-password"
NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD_FLAGS
-#define NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD_FLAGS "phase2-ca-cert-password-flags"
+#define NM_SETTING_802_1X_PHASE2_CA_CERT_PASSWORD_FLAGS "phase2-ca-cert-password-flags"
NM_SETTING_802_1X_PHASE2_CA_PATH
-#define NM_SETTING_802_1X_PHASE2_CA_PATH "phase2-ca-path"
+#define NM_SETTING_802_1X_PHASE2_CA_PATH "phase2-ca-path"
NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH
-#define NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH "phase2-subject-match"
+#define NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH "phase2-subject-match"
NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES
-#define NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES "phase2-altsubject-matches"
+#define NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES "phase2-altsubject-matches"
NM_SETTING_802_1X_PHASE2_DOMAIN_SUFFIX_MATCH
-#define NM_SETTING_802_1X_PHASE2_DOMAIN_SUFFIX_MATCH "phase2-domain-suffix-match"
+#define NM_SETTING_802_1X_PHASE2_DOMAIN_SUFFIX_MATCH "phase2-domain-suffix-match"
NM_SETTING_802_1X_PHASE2_DOMAIN_MATCH
-#define NM_SETTING_802_1X_PHASE2_DOMAIN_MATCH "phase2-domain-match"
+#define NM_SETTING_802_1X_PHASE2_DOMAIN_MATCH "phase2-domain-match"
NM_SETTING_802_1X_PHASE2_CLIENT_CERT
-#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT "phase2-client-cert"
+#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT "phase2-client-cert"
NM_SETTING_802_1X_PHASE2_CLIENT_CERT_PASSWORD
-#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT_PASSWORD "phase2-client-cert-password"
+#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT_PASSWORD "phase2-client-cert-password"
@@ -4556,55 +4556,55 @@ type.
NM_SETTING_802_1X_PASSWORD
-#define NM_SETTING_802_1X_PASSWORD "password"
+#define NM_SETTING_802_1X_PASSWORD "password"
NM_SETTING_802_1X_PASSWORD_FLAGS
-#define NM_SETTING_802_1X_PASSWORD_FLAGS "password-flags"
+#define NM_SETTING_802_1X_PASSWORD_FLAGS "password-flags"
NM_SETTING_802_1X_PASSWORD_RAW
-#define NM_SETTING_802_1X_PASSWORD_RAW "password-raw"
+#define NM_SETTING_802_1X_PASSWORD_RAW "password-raw"
NM_SETTING_802_1X_PASSWORD_RAW_FLAGS
-#define NM_SETTING_802_1X_PASSWORD_RAW_FLAGS "password-raw-flags"
+#define NM_SETTING_802_1X_PASSWORD_RAW_FLAGS "password-raw-flags"
NM_SETTING_802_1X_PRIVATE_KEY
-#define NM_SETTING_802_1X_PRIVATE_KEY "private-key"
+#define NM_SETTING_802_1X_PRIVATE_KEY "private-key"
NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD
-#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD "private-key-password"
+#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD "private-key-password"
NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS
-#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS "private-key-password-flags"
+#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS "private-key-password-flags"
NM_SETTING_802_1X_PHASE2_PRIVATE_KEY
-#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY "phase2-private-key"
+#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY "phase2-private-key"
NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD
-#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD "phase2-private-key-password"
+#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD "phase2-private-key-password"
@@ -4616,31 +4616,31 @@ type.
NM_SETTING_802_1X_PIN_FLAGS
-#define NM_SETTING_802_1X_PIN_FLAGS "pin-flags"
+#define NM_SETTING_802_1X_PIN_FLAGS "pin-flags"
NM_SETTING_802_1X_SYSTEM_CA_CERTS
-#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs"
+#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs"
NM_SETTING_802_1X_AUTH_TIMEOUT
-#define NM_SETTING_802_1X_AUTH_TIMEOUT "auth-timeout"
+#define NM_SETTING_802_1X_AUTH_TIMEOUT "auth-timeout"
NM_SETTING_802_1X_OPTIONAL
-#define NM_SETTING_802_1X_OPTIONAL "optional"
+#define NM_SETTING_802_1X_OPTIONAL "optional"
--
cgit 1.3.0-6-gf8a5
From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sun, 6 Dec 2020 21:57:59 +0100
Subject: New upstream version 1.28.0
---
docs/libnm/html/NMSetting8021x.html | 118 ++++++++++++++++++------------------
1 file changed, 59 insertions(+), 59 deletions(-)
(limited to 'docs/libnm/html/NMSetting8021x.html')
diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html
index b1fa278a..f9f0c304 100644
--- a/docs/libnm/html/NMSetting8021x.html
+++ b/docs/libnm/html/NMSetting8021x.html
@@ -8,7 +8,7 @@
-
+
@@ -741,12 +741,12 @@
-gchar *
+char *
anonymous-identity
Read / Write
-gint
+int
auth-timeout
Read / Write
@@ -758,7 +758,7 @@
-gchar *
+char *
ca-cert-password
Read / Write
@@ -769,7 +769,7 @@
-gchar *
+char *
ca-path
Read / Write
@@ -781,7 +781,7 @@
-gchar *
+char *
client-cert-password
Read / Write
@@ -792,13 +792,13 @@
-gchar *
+char *
domain-match
Read / Write
-gchar *
+char *
domain-suffix-match
Read / Write
@@ -809,7 +809,7 @@
-gchar *
+char *
identity
Read / Write
@@ -820,13 +820,13 @@
-gchar *
+char *
pac-file
Read / Write
-gchar *
+char *
password
Read / Write
@@ -853,19 +853,19 @@
-gchar *
+char *
phase1-fast-provisioning
Read / Write
-gchar *
+char *
phase1-peaplabel
Read / Write
-gchar *
+char *
phase1-peapver
Read / Write
@@ -876,13 +876,13 @@
-gchar *
+char *
phase2-auth
Read / Write
-gchar *
+char *
phase2-autheap
Read / Write
@@ -894,7 +894,7 @@
-gchar *
+char *
phase2-ca-cert-password
Read / Write
@@ -905,7 +905,7 @@
-gchar *
+char *
phase2-ca-path
Read / Write
@@ -917,7 +917,7 @@
-gchar *
+char *
phase2-client-cert-password
Read / Write
@@ -928,13 +928,13 @@
-gchar *
+char *
phase2-domain-match
Read / Write
-gchar *
+char *
phase2-domain-suffix-match
Read / Write
@@ -946,7 +946,7 @@
-gchar *
+char *
phase2-private-key-password
Read / Write
@@ -957,13 +957,13 @@
-gchar *
+char *
phase2-subject-match
Read / Write
-gchar *
+char *
pin
Read / Write
@@ -980,7 +980,7 @@
-gchar *
+char *
private-key-password
Read / Write
@@ -991,7 +991,7 @@
-gchar *
+char *
subject-match
Read / Write
@@ -1742,7 +1742,7 @@ of the network cannot be confirmed by the client.
@@ -2257,7 +2257,7 @@ authentication method.
@@ -2640,7 +2640,7 @@ of the network cannot be confirmed by the client.
@@ -3163,7 +3163,7 @@ authentication method.
@@ -3426,7 +3426,7 @@ nm_setting_802_1x_get_password_raw (the password used by the authentication method as a
UTF-8-encoded array of bytes, as specified by the
“password-raw” property.
-[transfer none]
+[transfer none]
“anonymous-identity” property“anonymous-identity” gchar *+
“anonymous-identity” char *
Anonymous identity string for EAP authentication methods. Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS.
@@ -4675,7 +4675,7 @@ identity like EAP-TTLS.“auth-timeout” property“auth-timeout” gint+
“auth-timeout” int
A timeout for the authentication. Zero means the global default; if the global default is not set, the authentication timeout is 25 seconds.
Owner: NMSetting8021x
@@ -4708,7 +4708,7 @@ setting to use the built-in path, if the built-in path is not a directory.“ca-cert-password” property“ca-cert-password” gchar *+
“ca-cert-password” char *
The password used to access the CA certificate stored in “ca-cert” property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.
@@ -4729,7 +4729,7 @@ is stored on a PKCS#11 token that requires a login.“ca-path” property“ca-path” gchar *+
“ca-path” char *
UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the “ca-cert” property.
@@ -4759,7 +4759,7 @@ with the string "file://" and ending with a terminating NUL byte.“client-cert-password” property“client-cert-password” gchar *+
“client-cert-password” char *
The password used to access the client certificate stored in “client-cert” property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.
@@ -4780,7 +4780,7 @@ is stored on a PKCS#11 token that requires a login.“domain-match” property“domain-match” gchar *+
“domain-match” char *
Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server. If a matching dNSName is found, this @@ -4795,7 +4795,7 @@ Multiple valid FQDNs can be passed as a ";" delimited list.
“domain-suffix-match” property“domain-suffix-match” gchar *+
“domain-suffix-match” char *
Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server. If a matching dNSName is found, this @@ -4823,7 +4823,7 @@ allowed combinations.
“identity” property“identity” gchar *+
“identity” char *
Identity string for EAP authentication methods. Often the user's user or login name.
Owner: NMSetting8021x
@@ -4847,7 +4847,7 @@ authentication.“pac-file” property“pac-file” gchar *+
“pac-file” char *
UTF-8 encoded file path containing PAC for EAP-FAST.
Owner: NMSetting8021x
Flags: Read / Write
@@ -4856,7 +4856,7 @@ authentication.“password” property“password” gchar *+
“password” char *
UTF-8 encoded password used for EAP authentication methods. If both the “password” property and the “password-raw” property are specified, “password” is preferred.
@@ -4909,7 +4909,7 @@ See the wpa_supplicant documentation for more details.“phase1-fast-provisioning” property“phase1-fast-provisioning” gchar *+
“phase1-fast-provisioning” char *
Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the “eap” property. Recognized values are "0" (disabled), "1" (allow unauthenticated @@ -4923,7 +4923,7 @@ wpa_supplicant documentation for more details.
“phase1-peaplabel” property“phase1-peaplabel” gchar *+
“phase1-peaplabel” char *
Forces use of the new PEAP label during key derivation. Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1. Set to "1" to force use of the new PEAP label. See the @@ -4935,7 +4935,7 @@ wpa_supplicant documentation for more details.
“phase1-peapver” property“phase1-peapver” gchar *+
“phase1-peapver” char *
Forces which PEAP version is used when PEAP is set as the EAP method in the “eap” property. When unset, the version reported by the server will be used. Sometimes when using older RADIUS servers, it @@ -4960,7 +4960,7 @@ server certificate's altSubjectName is performed.
“phase2-auth” property“phase2-auth” gchar *+
“phase2-auth” char *
Specifies the allowed "phase 2" inner non-EAP authentication method when an EAP method that uses an inner TLS tunnel is specified in the “eap” property. Recognized non-EAP "phase 2" methods are @@ -4974,7 +4974,7 @@ authentication; see the wpa_supplicant documentation for more details.
“phase2-autheap” property“phase2-autheap” gchar *+
“phase2-autheap” char *
Specifies the allowed "phase 2" inner EAP-based authentication method when an EAP method that uses an inner TLS tunnel is specified in the “eap” property. Recognized EAP-based "phase 2" methods are @@ -5010,7 +5010,7 @@ setting to use the built-in path, if the built-in path is not a directory.
“phase2-ca-cert-password” property“phase2-ca-cert-password” gchar *+
“phase2-ca-cert-password” char *
The password used to access the "phase2" CA certificate stored in “phase2-ca-cert” property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.
@@ -5031,7 +5031,7 @@ is stored on a PKCS#11 token that requires a login.“phase2-ca-path” property“phase2-ca-path” gchar *+
“phase2-ca-path” char *
UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the “phase2-ca-cert” property.
@@ -5064,7 +5064,7 @@ but this allows man-in-the-middle attacks and is NOT recommended.“phase2-client-cert-password” property“phase2-client-cert-password” gchar *+
“phase2-client-cert-password” char *
The password used to access the "phase2" client certificate stored in “phase2-client-cert” property. Only makes sense if the certificate is stored on a PKCS#11 token that requires a login.
@@ -5085,7 +5085,7 @@ is stored on a PKCS#11 token that requires a login.“phase2-domain-match” property“phase2-domain-match” gchar *+
“phase2-domain-match” char *
Constraint for server domain name. If set, this list of FQDNs is used as a match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner "phase 2" authentication. @@ -5101,7 +5101,7 @@ Multiple valid FQDNs can be passed as a ";" delimited list.
“phase2-domain-suffix-match” property“phase2-domain-suffix-match” gchar *+
“phase2-domain-suffix-match” char *
Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner "phase 2" authentication. If @@ -5145,7 +5145,7 @@ password used to decode the PKCS#12 private key and certificate.
“phase2-private-key-password” property“phase2-private-key-password” gchar *+
“phase2-private-key-password” char *
The password used to decrypt the "phase 2" private key specified in the “phase2-private-key” property when the private key either uses the path scheme, or is a PKCS#12 format key. Setting this @@ -5169,7 +5169,7 @@ function.
“phase2-subject-match” property“phase2-subject-match” gchar *+
“phase2-subject-match” char *
Substring to be matched against the subject of the certificate presented by the authentication server during the inner "phase 2" authentication. When unset, no verification of the authentication server @@ -5183,7 +5183,7 @@ NMSetting8021x:phase2-domain-suffix-match.
“pin” property“pin” gchar *+
“pin” char *
PIN used for EAP authentication methods.
Owner: NMSetting8021x
Flags: Read / Write
@@ -5231,7 +5231,7 @@ private key data.“private-key-password” property“private-key-password” gchar *+
“private-key-password” char *
The password used to decrypt the private key specified in the “private-key” property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key. Setting this @@ -5254,7 +5254,7 @@ property.
“subject-match” property“subject-match” gchar *+
“subject-match” char *
Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed. This property @@ -5284,6 +5284,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).