-
16进制sm2密文:
3081b0022000a9ad5a42bf23d33d21fc340a4bc8d1a4429b45aca017adb81aa61376008e6a022100b2f5460e5d6a469707cadd0ff3a228b70c5be1704008a9fc653d474ef0992ad3042023fe1f3a538deeb4aba402b6a371bfacec8291f9…
-
Hello!
I'm struggling with the build of the BabaSSL library under Windows. I need the support of the following functions:
_sm2_ciphertext_size
sm2_encrypt
sm2_plaintext_size
sm2_decrypt
sm2_comp…
-
make test时候,卡死在../test/recipes/25-test_pkcs7.t .................... 1/3这个上;
sudo make install的时候,
sed -i '1i\CERT_DIR=$(INSTALLTOP)/tassl_demo/cert/' $(GEN_SM2_CERT_FILE).sh
sed -i '1i\OPENSSL_DIR=…
k214k updated
2 years ago
-
The computation of `z` in `sm2/mod.rs` assumes some fixed user ID. I believe this is not in accordance to the standard of sm2 and so we need modification.
```
fn get_z(q: PubKey) -> [u32; 8] {
…
-
Hi there,
I'm currently using SOEM and SOES.
SOEM is running on my Windows laptop and SOES is running on stm32f407. When I test the round trip latency, I always need around 3ms to receive an upd…
-
There is a problem with MAX_RXPDO_SIZE & MAX_TXPDO_SIZE control in SOES.
For example you defined in slave:
```
#define MAX_RXPDO_SIZE 512
#define MAX_TXPDO_SIZE 512
```
Now you can map 6…
-
怎么在sm2密钥协商时自定义公钥和私钥?不用sm2自己生成的。
-
I found that Chinese sm2 has a very lower performance than ecdsap256 when do sign/verify test.
Build with the latest master branch
Device: macbook pro (3-inch, 2018, Four Thunderbolt 3 Ports)
macos…
-
Hi, team
We noticed that SM2/SM3/SM4 has been added in openssl.[1][2][3]
But the the SM2/3/4 has not been supported in ssl protocol[4], that means we could only use local API to use the SM algor…
Yikun updated
5 months ago
-
After testing, I found that pkcs7 does not support sm2 digital envelope encryption, but it supports sm2 digital envelope decryption. Did I make a mistake?
`p7 = PKCS7_encrypt(certs, pbiostrin, EVP_sm…