Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SSL_CIPHER_get_version for recent TLS versions (#1627)
### Issues: Resolves t-V1408365647 Addresses n/a ### Description of changes: This change modifies `SSL_CIPHER_get_version` to return the relevant version for non-deprecated TLS versions, namely TLSv1.2 and TLSv1.3 (preferred). For older TLS versions, the previous behavior (return constant cstring `TLSv1/SSLv3`) is preserved. ### Call-outs: - n/a ### Testing: - CI By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information