Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring TLS 1.3 support #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Refactoring connection_ssl: Updating TLS1.3 support, setting verify m…

9aabc0c
Select commit
Loading
Failed to load commit list.
Open

Refactoring TLS 1.3 support #86

Refactoring connection_ssl: Updating TLS1.3 support, setting verify m…
9aabc0c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 20, 2025 in 0s

6 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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).