-
# Lines of code
https://github.com/code-423n4/2023-04-ens/blob/45ea10bacb2a398e14d711fe28d1738271cd7640/contracts/dnssec-oracle/algorithms/EllipticCurve.sol#L137-L140
# Vulnerability details
## I…
-
Hello,
When I try to connect to my Windows 7 pro VM, I see the standard _welcome_ loading, but after several seconds the message changes to _logging out_ without me initiating a logout that makes it …
-
int mbedtls_ecp_gen_keypair( mbedtls_ecp_group *grp,
mbedtls_mpi *d, mbedtls_ecp_point *Q,
int (*f_rng)(void *, unsigned char *, size_t),
…
-
Hi,
I would like to use a certificate which has a brainpoolP256r1 curve, same as discussed in issue [21346](https://github.com/openssl/openssl/issues/21346). That is recommened by e.g. [BSI TR-0311…
-
在使用gmssl的过程中,由于开发需求,我们必须使用secp256r1椭圆曲线来开发ECC256签名和验签。我是一个初学者,主要参考了sm2_signtest.c文件。我发现简单的替换p,n,a,b等参数不能直接实现我们的需求。目前在替换一些事先define的数组,如P_PRIME和N_PRIME过程中遇到了困难。我不知道库是否中有相关部分的代码我没有找到,又或者其他曲线暂时不能在sm2_sign…
-
Cross-posting https://github.com/trussed-dev/trussed/issues/172
The NitroKey 3A NFC shop advertises support for Koblitz curves:
> Elliptic curves: NIST P-256, P-384, P-521 (secp256r1/prime256v1,…
-
Commit 97723aa47f25b06f5dbef379dedca6aa567ab10d.
Without any change of the code, I run test_secp256r1_ecdsa and found the ecdsa result is 0 not the expected 1.
And I tried to modify msghash or sig…
DCMMC updated
11 months ago
-
This was uncovered by https://github.com/AztecProtocol/aztec-packages/pull/6391, which pushed the size of the UltraPlonk verifier circuit to size 2^19. The failure is that the prover runs out of memor…
-
Hi,
currently only secp256r1 seems to be supported among the 256-bit EC curves. Windows' certreq utility offers brainpoolp256r1 by default. Would it be much of an effort to add it to oscrypto?
-
```
π rustls main
❯ openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout key.pem -out cert.pem -batch
cargo run --bin tlsserver-mio -- -p 12345 --certs cert.pem --key key.pem --proto…