Results 7 issues of Varun Mittal

Hi I am using `OpenSSL 1.0.2x-fips` in our product. I was testing a `pkcs12` file that was created without the private key My code snippet: ``` 12117 if (!PKCS12_parse(pkcs12, passwd,...

branch: 1.0.2
branch: 1.1.1
triaged: question

I am working with `python3.10` and `pytest=7.1.2` version It seems with the latest version of `pytest-asyncio=0.19.0` a regression has been introduced and this [bug](https://github.com/pytest-dev/pytest-asyncio/issues/89) is back. Using the same [example...

Going through the [documentation](https://pkg.go.dev/github.com/hashicorp/golang-lru/v2#Cache.Contains), I am bit confused about the wording in there > Contains checks if a key is in the cache, without updating the recent-ness or deleting it...

The Barrier solution in 3.6.4 has a note towards the end: > It might seem dangerous to read the value of count outside the mutex. In this case it is...

The problem described in the Section 3.7.2 for the non-solution in 3.7.1 is > If the n − 1th thread is interrupted at this point, and then the nth thread...

The followers queue solution in section 3.8.4 'Exclusive queue' quotes > Actually, in this case the follower never releases mutex; the leader does. We don’t > have to keep track...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior We were using version 1.5.0 and seeing lots of errors and...

bug