Travis Burtrum

Results 24 comments of Travis Burtrum

letsencrypt certs have both server and client set: ``` X509v3 Extended Key Usage: TLS Web Server Authentication, TLS Web Client Authentication ``` Which is [required for protocols like XMPP](https://community.letsencrypt.org/t/ejabberd-s2s-fails-due-to-unsupported-certificate-purpose/8113/3) So...

The real issue is that [server certs should set client usage too](https://github.com/FiloSottile/mkcert/pull/274#issuecomment-1077026786), to match LetsEncrypt (and most other CAs ?)

I wrote a little program to 'unhash' (lookup) kontalk sha1 hashes to phone numbers: https://www.moparisthebest.com/phonehash/ You can link to specific hashes like so: https://www.moparisthebest.com/phonehash/#80808080ccdd107488bad45a74b3c5755c4bd108 It's all open source if anyone...

Yes I fully understand that, you are caught between a rock and a hard place: 1. Rock: hashing them like this makes them trivial to 'unhash', but possible for clients...

https://en.wikipedia.org/wiki/WebDAV It basically just provides extra commands in addition to the standard GET and POST, I found I can make shrpx output headers, so I'll try get lighttpd to output...

That commit fixes the problem with davfs2, and mounting webdav from the command line works fine now, excellent. However, strangely enough, the CalDav calendar support in Thunderbird's Lightning extension still...

I'm hoping this is what you need, it was pretty much an archeological expedition to find it. :) I found some old win16 programs with source [here](http://www.dipl-ing-kessler.de/developer/) that mentioned they...

Haha no but I probably should have been. :) I found [COMMDLG.H](https://www.moparscape.org/paste/?26e96965be5c18b1#2aJUuZbnfT4QTynNPgTMlGQROdExz3z1jQ9b4Dniyyc=) as well in the same directory. Licenses are terrible, and since these say Copyright 1994 Borland I'd assume...

Does https://github.com/hcs64/boot_stub meet the need? It doesn't have a license, but the [comment](https://github.com/hcs64/boot_stub/blob/master/boot_stub.asm#L4) says it's dedicated to the public domain.

I ran into this same problem trying to write some rust functions to pull into an existing C project using libdragon, I used the patched [mips-nintendo64-none.json](https://github.com/moparisthebest/altra64/blob/rust/rust/mips-nintendo64-none.json) it compiles and I...