-
Can it support SM2 SM4?
-
please use wotrus GM certificate.
nginx: [emerg] SSL_CTX_use_certificate("/etc/nginx/sslkey/sm2.gm_test.sig.crt.pem") failed
Use extension path verify failure:
//../conf/issuer/
-
## Why
Two different classes can have states that are named the same.
Currently, if two classes have the same state name they need to be changed to not conflict with each other but that does not m…
-
While looking through textures files I found several textures that doesn't get properly handled and looks corrupt. These files are:
* support_2.pct
* support_3.pct
* header_corner_left.pct
* heade…
Hati- updated
2 weeks ago
-
### 问题的原因
通常由于网上找的js端提供的 SM2代码实现的方案, 都是**直接使用的私钥的d值和公钥的q值直接进行的加解密**
所以后端口返回的最好是从公钥里面提取的q值,以q值做为js端的加密公钥
#### 前端使用publicKey加密步骤
* 后端提取 q值
```java
SM2 sm2 = SmUtil.sm2();
String hexStr = HexU…
-
您好:
我在阅读您国密相关的commit时对国密算法的OID命名比较疑惑,烦请告知这样写的原因,谢谢!
```
0x2A ""
0x81 ""
0x1c "ISO-CN"
0xcf ""
…
-
我的nodejs版本:v18.17.0
我在jest单元测试运行测试用例报异常:
Error: no available csprng, abort.
怎么解决?
-
Dear IPP team,
Intel SGX team has realized a sample code named **SampleEnclaveGMIPP** in SGX SDK, which realizes GM SM2/3/4 algorithms SM2 sign/verify, encrypt/decrypt, SM3 message digest, SM4 cbc/…
-
https://codyhouse.co/gem/schedule-template
-
### The New Feature
支持配置 SM2 证书
### Your scenes
已经使用 BabaSSL 编译
CGO_ENABLED=1 go build -tags=BabaSSL
export LD_LIBRARY_PATH=/usr/local/BabaSSL/linux_BabaSSL_lib/lib:$LD_LIBRARY_PATH
并指定了…