Skip to content

Commit 7621190

Browse files
authored
Merge pull request #45 from pr000000f/main
Certificate Update
2 parents 2b6776a + 2a984fe commit 7621190

File tree

11 files changed

+6675
-2133
lines changed

11 files changed

+6675
-2133
lines changed

package-lock.json

Lines changed: 3659 additions & 420 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@easyops-cn/docusaurus-search-local": "^0.40.1",
2121
"@mdx-js/react": "^3.0.0",
2222
"clsx": "^2.0.0",
23-
"prism-react-renderer": "^2.3.0",
23+
"prism-react-renderer": "^2.4.1",
2424
"react": "^18.0.0",
2525
"react-dom": "^18.0.0",
2626
"react-icons": "^5.2.1",

src/components/OtherFeaturesView/index.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@ import styles from './styles.module.css';
33
import Cards, { CardInterface } from './components/Cards';
44

55
const cards: CardInterface[] = [
6+
// Remove security level 2 certificates
7+
/*
68
{
79
title: '高级应用安全密码模块(Linux 版)',
810
description:
911
'证书编号:GM003312220240523',
1012
to: 'https://www.yuque.com/tsdoc/misc/st247r05s8b5dtct',
1113
imagePath: 'img/validation-linux-lv2.jpeg',
1214
},
15+
*/
1316
{
1417
title: 'Android 移动端软件密码模块',
1518
description:
1619
'证书编号:GM003312220220743',
17-
to: 'https://www.yuque.com/tsdoc/misc/st247r05s8b5dtct',
20+
to: 'https://tongsuo.net/assets/files/BabaSSL移动端软件密码模块证书-41c4fd54f5e074a50018fd70284d28dd.pdf',
1821
imagePath: 'img/validation-android.png',
1922
},
2023
{
2124
title: 'IOS端软件密码模块',
2225
description:
2326
'证书编号:GM003312220230052',
24-
to: 'https://www.yuque.com/tsdoc/misc/st247r05s8b5dtct',
27+
to: 'https://tongsuo.net/assets/files/BabaSSL-IOS端软件密码模块证书-f1e0b4299e4af4cacef97d5152e59b70.pdf',
2528
imagePath: 'img/validation-ios.png',
2629
},
2730
{
2831
title: '应用安全软件密码模块(Linux版)',
2932
description:
3033
'证书编号:GM003312220230044',
31-
to: 'https://www.yuque.com/tsdoc/misc/st247r05s8b5dtct',
34+
to: 'https://tongsuo.net/assets/files/应用安全软件密码模块(Linux版)证书-948872031b909bae1aebd8ac2d54755f.pdf',
3235
imagePath: 'img/validation-linux.png',
3336
},
3437
];

src/components/StraightforwardView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import PlainButton from '../../components/buttons/PlainButton'
99
const sections: SectionInterface[] = [
1010
{
1111
code: `
12-
- 符合 GM/T 0028《密码模块安全技术要求》的"软件密码模块安全二级"资质
12+
- 符合 GM/T 0028《密码模块安全技术要求》的"软件密码模块安全一级"资质
1313
- 符合 GM/T 0005-2021《随机性检测规范》
1414
`,
1515
title: '技术合规能力',

static/img/validation-android.png

3.92 MB
Loading

static/img/validation-ios.png

4.15 MB
Loading

static/img/validation-linux.png

4.27 MB
Loading
830 KB
Binary file not shown.
966 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)