Travis Burtrum

Results 13 issues of Travis Burtrum

**Is your feature request related to a problem? Please describe.** When I'm looking up SRV records for instance, I need to know if the response is DNSSEC signed, because if...

enhance
ops
compliance

**Version** Tested 1.16, 1.17, 1.18.2 **Platform** Confirmed on Linux amd64 and M1 Mac **Description** If one task gets stuck in a busy loop, or doing blocking IO, it can prevent...

C-bug
A-tokio
M-runtime

It looks like AesGcm::new is [hard-coded](https://github.com/DaGenix/rust-crypto/blob/master/src/aes_gcm.rs#L24) to assert nonce.len() == 12, but I need to inter-operate with other software that uses a 16 byte nonce. I tried simply removing the...

I've been using shrpx in front of lighttpd for quite awhile now, but have just installed a php application called [ownCloud](https://owncloud.org/), which provides access to files over WebDAV and calendar...

Running `dig @127.0.0.1 -p 8853 rrsig debian.org` pointed to dingo gives this log: ``` $ dingo-linux-amd64 -port 8853 2017/09/24 03:38:07 starting 10 Google Public DNS client(s) querying server 216.58.195.78 2017/09/24...

During a call, you can now press the power button to mute/unmute the call, this replaces the green phone icon with a red one with a strike-through when muted, and...

enhancement

**Describe the bug** Log in, send a message to yourself from another account, you can see it arrive in devtools but Converse doesn't display it. **Expected behavior** I expect a...

bug

This should not use Arrays.equals: https://github.com/Robbert1/boot-stateless-auth/blob/master/src/main/java/com/jdriven/stateless/security/TokenHandler.java#L41 Instead it should use a constant time equality checking method like ``` public static boolean isEqual(byte[] a, byte[] b) { if (a.length != b.length)...

I don't see a license mentioned anywhere here, can you provide a license?

I too had to reverse engineer the puush.me upload api to implement an open source client to use with linux. Together with this project, we can have an entirely open...