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 7, 2023
1 parent 1a68654 commit 3167f8f
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 @@ -16,6 +16,10 @@ This SDK allows a web developer to quickly add Duo's interactive, self-service,
- 3.10
- 3.11

## TLS 1.2 and 1.3 Support

Duo_client_python uses Python's ssl module and OpenSSL for TLS operations. Python versions 2.7 (and higher) and 3.5 (and higher) have both TLS 1.2 and TLS 1.3 support.

## What's here:
* `duo_universal` - The Python Duo SDK for interacting with the Duo Universal Prompt
* `demo` - An example web application with Duo integrated
Expand Down

0 comments on commit 3167f8f

Please sign in to comment.