-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/9607271444
## Patch information
Applied patches: 1 -> 3
As…
-
on head of the openssl-3.1 branch:
```
Command line (with current working directory = .):
/usr/bin/perl ./Configure
Perl information:
/usr/bin/perl
5.38.2 for x86_64-linux-…
-
The Thinkpad T14s Gen3 (AMD) lags two versions behind with the UEFI/BIOS updates.
I currently have 1.40 installed but the latest is 1.42. There are some security issues fixed that would be good to ro…
dal00 updated
1 month ago
-
This is forked off from #327. In short, quite a few CiA 402 devices (everything from Leadshine, to start with) only support 8 PDO entries per PDO, and generally only 4 PDOs for writing to the device …
-
According to the MUL, the base chassis is 'SM Tank Destroyer' and model names are SM1, SM1A, SM3, etc.
Currently MegaMek uses the SM1, SM1A... in both the Chassis and Model field.
-
首先,非常感谢Kona国密套件以及Tencent团队对该国密套件的支持!
我目前在对OAuth2授权服务进行国密改造,授权服务端使用的是kona-demo中使用的签给localhost的证书,而授权服务器测试时就是通过localhost访问,所以访问正常。
但是测试用的客户端无法用localhost访问(这与授权服务器相关,无法都用localhost访问),所以在对客户端进行国密改造的时候,我…
-
json串生成有啥坑吗是
-
### Environment
- OS and Version: Sonoma 14.1
- VS Code Version: 1.84.2 (Universal)
- C/C++ Extension Version: 1.18.4
### Bug Summary and Steps to Reproduce
Bug Summary: IntelliSense leaves red…
-
I'm trying to build the OpenSSL 1.1.1d tarball on OpenBSD. I'm catching link errors in the test suite even though I am not building the test suite.
For whatever reason, OpenSSL cannot seem to link …
-
local sm2, _ = resty_sm2.new({
private_key = prvkey,
public_key = pubkey,
algorithm = "sm3",
id = "toruneko@outlook.com"
})
sm2:sign(data)
我有一个疑问,再签名的时候必须要设置public_key吗,当我new的时候…