Live data from Hacker News

Viewing profile — andrewpmartinez

andrewpmartinez

HN member
Joined
Wed, Apr 08, 2015, 4:27 AM UTC
HN karma
39
Public activity
7 items

About andrewpmartinez

[ my public key: https://keybase.io/andrewpmartinez; my proof: https://keybase.io/andrewpmartinez/sigs/XRZPM4PkW6dMYQaCqfwDFnq8SuIzVlLaRCgwuVf0_3E ]

Recent public activity

  1. comment
    Comment #33016859

    Meant "SAN IP/DNS" not "SNI".

  2. 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…

  3. 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…

  4. 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…

  5. comment
  6. 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…

  7. 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.