VirtualTam's bookmarks
120 bookmarks found
-
-
The Sunlight Certificate Transparency Log
2024-03-16 -
haiti - Hash Type Identifier
2024-03-14 -
We build X.509 chains so you don’t have to
2024-01-26 - pyca/cryptography - src/rust/cryptography-x509-verification
- C2SP/x509-limbo - A suite of testvectors for X.509 certificate path validation and tools for building them
-
Debian Package Repository - Instructions to connect to a third-party repository (with Ansible)
2024-01-06 - apt_key deprecated in Debian/Ubuntu - how to fix in Ansible
- ansible.builtin.deb822_repository - Add and remove deb822 formatted repositories
- ansible/ansible#78063 - ansible.builtin.apt_key adds keys to a deprecated location
- Example usages of the new
deb822_repository
Ansible module - Ubuntu [Spec] APT deb822 sources by default
-
Sequoia-PGP - OpenPGP Implementation in Rust
2023-11-09 - Talk about OpenPGP interop testing at the IETF 110
- sequoia-pgp/sequoia - APIs for dealing with OpenPGP data
- sequoia-pgp/sequoia-sq - the Sequoia-PGP command line tool
- RpmSequoia
-
Passkeys are a replacement for passwords that provide faster, easier, and more secure sign-ins to websites and apps across a user’s devices. Unlike passwords, passkeys are always strong and phishing-resistant.
- https://fidoalliance.org/passkeys/
- Apple Developer - Passkeys Overview
- Apple Support - About the security of passkeys
- Google Identity - Passwordless login with passkeys
- Google Blog - The beginning of the end of the password
- Google Security Blog - So long passwords, thanks for all the phish
- Chromium BLog - Introducing passkeys in Chrome
- Tailscale doesn't want your password
- Tailscale - Custom OIDC Providers
- YubiKeys, passkeys and the future of modern authentication
- A Yubico FAQ about passkeys
- Why Passkeys Will Be Simpler and More Secure Than Passwords
- Passkeys: A shattered dream
-
The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.
- Guide to Web Authentication
- Asynchronous Remote Key Generation: An Analysis of Yubico’s Proposal for W3C WebAuthn [PDF]
- Issue 664630: Web Authentication API for Chrome
- Bugzilla - [meta] Update WebAuthn JS API to the L1-REC spec
- keepassxc#1870 - Feature Request: Integration with the Web Authentication API
-
OpenSSL Cookbook
2023-05-31 The definitive guide to using the OpenSSL command line for configuration and testing.
Topics covered in this book include:
- key and certificate management,
- server configuration,
- a step by step guide to creating a private CA,
- testing of online services.