Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

Organizations

@EFForg

Sponsoring

@mholt

Popular repositories

  1. minica is a small, simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used.

    Go 1.8k 153

  2. Share your blocks and subscribe to others'

    JavaScript 322 66

  3. Web service to test DNS resolution against Unbound with config similar to Let's Encrypt

    Go 22 6

  4. A tool to mirror all your GitHub repos. Run it in cron.

    Python 20 9

  5. A simple tool to forward ports locally or remotely, no root or SSH required

    Go 17 9

  6. Port of wget to Android

    C 15 7

Contribution activity

January 2021

Created 1 repository

Created a pull request in abetterinternet/crustls that received 3 comments

Use catch_unwind to prevent panicking across FFI.

Panicking across FFI is undefined behavior, so each of our exported functions must use catch_unwind and return an error (if an error result is poss…

+377 −262 3 comments
Reviewed 35 pull requests in 8 repositories
letsencrypt/boulder 13 pull requests
algesten/ureq 9 pull requests
abetterinternet/prio-server 4 pull requests
letsencrypt/website 4 pull requests
cabforum/build-guidelines-action 2 pull requests
ctz/rustls 1 pull request
abetterinternet/crustls 1 pull request
letsencrypt/sre-tools 1 pull request

Created an issue in ctz/rustls that received 3 comments

Customizing ALPN on a per-hostname basis

The ACME TLS-ALPN challenge allows web servers to perform domain validation at the TLS layer (rather than the HTTP layer). For instance, Apache's m…

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.