TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing Stud (open source secure gateway)

92 pointsby jmintzalmost 14 years ago

7 comments

tptacekalmost 14 years ago
This is an evented proxy around OpenSSL's async interface. It has a totally reasonably ring buffer library it uses to buffer the data it's proxying, and virtually no other logic. It's so simple it doesn't really even present many obvious <i>opportunities</i> for security bugs.<p>My only complaint is that Jamie didn't tap us to look at it too. I feel slighted!<p>Apart from that, this is great stuff. I have clients that can use it immediately. Thanks!
评论 #2643262 未加载
cpercivaalmost 14 years ago
FWIW, Jamie asked me to audit an earlier version of this code. I haven't looked at the version he released, but the version I saw looked secure to me (subject to the assumption that OpenSSL bugs aren't exploitable, at least).
评论 #2642437 未加载
jamwtalmost 14 years ago
tl;dr version: <a href="https://github.com/bumptech/stud" rel="nofollow">https://github.com/bumptech/stud</a>
评论 #2642147 未加载
tedunangstalmost 14 years ago
So at first I thought this was for people who don't want to use something like nginx. But then I read "it's designed to be paired with an intelligent backend like haproxy or nginx." If I'm already using nginx, why wouldn't I just have it do SSL?<p>Oops, that was stupid, I somehow made it the github page without reading the actual blog post. nm.
forsakenalmost 14 years ago
Is this the same idea as stunnel, but meant to scale to more connections?
quinndupontalmost 14 years ago
Seriously awesome name.
drivebyacct2almost 14 years ago
Why a proprietary protocol?
评论 #2643277 未加载
评论 #2642945 未加载