Spelling fixes
* accumulating * acquire * alignment * appropriate * argument * assign * attribute * authenticate * authentication * authenticator * authority * auxiliary * brackets * callback * camellia * can't * cancelability * certificate * choinyambuu * chunk * collector * collision * communicating * compares * compatibility * compressed * confidentiality * configuration * connection * consistency * constraint * construction * constructor * database * decapsulated * declaration * decrypt * derivative * destination * destroyed * details * devised * dynamic * ecapsulation * encoded * encoding * encrypted * enforcing * enumerator * establishment * excluded * exclusively * exited * expecting * expire * extension * filter * firewall * foundation * fulfillment * gateways * hashing * hashtable * heartbeats * identifier * identifiers * identities * identity * implementers * indicating * initialize * initiate * initiation * initiator * inner * instantiate * legitimate * libraries * libstrongswan * logger * malloc * manager * manually * measurement * mechanism * message * network * nonexistent * object * occurrence * optional * outgoing * packages * packets * padding * particular * passphrase * payload * periodically * policies * possible * previously * priority * proposal * protocol * provide * provider * pseudo * pseudonym * public * qualifier * quantum * quintuplets * reached * reading * recommendation to * recommendation * recursive * reestablish * referencing * registered * rekeying * reliable * replacing * representing * represents * request * request * resolver * result * resulting * resynchronization * retriable * revocation * right * rollback * rule * rules * runtime * scenario * scheduled * security * segment * service * setting * signature * specific * specified * speed * started * steffen * strongswan * subjectaltname * supported * threadsafe * traffic * tremendously * treshold * unique * uniqueness * unknown * until * upper * using * validator * verification * version * version * warrior Closes strongswan/strongswan#164.
This commit is contained in:
committed by
Tobias Brunner
parent
baf29263d5
commit
b3ab7a48cc
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_assess_resultt ietf_attr_assess_result
|
||||
* @defgroup ietf_attr_assess_result ietf_attr_assess_result
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_attr_requestt ietf_attr_attr_request
|
||||
* @defgroup ietf_attr_attr_request ietf_attr_attr_request
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_installed_packagest ietf_attr_installed_packages
|
||||
* @defgroup ietf_attr_installed_packages ietf_attr_installed_packages
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_numeric_versiont ietf_attr_numeric_version
|
||||
* @defgroup ietf_attr_numeric_version ietf_attr_numeric_version
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
@@ -59,7 +59,7 @@ struct ietf_attr_numeric_version_t {
|
||||
* Gets the Major and Minor Numbers of the Service Pack
|
||||
*
|
||||
* @param major Service Pack Major Number
|
||||
* @param minor Servcie Pack Minor Number
|
||||
* @param minor Service Pack Minor Number
|
||||
*/
|
||||
void (*get_service_pack)(ietf_attr_numeric_version_t *this,
|
||||
uint16_t *major, uint16_t *minor);
|
||||
|
||||
@@ -117,7 +117,7 @@ pa_tnc_attr_t* ietf_attr_pa_tnc_error_create(pen_type_t error_code,
|
||||
/**
|
||||
* Creates an ietf_attr_pa_tnc_error_t object from an error code with offset
|
||||
*
|
||||
* @param error_code Vendor-specifica PA-TNC error code
|
||||
* @param error_code Vendor-specific PA-TNC error code
|
||||
* @param header PA-TNC message header (first 8 bytes)
|
||||
* @param error_offset PA-TNC error offset in bytes
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_port_filtert ietf_attr_port_filter
|
||||
* @defgroup ietf_attr_port_filter ietf_attr_port_filter
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ietf_attr_string_versiont ietf_attr_string_version
|
||||
* @defgroup ietf_attr_string_version ietf_attr_string_version
|
||||
* @{ @ingroup ietf_attr
|
||||
*/
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ struct imv_workitem_t {
|
||||
* Set result string
|
||||
*
|
||||
* @param result Result string
|
||||
* @return Action Recommendatino
|
||||
* @return Action Recommendation
|
||||
*/
|
||||
TNC_IMV_Action_Recommendation (*get_result)(imv_workitem_t *this,
|
||||
char **result);
|
||||
|
||||
@@ -52,7 +52,7 @@ struct imc_swima_subscription_t {
|
||||
swima_inventory_t *targets;
|
||||
|
||||
/**
|
||||
* Retrieve SW Identifieres only
|
||||
* Retrieve SW Identifiers only
|
||||
*/
|
||||
bool sw_id_only;
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ struct pts_component_t {
|
||||
*
|
||||
* @param qualifier PTS Component Functional Name Qualifier
|
||||
* @param pts PTS interface
|
||||
* @param evidence returns component evidence measureemt
|
||||
* @param evidence returns component evidence measurement
|
||||
* @param measurements additional file measurements (NULL if not present)
|
||||
* @return status return code
|
||||
*/
|
||||
|
||||
@@ -50,7 +50,7 @@ struct vendor_entry_t {
|
||||
char *qualifier_flag_names;
|
||||
|
||||
/**
|
||||
* Vendor-specific size of Qualfiier Type field
|
||||
* Vendor-specific size of Qualifier Type field
|
||||
*/
|
||||
int qualifier_type_size;
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ struct private_pts_t {
|
||||
certificate_t *aik_cert;
|
||||
|
||||
/**
|
||||
* Primary key referening AIK in database
|
||||
* Primary key referencing AIK in database
|
||||
*/
|
||||
int aik_id;
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ struct pts_ima_event_list_t {
|
||||
/**
|
||||
* Create a PTS IMA runtime file measurement object
|
||||
*
|
||||
* @param file Pathname pointing to the IMA runtme measurements
|
||||
* @param file Pathname pointing to the IMA runtime measurements
|
||||
*/
|
||||
pts_ima_event_list_t* pts_ima_event_list_create(char *file);
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ swid_gen_info_t *swid_gen_info_create(void)
|
||||
(int)os_version.len, os_version.ptr, (int)os_arch.len,
|
||||
os_arch.ptr) == -1)
|
||||
{
|
||||
DBG1(DBG_IMC, "constructon of OS string failed");
|
||||
DBG1(DBG_IMC, "construction of OS string failed");
|
||||
destroy(this);
|
||||
return NULL;
|
||||
}
|
||||
@@ -165,7 +165,7 @@ swid_gen_info_t *swid_gen_info_create(void)
|
||||
os_name.ptr, (int)os_version.len, os_version.ptr,
|
||||
(int)os_arch.len, os_arch.ptr) == -1)
|
||||
{
|
||||
DBG1(DBG_IMC, "constructon of product string failed");
|
||||
DBG1(DBG_IMC, "construction of product string failed");
|
||||
destroy(this);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -589,7 +589,7 @@ swima_collector_t *swima_collector_create(void)
|
||||
}
|
||||
if (!this->db)
|
||||
{
|
||||
/* Set the event ID epoch and last event ID smanually */
|
||||
/* Set the event ID epoch and last event ID manually */
|
||||
eid_epoch = lib->settings->get_int(lib->settings,
|
||||
"%s.plugins.imc-swima.eid_epoch",
|
||||
eid_epoch, lib->ns);
|
||||
|
||||
@@ -106,7 +106,7 @@ struct swima_record_t {
|
||||
* Creates a swima_record_t object
|
||||
*
|
||||
* @param record_id Record ID
|
||||
* @param sw_id Software Identifierl
|
||||
* @param sw_id Software Identifier
|
||||
* @param sw_locator Software Locator or empty chunk
|
||||
*/
|
||||
swima_record_t* swima_record_create(uint32_t record_id, chunk_t sw_id,
|
||||
|
||||
@@ -39,7 +39,7 @@ struct tcg_pts_attr_proto_caps_t {
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
/**
|
||||
* Get PTS procol capabilities flags
|
||||
* Get PTS protocol capabilities flags
|
||||
*
|
||||
* @return set of flags
|
||||
*/
|
||||
|
||||
@@ -383,7 +383,7 @@ METHOD(pa_tnc_attr_t, process, status_t,
|
||||
if (!reader->read_data32(reader, "e_sig))
|
||||
{
|
||||
DBG1(DBG_TNC, "insufficient data for PTS Simple Evidence Final "
|
||||
"TPM Quote Singature");
|
||||
"TPM Quote Signature");
|
||||
goto end;
|
||||
}
|
||||
this->quote_sig = chunk_clone(quote_sig);
|
||||
|
||||
Reference in New Issue
Block a user