Viewing profile — andrewpmartinez
andrewpmartinez
HN member- Joined
- Wed, Apr 08, 2015, 4:27 AM UTC
- HN karma
- 39
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About andrewpmartinez
Recent public activity
-
comment
Comment #33016859
Meant "SAN IP/DNS" not "SNI".
-
comment
Comment #33011864
This post isn't about browsers. It is about developed GoLang HTTP clients and servers. However, in the broader context of browsers working with alternative networks: whether they w…
-
comment
Comment #32985539
Depends on what you mean. OpenZiti the project takes over protocol security for you by securing a network connection at the host or software level. So OpenZiti does not let you bri…
-
comment
Comment #32984963
You can plug your own TCP stack in if you would like. The only thing you have to do is run the TCP handshake before you hand the net.Conn off to either the HTTP.RoundTripper or the…
- comment
-
story
Show HN: Golang HTTP Clients/Servers and Alternative Networking
Hello everyone! I was poking around GoLang's HTTP/networking capabilities to see what things I could do. Turns out it is pretty easy to insert your own networking stack into HTTP c…
-
comment
Comment #17086096
Definitely. This GIT example reminds me of what some people are doing with the Web Crypto API (see PKIjs). Things I would never have considered a little as a few years ago.