Postmodern

Results 636 comments of Postmodern

Any movement on this? I took a stab at writing a proxy object to provide this functionality. Would appreciate some feedback, especially wrt EC keys. https://github.com/trailofbits/ruby-sslyze/blob/d2cffe53764ad6e48bef65553730716336dd0a4a/lib/sslyze/x509/public_key.rb#L39-L49

I would submit a PR for this, but I'm not sure how I would test this with minitest.

@zzak I think this is a bug, as RDoc produces malformed HTML if a `mailto:` URI contains spaces.

Msgpack support could be added as an optional output format (ex: `-oM`?) and then eventually `-oB` would switch to msgpack format or possibly be deprecated.

`-oD` does not appear to be documented in the `--help` or man page. `-oD` has the same issues as `-oJ` in that `ports:` is an Array but only contains one...

Ideally #615 should be merged along with this PR, so that the `--help` output includes `usage: ...` first then `options: ...`.

Currently ruby-debug will not compile against MRI 1.9.x, so one has to install the newer debugger gem. Both debugger and the built-in debugger have roughly the same set of commands....

Nothing apparently? Compare `debugger` with `debug`.

OK, I tested with ruby-2.0.0-p647 and ruled that out. So I'm guessing it has something to do with the difference between UNIX paths (ex: `/foo/bar/baz`) and Windows paths (ex: `C:\foo\bar\baz`)....