Adam Shannon

Results 286 issues of Adam Shannon

I was thinking about implementing https://github.com/adamdecaf/cert-manage/issues/166 and reading the [chromium blacklist](https://chromium.googlesource.com/chromium/src/+/master/net/data/ssl/blacklist/#sslip_io) about the case of `sslip.io`. It got me thinking. What's the current state of revoking a public (or private)...

question

From https://github.com/adamdecaf/cert-manage/issues/97 on android it makes more sense to probably offer a checklist rather than cl (as that won't be available). On a desktop I could see popping open a...

enhancement

The headless chrome command is segfaulting now. Travisci did an update to their env, but I'm not sure if that's the problem or not. > This job ran on our...

testing

We previously had docker tests of firefox, which worked well, but stressed that test framework until it broke. Here's the previous test. ```bash ## Firefox echo "Firefox tests" set +e...

testing

There are a bunch of certificates which are blacklistd from major products. We need to never allow these through. Chromium has a good list, but I'd like to not directly...

bug

I forget what all changes off hand, but Firefox seems to be defaulting to cert9.db. ~~Firefox `57.0.4` still reports certs for me though.~~ Firefox migrates people to cert9.db, but leaves...

enhancement

When you're digging around for which CA is used in a particular connection it can get messy. Some [CA's offer html pages](https://letsencrypt.org/certificates/), but that's not useful in a general sense....

feature

An extension of openssl support (#31), but the paths/commands are a bit different. This needs to work with openssl (not a new store type), but would take precedence over openssl...

new-store

`crypto/x509` in Go has a `CertPool` struct which is used by many other functions. It would be nice to offer a `CertPool` from a whitelist. I'm thinking something like the...

feature