Timothe Litt

Results 89 comments of Timothe Litt

> @tlhackque Great, do you which release of Apache started supporting the TLS-ALPN-01 challenge ? Any version with `mod_md`. As noted in the 6th line of my comment: the first...

I don't usually add "ME TOO" comments, but as this is both important and seemingly controversial: Whether or not signed-only emails are to be "considered harmful" seems to be a...

Why '::' vs. ':'? Also, what if some future otherName decides to have a more complex structure - e.g. a hierarchy? That's why I left the extra level of {}.....

Consistency is good. I didn't check openssl. So in that case, the "microsoft" should disappear so it outputs: ``` $VAR1 = [ { "otherName" => "UPN::johnDoe\@example.com" } ]; ```

Will do. Thanks for the prompt action.

> as for the parsing of the hash I did it only for the oid 1.3.6.1.4.1.311.20.2.3 which likely means I should have a else for something else Oh, there's no...

The problem is that we don't know what the structure of the data would be. One would likely have to pass in some asn.1 - and that's not something I'd...

I ran into one more in this family: RFC 4985 SRVName, which is another otherName. openssl dump is similar, though the string encoding differs (It's an IA5String rather than UTF8):...

I don't understand why envvars would be unreliable on Windows. CGI scripts depend on them. Although I don't run `httpd` under windows, environment variables have to work. I'm pretty sure...