-
Hi! Awesome work, I tried cloning and building the repository, but I get a bunch of ASN.1 type errors:
```cpp
make > output.txt 2>&
cat output.txt
gcc -Wall -O3 -Iinclude -Ioptions -Iasn1/inclu…
-
I tried to profile the example from #16540
We spend ~20% of time in various lock/unlock functions.
Also we spend ~20% of time in `ossl_parse_property`. It may partially overlap with lock/unlock bu…
-
Hello guys,
I've noticed that when I set a `lower bound` limit on the size of an `octet string`, it fails to decode it.
To reproduce this scenario I created a small but full example that is locate…
-
### Describe the bug
[12606.027405] ------------[ cut here ]------------
[12606.028094] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:467 0xc080f248
[12606.031445] NETDEV WATCHDOG: wwan0 (qmi_w…
-
In OpenSSL 3.0.0-beta1 the following code fails to load:
```c
#include
#include
#include
#include
#include
#include
#include
int main() {
char der[] = {0x30, 0x82, 0x03, 0x44,…
-
I have a RSA private key being generated by the following :
```
ctx = EVP_PKEY_CTX_new_from_name(NULL, "RSA", NULL);
if (!ctx)
{
goto error_rsa;
}
EVP_PKEY_CTX_set_dh_paramgen_pri…
-
With OpenSSL 3.0.8 we've observed a 10x performance regression in a gRPC _client_ application with a hot stack like this:
``` pthread_rwlock_wrlock (libpthread-2.28.so)
CRYPTO_THREAD_write_…
-
## Description
Post install script after upgrading from 3.3.1 -> 3.3.3-1 I now get the following errors when I perform any "apt-get"
`
1 not fully installed or removed.
After this operation, 0…
-
I ran `npm install elm@0.18.0` today, and it has a lot of transitive dependencies:
```
└─┬ elm@0.18.0
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├─┬ promise@7.1.1
│ └── asap@2.0.6
├…
-
**Describe the bug**
While debugging other issues, I use `output.dummy` with `clock(sync="none")` to consume a lot of tracks from the playlist. Sometimes the liquidsoap hangs completely without any a…