Sashan

Results 48 issues of Sashan

current `translate_msg()` function attempts to set `->msg_name` (and `->msg_namelen`) with `BIO`'s peer name (connection destination) regardless if underlying socket is connected or not. Such implementation uncovers differences in socket implementation...

branch: master
approval: review pending
triaged: bug
tests: present
branch: 3.2

The .rodata section with precomputed constant `ecp_nistz256_precomputed` needs to be terminated by .previous. The lack of .previous makes mingw compiler to put code into read only section. The exception is...

branch: master
approval: review pending
triaged: bug
tests: exempted

This is the first iteration just to check if I'm heading in right direction. It removes call to atexit(3) done on behalf of library. The call to OPENSSL_cleanup() got moved...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
tests: exempted

pemread.c/pemread gets renamed to pkeyread.c/pkeyread The tool can newly benchmak RSA, DSA, DH, DHX, EC, XKEY. To run benchmark for all keys and both formats (PEM, DER) using four threads...

Trying to login authenticated user again using OpenID account throws exception. patch below solved my problem: diff --git a/socialregistration/views.py b/socialregistration/views.py index 1788fef..f050dc2 100644 --- a/socialregistration/views.py +++ b/socialregistration/views.py @@ -305,7 +305,7...

In order to get asm code running on OpenBSD we must place all constants into .rodata sections. closes #23312

branch: master
approval: review pending
triaged: feature
severity: fips change
tests: exempted

There are currently three distinct reports which are addressed by code change here. https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69236#c1 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69243#c1 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69261#c1 the issue has been introduced with openssl 3.0.

branch: master
approval: otc review pending
triaged: bug
severity: fips change
branch: 3.0
branch: 3.1
tests: exempted
branch: 3.2
branch: 3.3

…ary. We need it so we can pass 'implicit' option so we can chose which statistics want to collect. This helps us with our current simple tooling we have to...

this issue has been discovered by osss-fuzzer [1]. The test function decodes RSA key created by fuzzer and calls EVP_PKEY_pairwise_check() which proceeds to ossl_bn_miller_rabin_is_prime() check which takes too long exceeding...

approval: done
branch: master
triaged: bug
severity: fips change
tests: present

This PR is identical to [#24257](https://github.com/openssl/openssl/pull/24257) which @hlandau submitted. The original #PR got closed. The PR also addresses comments raised during review of original [#24257](https://github.com/openssl/openssl/pull/24257).

approval: review pending
approval: otc review pending
triaged: feature
tests: present
severity: ABI change