Josh Kline

Results 3 issues of Josh Kline

Add benchmark coverage of ECDSA signing methods. Reduce memory allocations for ECDSA signing by using [big.Int.FillBytes](https://golang.org/pkg/math/big/#Int.FillBytes ) instead of allocating and copying bytes directly. `FillBytes` was added in go 1.15....

Hello SPIFFE team, I have a use case which would benefit from using query strings in SPIFFE IDs, a use currently forbidden by [The SPIFFE Identity and Verifiable Identity Document](/spiffe/spiffe/blob/master/standards/SPIFFE-ID.md#2-spiffe-identity)...

The two header rows on the HTML table for Outbounds on the debug page now have the same number of cells. This will make the columns line up properly. -...