Skip to content

Commit 2ba8e7e

Browse files
committed
Requirement reorder in README
1 parent cf20f6b commit 2ba8e7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ FIDO's U2F enables you to add a simple unobtrusive method of 2nd factor authenti
3535

3636
A few **things you need** to know before working with this:
3737

38-
1. [**_OpenSSL_**](#openssl)
39-
2. [**_A Datastore_**](#recommended-datastore-structure) You need some kind of datastore for all your U2F registered users (although if you have a system with user authentication I'm presuming you've got this one sorted).
40-
3. [**_Client-side Handling_**](#client-side) You need to be able to communicate with a some kind of device.
41-
4. [**_A HTTPS URL_**](#https-and-ssl) This is very important, without HTTPS U2F simply will not work.
38+
1. [**_OpenSSL_**](#openssl) You need at least OpenSSL 1.0.0 or higher.
39+
2. [**_Client-side Handling_**](#client-side) You need to be able to communicate with a some kind of device.
40+
3. [**_A HTTPS URL_**](#https-and-ssl) This is very important, without HTTPS U2F simply will not work.
41+
4. [**_A Datastore_**](#recommended-datastore-structure) You need some kind of datastore for all your U2F registered users (although if you have a system with user authentication I'm presuming you've got this one sorted).
4242

4343
### OpenSSL
4444

@@ -118,7 +118,7 @@ You can also install it with the following:
118118
3. [Authentication Code]()
119119
1. [Step 1: Starting]()
120120
1. [Step 2: Talking to the HID]()
121-
1. [Step 3: Validation & Storage]()
121+
1. [Step 3: Validation]()
122122

123123
### Compatibility Code
124124

0 commit comments

Comments
 (0)