From 3c5312d9d105b61364643cb182aecd173076d253 Mon Sep 17 00:00:00 2001 From: heyinshen Date: Tue, 14 Jun 2022 10:08:44 +0800 Subject: [PATCH] modify name of security_deviceauth Signed-off-by: heyinshen --- en/device-dev/subsystems/subsys-security-devicesecuritylevel.md | 2 +- en/readme/Security.md | 2 +- .../subsystems/subsys-security-devicesecuritylevel.md | 2 +- ...\256\211\345\205\250\345\255\220\347\263\273\347\273\237.md" | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md b/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md index 1cf6b52c7b..8969c0eb2f 100644 --- a/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md +++ b/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md @@ -184,7 +184,7 @@ void CheckDestDeviceSecurityLevelAsync(const DeviceIdentify *device, RequestOpti ### Device Security Level Credential -To ensure its integrity and non-repudiation, the security level information must be encapsulated in a "device security level credential" (credential for short) file for transmission between devices. In addition to the security level information of the device, the credential may include device attributes, such as the device model and version. Moreover, the credential must be signed using the public key infrastructure (PKI) technology. Other basic security capabilities of OpenHarmony, such as [Device Authentication](https://gitee.com/openharmony/security_deviceauth) and [HUKS](https://gitee.com/openharmony/security_huks), are used to ensure secure transmission of credentials. +To ensure its integrity and non-repudiation, the security level information must be encapsulated in a "device security level credential" (credential for short) file for transmission between devices. In addition to the security level information of the device, the credential may include device attributes, such as the device model and version. Moreover, the credential must be signed using the public key infrastructure (PKI) technology. Other basic security capabilities of OpenHarmony, such as [Device Authentication](https://gitee.com/openharmony/security_device_auth) and [HUKS](https://gitee.com/openharmony/security_huks), are used to ensure secure transmission of credentials. ### Default Implementation diff --git a/en/readme/Security.md b/en/readme/Security.md index 3077cc1c28..64360e70df 100644 --- a/en/readme/Security.md +++ b/en/readme/Security.md @@ -95,7 +95,7 @@ Security subsystem [security](https://gitee.com/openharmony/security) -[security_deviceauth](https://gitee.com/openharmony/security_deviceauth) +[security_device_auth](https://gitee.com/openharmony/security_device_auth) [security_permission](https://gitee.com/openharmony/security_permission) diff --git a/zh-cn/device-dev/subsystems/subsys-security-devicesecuritylevel.md b/zh-cn/device-dev/subsystems/subsys-security-devicesecuritylevel.md index de34cb5324..0cfe194a07 100644 --- a/zh-cn/device-dev/subsystems/subsys-security-devicesecuritylevel.md +++ b/zh-cn/device-dev/subsystems/subsys-security-devicesecuritylevel.md @@ -184,7 +184,7 @@ void CheckDestDeviceSecurityLevelAsync(const DeviceIdentify *device, RequestOpti ### 设备安全等级凭据 -为了保证设备安全等级信息的完整性和不可抵赖性。设备的安全等级信息需要封装在“设备安全等级凭据”(简称为“凭据”)文件中在设备间进行传递,凭据中除了包含设备的安全等级信息之外,还可以包含设备型号、设备版本号等其它设备固有属性,同时使用PKI技术对上述信息进行签名。并结合[设备认证](https://gitee.com/openharmony/security_deviceauth)、[HUKS](https://gitee.com/openharmony/security_huks)等OpenHarmony其他基础安全能力。最大程度的保证了凭据传递的安全性。 +为了保证设备安全等级信息的完整性和不可抵赖性。设备的安全等级信息需要封装在“设备安全等级凭据”(简称为“凭据”)文件中在设备间进行传递,凭据中除了包含设备的安全等级信息之外,还可以包含设备型号、设备版本号等其它设备固有属性,同时使用PKI技术对上述信息进行签名。并结合[设备认证](https://gitee.com/openharmony/security_device_auth)、[HUKS](https://gitee.com/openharmony/security_huks)等OpenHarmony其他基础安全能力。最大程度的保证了凭据传递的安全性。 ### 默认实现 diff --git "a/zh-cn/readme/\345\256\211\345\205\250\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\256\211\345\205\250\345\255\220\347\263\273\347\273\237.md" index 6951a4c21b..de1ce4bbba 100755 --- "a/zh-cn/readme/\345\256\211\345\205\250\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\256\211\345\205\250\345\255\220\347\263\273\347\273\237.md" @@ -101,7 +101,7 @@ OpenHarmony允许应用安装。为了确保应用的完整性和来源可靠, [security](https://gitee.com/openharmony/security) -[security_deviceauth](https://gitee.com/openharmony/security_deviceauth) +[security_device_auth](https://gitee.com/openharmony/security_device_auth) [security_permission](https://gitee.com/openharmony/security_permission) -- GitLab