:idle: OpenSoul :verified: · @opensoul
460 followers · 5186 posts · Server mastodon.uno

Dopo altri , questo è l'aggiornamento sulla vicenda...

#mesi #firefox #CNS #snap #canonical #ubuntu #pkcs11

Last updated 1 year ago

Heiko · @hko
78 followers · 169 posts · Server fosstodon.org

While exploring use of PKCS #11 devices in contexts, I stumbled over a bug (and potential security issue) in the yubihsm_pkcs11.so driver for devices.

Long form text by Christian Reitter (who walked me through the coordinated disclosure process with , and did amazing work analyzing and writing up the issue):
blog.inhq.net/posts/yubico-yub

Yubico advisory: yubico.com/support/security-ad

: cve.mitre.org/cgi-bin/cvename.

(Thanks again to @sovtechfund for funding my work)

#openpgp #yubihsm #yubico #cve #pkcs11

Last updated 1 year ago

Heiko · @hko
73 followers · 150 posts · Server fosstodon.org

Over the last half year, I've spent time with PKCS #11 and PIV hardware security devices. In particular, using such devices in the context.

Entry points for results of this work:

- codeberg.org/heiko/openpgp-pkc
- codeberg.org/heiko/openpgp-piv
- codeberg.org/heiko/pkcs11-open

One particular focus was building CI testing infrastructure (including gitlab.com/hkos/virtual-piv/), to make future work on these codebases easier (and hopefully fun).

[This work was funded by @sovtechfund]

#openpgp #pkcs11 #PIV #hsm

Last updated 1 year ago

Kushal Das :python: :tor: · @kushal
2139 followers · 6166 posts · Server toots.dgplug.org

What are good authorities which allows ? This need to be deployed for smaller orgs.

@filippo any tips?

#opensource #certificate #pkcs11 #PKI #ca

Last updated 2 years ago

NLnet Labs · @nlnetlabs
1574 followers · 506 posts · Server fosstodon.org

Any experts who want to chime in on this discussion, whether or not to mark private keys as unmodifiable? github.com/NLnetLabs/krill/iss

#pkcs11 #cryptography #hsm #security #bestpractices

Last updated 2 years ago

NLnet Labs · @nlnetlabs
1563 followers · 498 posts · Server fosstodon.org

As the adoption of Delegated and Hybrid grows, so are the number of Hardware Security Modules (HSMs) out in the field that people store Krill's key material on.

Especially can be quite finicky, so we're keeping a public list of interoperability information. github.com/NLnetLabs/krill/iss

Learn more about the option to use HSMs here: krill.docs.nlnetlabs.nl/en/sta

#rpki #pkcs11 #bgp #opensource #interop #rustlang

Last updated 2 years ago

Petr Menšík · @pemensik
4 followers · 4 posts · Server fosstodon.org

When playing with my 5 key, I have hit a wall. OTP keys were not straight forward, but worked. works fine. But moving secret key from to the key became blocker. It just doesn't work! Gitlab's or GitHub's works like charm though.

#yubi #pkcs11 #gpg #fido

Last updated 2 years ago

I wrote A Thing about how to use for authenticating hosts to users and users to hosts. Most of what seems to exist doesn’t always cover the full process from key generation to installing and using certificates on hosts, so I tried to cover it all.

One thing we should all be doing is to protect private keys by storing them in some kind of secure hardware, like a TPM, HSM, smart card, or similar. Fortunately, can work with a library. I didn't see anything that included how to do the SSH process using PKCS#11, so I included how to each step with the private key stored in secure hardware using a PKCS#11 module and the private key stored on disk. Honestly, it's harder to enable your TPM than it is to use PKCS#11 with OpenSSH but it looks so complex and unfriendly that if you don't know your way around PKCS#11 already it's hard to know where to begin. Hopefully this helps break down that barrier a bit and helps encourage people to start using secure storage for private keys more often.

One last thing, I included some extra things you can do with OpenSSH, with certificates or not, that I find interesting or helpful in various ways. Things like enforcing SSH options via certificate options, using a bastion host, and allowing logging in as different users on a subset of machines.

jgoguen.ca/posts/2022/12/07/ss

#ssh #certificates #openssh #pkcs11 #certificate

Last updated 2 years ago