From d2b8c8b12ea1a06a45c7f6514fd7ac148ec45d4b Mon Sep 17 00:00:00 2001 From: Aaron Lowe Date: Wed, 30 Oct 2019 17:18:43 +1300 Subject: [PATCH 1/3] Updated the readme.md Updated the readme. Changes: - Replaced OS X with macOS because of the OS series name change after El Capitan but also added that some versions of OS X are still compatible - Added Chromium to " This tool works with Google Chrome and Opera's built-in U2F implementations" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5022a4a..42c3b6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://user-images.githubusercontent.com/1144197/28190263-470a80d2-67e7-11e7-81e6-17895d70bf75.png) -Soft U2F is a software U2F authenticator for OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the OS X Keychain. This tool works with Google Chrome and Opera's built-in U2F implementations as well as with the U2F extensions for [OS X Safari](https://github.com/Safari-FIDO-U2F/Safari-FIDO-U2F) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/). +Soft U2F is a software U2F authenticator for macOS and some versions of OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium and Opera's built-in U2F implementations as well as with the U2F extensions for [OS X Safari](https://github.com/Safari-FIDO-U2F/Safari-FIDO-U2F) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/). We take the security of this project seriously. Report any security vulnerabilities to the [GitHub Bug Bounty Program](https://hackerone.com/github). From d454d24654b47e8bb206022a5fceb9536ab3d35e Mon Sep 17 00:00:00 2001 From: Aaron Lowe Date: Sun, 3 Nov 2019 15:54:07 +1300 Subject: [PATCH 2/3] Updated the readme Firefox 60+ & Safari 13+ natively support WebAuthn (thanks to [oxlay](https://github.com/oxlay) for telling me) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c3b6b..30e23aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://user-images.githubusercontent.com/1144197/28190263-470a80d2-67e7-11e7-81e6-17895d70bf75.png) -Soft U2F is a software U2F authenticator for macOS and some versions of OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium and Opera's built-in U2F implementations as well as with the U2F extensions for [OS X Safari](https://github.com/Safari-FIDO-U2F/Safari-FIDO-U2F) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/u2f-support-add-on/). +Soft U2F is a software U2F authenticator for macOS and some versions of OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium, Safari, Firefox & Opera's built-in U2F implementations. We take the security of this project seriously. Report any security vulnerabilities to the [GitHub Bug Bounty Program](https://hackerone.com/github). From 4eaf172a8bb47f0435f00851e8f02a09dec6f228 Mon Sep 17 00:00:00 2001 From: Aaron Lowe Date: Thu, 14 Nov 2019 09:40:00 +1300 Subject: [PATCH 3/3] Fixed according to suggestion mastayheti suggested "I'd rather just say macOS than bother with mentioning that some older versions may work." and "Please spell out `and` instead of using `&` here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e23aa..7a9c4b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://user-images.githubusercontent.com/1144197/28190263-470a80d2-67e7-11e7-81e6-17895d70bf75.png) -Soft U2F is a software U2F authenticator for macOS and some versions of OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium, Safari, Firefox & Opera's built-in U2F implementations. +Soft U2F is a software U2F authenticator for macOS. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium, Safari, Firefox and Opera's built-in U2F implementations. We take the security of this project seriously. Report any security vulnerabilities to the [GitHub Bug Bounty Program](https://hackerone.com/github).