Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Client will always offer TLS 1.2, regardless of configuration via FFI_mitls_configure #182

Open
oweisse-msft opened this issue Jul 25, 2017 · 1 comment
Assignees

Comments

@oweisse-msft
Copy link

oweisse-msft commented Jul 25, 2017

suported_versions extension in ClientHello will always contain also 0x0303 (TLS 1.2) alongside 0x7F15 (TLS 1.3 draft 21) , even though FFI_mitls_configure was called with "1.3". In comparison, OpenSSL and NSS will only offer 0x7F15 after being configured for TLS 1.3 only.

@BarryBo
Copy link

BarryBo commented Jun 1, 2018

Assigning to you, to determine if this is a bug, and if it'll be caught/fixed during verification work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants