Gordon Tetlow
Gordon Tetlow
See https://github.com/open-policy-agent/contrib/blob/b63c03ab588c7844b8246d648134c63cd6d54762/pam_opa/pam/pam.c#L65-L68 If this module is implemented with an account module instead of an auth module, it always returns success, regardless of what OPA says it should. Instead, it should...
I get the following error when someone writes something in IRC on a bridged channel. It doesn't end up in Slack: error: Received error event from IRC TypeError: Cannot read...
OpenSC is not needed with MacOS. I'm able to use libykcs11 directly with ssh-add: MacOS (nothing additional needed): `ssh-add -s /usr/local/lib/libykcs11.dylib` Linux/FreeBSD (needs pcscd running): `ssh-add -s /usr/local/lib/libykcs11.so`
I setup an Ubuntu 22.04 host to do docker tests and I'm getting the following errors when run against rbsec/sslscan@master. @jtesta Do you have any insights into what might be...
While I've been working to revamp the codebase for OpenSSL 3.0 (which actually works up to OpenSSL 3.4 as well), there are some opportunities to refactor the codebase to reduce...