Yaron Sheffer
Yaron Sheffer
[This came up at the IETF-113 session, credit to Jonathan Hoyland] A signature context mitigates oracle attacks, where a sender can be made to sign data that’s partly controlled by...
On a Mac (but with "make" correctly installed) ``` git clone -q --depth 10 \ -b main https://github.com/martinthomson/i-d-template lib lib/venv.mk:233: warning: overriding recipe for target '/Users/ysheffer/Library/CloudStorage/[email protected]/My' lib/venv.mk:228: warning: ignoring old...
The `statement` element is restricted to ASCII only. This is strange because this element is supposed to be displayed, and there are huge communities of users who interact in languages...
Hi, when piping jsonpipe into awk, it would be so much easier if strings were NOT quote-enclosed. jsonpipe < conf.json | grep "/proxy_settings/password" | awk '{print $2}' returns "mypassword" (with...
Hi, when a reference consists only of a DOI, could you, in addition to the `seriesInfo` element, also emit a `target` element to link to the DOI URL (https://doi.org/10.1007/3-540-45661-9_21)? AFAIK...
### Describe the issue When I accept a new secdir review, at the top of the review page, I get: > If you enter the review below, the review will...
It's surprising that the language supports bitwise binary operators but not the C "complement" (`~`) [operator](https://www.geeksforgeeks.org/bitwise-complement-operator-tilde/). It is very useful when dealing with bit strings that represent flags, `value &...
This PR implements several v4 format features: * New bitwise operators * Not equal operator * "check all" Along the way I solved several bugs and added some unit tests....
The [IETF WIMSE working group](https://datatracker.ietf.org/group/wimse/about/) defines a set of protocols for workload authentication/authorization. One of these protocols is the [service-to-service protocol](https://datatracker.ietf.org/doc/draft-ietf-wimse-s2s-protocol/) that supports three methods: 1. Mutual TLS 2. A...
It would be useful if a PR had a link to the generated HTML artifact. This could be an auto-generated comment when the PR is created. And maybe also say...