Georg Müller

Results 14 issues of Georg Müller

### Steps to Reproduce 1. create a root CA with name constraints permitted: DNS:example.com 2. run `step ca init --root=CA.pem --key=CA.key` 3. open ~/.step/config/ca.json, delete provisioners and add `"enableAdmin": true`...

bug

In enableAdmin=true mode, the first provisioner is created on startup. This patch asks for the admin name/subject when creating the provisioner. This is necessary if the root CA has nameConstraints...

needs triage

Before this commit, when passing a message to echo.NewHTTPError() that is not serializable, no error is returned, but a 200 Ok response with no content. I triggered this behavior by...

When a link includes username/password inside the URL (see userinfo in https://en.wikipedia.org/wiki/URL), the automatic linking is wrong. For example, given the following URL: `https://foo:[email protected]/foobar` ### Expected behavior: The link is...

Looking at the results of the web framework benchmark, I was very suspicious regarding the latencies. The website states these are milliseconds (ms), but they looked more like microseconds (us...

The Matcher has a context parameter, which is only initialized with context.TODO() When doing some basic ACL stuff (e.g. allow access for sni foo from 10.0.0.0/8, deny from all), it...

Currently, it is not possible to receive certain info available in a capture file (e.g. pcap-ng). This could contain the interface id or comments. I propose a function `pcap_get_packet_attr(pcap_t *)`,...

feature request

### Affected version(s) 4.13.27 ### Description Given is a setup with a `main.scss` and a `layout.scss` which is imported by `main.scss`. The only file imported by the page layout is...

feature
help wanted

When comparing to the "qrencode" command line tool, qrcode-rust's char renderer lacks a dense output mode where one console line prints two qrcode lines. I have implemented a solution using...

This is more or less a cross-issue I just posted in the qrcode-rust library project ( kennytm/qrcode-rust#39 ). But since your project is more console-centric, maybe you are interested to...