vanrein

Results 42 issues of vanrein

The CBOR format has self-descriptive length, so many of its elements can be placed in sequence, or in a stream. For that I find a generator a useful concept. I...

Can you please support IPv6 addresses and sockets? I'd love to use `knc` as a demo or as a trivial security wrapper in our [IPv6-only setup](http://internetwide.org/blog/2020/05/31/net-1-ipv4-backward-compat.html) but it is lacking...

These files fail on loading, usually because they try to address an unused index. I will upload two measurements as WFM, TXT and BMP (as asked in #3). The trigger...

We're using asn1ate heavily in our [Quick DER](http://github.com/vanrein/quick-der) as a means of using ASN.1 in protocols. We generate C and Python code from it that simplifies parsing and processing of...

(feature request) This construct is popping up in RFCs and other specifications to an increasing degree. It would be splendid to have it added to asn1ate, and then also to...

### Problem My previous OS also had hot corners, and the most useful ones gave quick access to suspend options. Useful because 1. quickly accessible, so suspending (battery saving, energy...

Priority: Wishlist
Needs Design

I'm considering `conserver` for an internal IPv6-only network that is only [backward compatible with IPv4](http://internetwide.org/blog/2020/05/31/net-1-ipv4-backward-compat.html) on the outside. This is a delightful relaxation in things like address assignment and firewalling....

enhancement

The RunC program is the new method of starting containers. It can do [several things](https://github.com/opencontainers/runc/blob/master/docs/terminals.md) with the TTY of each container, including a [detached new terminal](https://github.com/opencontainers/runc/blob/master/docs/terminals.md#detached-new-terminal) for which a connection...

enhancement

Most Linux daemons have adopted an include-file approach like `/etc/conserver.d/*.cf` which can load files installed by various packages that are independently installed. In a containerised use case, the equivalent could...

enhancement

I'm playing with your code, and it's repeatedly returning a failure, ``` mceliece.git# ./keygen Enter n0: 2 Enter p: 4800 Enter w: 90 Enter t: 84 Input seed or -1...