diff --git a/lib/TTLS/src/Config.cpp b/lib/TTLS/src/Config.cpp index bfb54ca..b7c4a50 100644 --- a/lib/TTLS/src/Config.cpp +++ b/lib/TTLS/src/Config.cpp @@ -290,7 +290,7 @@ wstring eap::config_method_ttls::get_public_identity(const credentials_ttls &cre // Use the true identity. return cred.get_identity(); } else if (m_anonymous_identity.compare(L"@") == 0) { - // Strip username part from identity (RFC 4822). + // Strip username part from identity. wstring identity(std::move(cred.get_identity())); auto offset = identity.find(L'@'); if (offset != wstring::npos) identity.erase(0, offset); diff --git a/lib/TTLS_UI/res/wxTTLS_UI.cpp b/lib/TTLS_UI/res/wxTTLS_UI.cpp index b2be307..dadfdcd 100644 --- a/lib/TTLS_UI/res/wxTTLS_UI.cpp +++ b/lib/TTLS_UI/res/wxTTLS_UI.cpp @@ -37,7 +37,7 @@ wxTTLSConfigPanelBase::wxTTLSConfigPanelBase( wxWindow* parent, wxWindowID id, c sb_outer_identity_radio->Add( m_outer_identity_same, 1, wxEXPAND, 5 ); - m_outer_identity_empty = new wxRadioButton( sb_outer_identity->GetStaticBox(), wxID_ANY, _("Use &empty outer identity (RFC 4822)"), wxDefaultPosition, wxDefaultSize, 0 ); + m_outer_identity_empty = new wxRadioButton( sb_outer_identity->GetStaticBox(), wxID_ANY, _("Use &empty outer identity"), wxDefaultPosition, wxDefaultSize, 0 ); m_outer_identity_empty->SetToolTip( _("Ommit my user name and use @mydomain.org only") ); sb_outer_identity_radio->Add( m_outer_identity_empty, 1, wxEXPAND, 5 ); diff --git a/lib/TTLS_UI/res/wxTTLS_UI.fbp b/lib/TTLS_UI/res/wxTTLS_UI.fbp index b598dcd..8cdef21 100644 --- a/lib/TTLS_UI/res/wxTTLS_UI.fbp +++ b/lib/TTLS_UI/res/wxTTLS_UI.fbp @@ -397,7 +397,7 @@ 0 0 wxID_ANY - Use &empty outer identity (RFC 4822) + Use &empty outer identity 0