Refactoring TLS 1.3 support #86
6 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 6
See the complete overview on Codacy
Annotations
Check notice on line 23 in include/iso15118/config.hpp
codacy-production / Codacy Static Code Analysis
include/iso15118/config.hpp#L23
struct member 'SSLConfig::backend' is never used.
Check notice on line 30 in include/iso15118/config.hpp
codacy-production / Codacy Static Code Analysis
include/iso15118/config.hpp#L30
struct member 'SSLConfig::path_certificate_v2g_root' is never used.
Check notice on line 31 in include/iso15118/config.hpp
codacy-production / Codacy Static Code Analysis
include/iso15118/config.hpp#L31
struct member 'SSLConfig::path_certificate_mo_root' is never used.
Check notice on line 34 in include/iso15118/config.hpp
codacy-production / Codacy Static Code Analysis
include/iso15118/config.hpp#L34
struct member 'SSLConfig::enforce_tls_1_3' is never used.
Check warning on line 77 in test/iso15118/io/connection_openssl.cpp
codacy-production / Codacy Static Code Analysis
test/iso15118/io/connection_openssl.cpp#L77
Function parameter 'message' should be passed by const reference.
Check warning on line 15 in test/iso15118/io/pki/pki.sh
codacy-production / Codacy Static Code Analysis
test/iso15118/io/pki/pki.sh#L15
SYMMETRIC_CIPHER_PKCS12 appears unused. Verify use (or export if used externally).