Skip to content

Commit

Permalink
Add info to README about TLS 1.2/1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Feb 8, 2023
1 parent bd44e3b commit 5b7f30f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ npm install @duosecurity/duo_universal

Once it's installed, see our developer documentation at https://duo.com/docs/duoweb and the `example` folder in this repo for guidance on integrating Duo 2FA into your web application.

### TLS 1.2 and 1.3 Support

Duo_universal_nodejs uses the Node tls library and OpenSSL for TLS operations. All versions of Node receiving security support (14 and higher) use OpenSSL 1.1.1 which supports TLS 1.2 and 1.3.

## Usage Details

### 1. Import client
Expand Down

0 comments on commit 5b7f30f

Please sign in to comment.