Viewing profile — kazuho
kazuho
HN member- Joined
- Thu, May 31, 2012, 1:06 AM UTC
- HN karma
- 568
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About kazuho
Recent public activity
- story
- story
- story
-
comment
Comment #10269883
It is true that RSA operation over IPC is slower than doing it internally. But the latter is by magnitudes faster than the former, therefore the slowdown is negligible in practice.…
-
comment
Comment #10268461
Wrong. You seem to have confusion between TLS handshakes and RSA operations. In OpenSSL (which is used by many servers including node.js, nginx), RSA operation is always synchronou…
-
comment
Comment #10267752
I assume you are referring to Keyless SSL. https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-tec... For Keyless SSL, it is necessary to make RSA operations asynchronous, sin…
- story
- story
-
comment
Comment #9932025
Libh2o (the protocol implementation) support both libuv and evloop (our tailor-made event loop). The default event loop of libh2o is libuv, since libuv is popular and has bindings …
-
comment
Comment #9931987
Thank you for your comment. I doubt if anybody is using the mruby handler in production, considering the fact that functions necessary to modify the requests in the handler was com…
- story
- story
- story
- story
-
comment
Comment #9390657
Unfortunately the block was always found on the test machine. The test was conducted using a VM running running on a host on which the web browsers were run, so there were no noise…
-
comment
Comment #9390647
Thank you for the suggestion. In case of the benchmark, I run the server as a VM instance on the client machine so that the results would be reproducible (with network latency adde…
-
comment
Comment #9387919
As described in note 5, "the network chart of Chrome includes a 0.2 second block before initianting the TCP connection, which has been subtracted from the numbers written in this b…
- story
- story
-
comment
Comment #9078433
Thank you for the comment. I think you did not understand my comment. It is true that the software is used for MITM. It is true that _Superfish_ is in the middle, decrypting the co…
-
comment
Comment #9078330
why minus votes?
-
comment
Comment #9078296
While the blogpost is interesting, I am skeptical of the author's claim that the recovered private key may be used for decrypting user data transmitted over the wire, since private…
-
comment
Comment #8952384
A new product by frsyuki, the original developer of Fluentd / MessagePack. His presentation slides can be found at http://www.slideshare.net/frsyuki/embuk-making-data-integrat...
- story
- story