-
So,
I'm trying to update mu windows installer package (0.9.24).
Unfortunately, my HDD since then has crashed and I had to re-install cygwin.
Only CygWIN-32 seems to remotely work, 64-bit version will…
-
-
```
I'm in-lining the patch since it's more for discussion.
The ASN.1 for the PK algorithm is an OID, plus "optional parameters" followed
by an opaque-type of "bit string". Each algorithm type is …
-
There seems to be a problem when the PER decoder hits an unknown element in an extensible type
that was added in a later version of the ASN.1 spec.
This is my sample spec:
---
SomeModule
DEFINITION…
ghost updated
8 years ago
-
### Description
Over time releases of Liquidsoap 2.x steadily use more and more CPU until "Too much latency" and catchup warnings start filling the logs, leading to resetting active sources repeated…
-
### Installation Method
Docker Installation
### AzuraCast Release Channel
Rolling Release Channel
### Current AzuraCast Version
#6ac9447
### What happened?
Since the last updates …
-
I've experienced a problem with the subscription to a specific node with a leaf. I've use the following code, slightly adapted from your example.
I do get the node and its child leaf, but when I ch…
-
There is an issue decoding RRC messages, specifially with extension groups.
bytes: 08 21 be 48 16 01 00 03 42 2a c1
./rrc-dump -dd -1 -p UL-DCCH-Message 0x6] (asn_bit_data.c:114)
Read in extens…
-
### Background and motivation
Today .NET has two ways to read ASN.1 encoded data.
1. `AsnDecoder`, which is a stateless decoder that can read slices of data and tell you how much is read. It operate…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.1 darwin/arm64
### Does this issue reproduce with the latest release?
Yes on `go 1.20.1` .
Similar…